@classytic/ca-tax 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -199,6 +199,15 @@ declare const AT1_BALANCE_LINE: string;
199
199
  */
200
200
  declare const AT1_BALANCE_CREDIT_LINES: readonly string[];
201
201
  //#endregion
202
+ //#region src/t2/at1/forms/schedule1.d.ts
203
+ declare const AT1_SCHEDULE_1: FormDefinition;
204
+ //#endregion
205
+ //#region src/t2/at1/forms/schedule2.d.ts
206
+ declare const AT1_SCHEDULE_2: FormDefinition;
207
+ //#endregion
208
+ //#region src/t2/at1/forms/schedule10.d.ts
209
+ declare const AT1_SCHEDULE_10: FormDefinition;
210
+ //#endregion
202
211
  //#region src/t2/at1/forms/schedule12.d.ts
203
212
  /**
204
213
  * One reconciling item. `federal` is the odd line, `alberta` the even one.
@@ -274,7 +283,12 @@ declare const AT1_SCHEDULE_18: FormDefinition;
274
283
  declare const AT1_SECTION_34_2_GROSS_UP = 2;
275
284
  //#endregion
276
285
  //#region src/t2/at1/forms/schedule20.d.ts
277
- /** The ten rows every donation continuity runs through, in form order. */
286
+ /**
287
+ * The ten rows every donation continuity runs through, in form order.
288
+ * Exported so a UI-side paper Form View can build the same per-pool grid
289
+ * without re-typing the captions — see `schedule21.ts`'s `CONTINUITY_ORDER`
290
+ * for the identical pattern.
291
+ */
278
292
  declare const CONTINUITY_ROWS: readonly [readonly ["opening", "Balance at the end of the previous year"], readonly ["expired", "Deduct: expired"], readonly ["beginning", "Balance at the beginning of the year"], readonly ["transferred", "Add: transferred on an amalgamation or wind-up"], readonly ["currentYear", "Add: donations and gifts made in the current year"], readonly ["subtotal", "Subtotal"], readonly ["acquisitionOfControl", "Adjustment on an acquisition of control"], readonly ["available", "Amount available for deduction"], readonly ["applied", "Amount applied against income"], readonly ["closing", "Closing balance carried forward"]];
279
293
  type ContinuityRow = (typeof CONTINUITY_ROWS)[number][0];
280
294
  /** One of the two pools, and its ten lines. */
@@ -296,6 +310,8 @@ declare const AT1_SCHEDULE_20: FormDefinition;
296
310
  declare const AT1_DONATION_CARRYFORWARD_YEARS = 5;
297
311
  //#endregion
298
312
  //#region src/t2/at1/forms/schedule21.d.ts
313
+ /** {@link id}, exported for consumers building their own Schedule 21 layouts (e.g. the UI's paper Form View generator) from {@link AT1_SCHEDULE_21_POOLS} directly. */
314
+ declare const scheduleTwentyOneLineId: (field: string, occurrence?: number) => string;
299
315
  /** One of the five loss pools, and its continuity lines. */
300
316
  interface AlbertaLossPool {
301
317
  key: 'non-capital' | 'capital' | 'farm' | 'restricted-farm' | 'listed-personal';
@@ -314,6 +330,9 @@ interface AlbertaLossPool {
314
330
  toSchedule12?: string;
315
331
  }
316
332
  declare const AT1_SCHEDULE_21_POOLS: readonly AlbertaLossPool[];
333
+ /** The row labels for one pool's continuity, in print order — exported so a UI-side paper Form View can build the same per-pool grid without re-typing the captions. */
334
+ declare const CONTINUITY_CAPTIONS: Record<keyof Omit<AlbertaLossPool, 'key' | 'label' | 'toSchedule12'>, string>;
335
+ declare const CONTINUITY_ORDER: (keyof typeof CONTINUITY_CAPTIONS)[];
317
336
  declare const AT1_SCHEDULE_21: FormDefinition;
318
337
  //#endregion
319
338
  //#region src/t2/at1/forms/schedule29.d.ts
@@ -624,4 +643,4 @@ declare function describeLine(formId: string, line: string): string;
624
643
  */
625
644
  declare function findBrokenLinks(): string[];
626
645
  //#endregion
627
- export { SCHEDULE_4_CARRYBACK_YEARS as $, AT1_BALANCE_LINE as $t, SCHEDULE_21_BUSINESS_CREDIT_LINE as A, AT1_SCHEDULE_21 as At, SCHEDULE_8_TERMINAL_LOSS_LINE as B, DispositionCategory as Bt, SCHEDULE_31_ENHANCED_SRED_RATE as C, CO17_TAX_PAYABLE_BOX as Ct, T2_SCHEDULE_24 as D, AT1_IEG_MAX_EXPENDITURE as Dt, SCHEDULE_24_OPERATION_TYPE_LINE as E, AT1_IEG_JACKET_LINE as Et, T2_SCHEDULE_13 as F, AT1_SCHEDULE_20_POOLS as Ft, DispositionGrid as G, AT1_SCHEDULE_16_CARRYFORWARD_LINE as Gt, SCHEDULE_7_ADJUSTED_AII_LINE as H, AT1_SCHEDULE_17_RESERVES as Ht, CcaColumn as I, DonationPool as It, AllocationJurisdiction as J, AlbertaCcaColumn as Jt, SCHEDULE_6_GRIDS as K, AT1_SCHEDULE_13 as Kt, SCHEDULE_8_CCA_LINE as L, AT1_SCHEDULE_18 as Lt, T2_SCHEDULE_21 as M, AlbertaLossPool as Mt, ReserveRow as N, AT1_DONATION_CARRYFORWARD_YEARS as Nt, SCHEDULE_23_GROUP_BUSINESS_LIMIT as O, AT1_IEG_PRIOR_YEARS as Ot, SCHEDULE_13_RESERVE_ROWS as P, AT1_SCHEDULE_20 as Pt, T2_SCHEDULE_5 as Q, AT1_BALANCE_CREDIT_LINES as Qt, SCHEDULE_8_COLUMNS as R, AT1_SCHEDULE_18_CATEGORIES as Rt, T2_SCHEDULE_33 as S, CO17_TAXABLE_INCOME_BOX as St, T2_SCHEDULE_31 as T, AT1_IEG_ENHANCED_RATE as Tt, SCHEDULE_7_PASSIVE_INCOME_THRESHOLD as U, AlbertaReserveKind as Ut, T2_SCHEDULE_8 as V, AT1_SCHEDULE_17 as Vt, T2_SCHEDULE_7 as W, AT1_SCHEDULE_16 as Wt, SCHEDULE_5_REVENUE_OFFSET as X, AT1_SCHEDULE_12_PAIRS as Xt, SCHEDULE_5_JURISDICTIONS as Y, AT1_SCHEDULE_12 as Yt, SCHEDULE_5_SALARIES_OFFSET as Z, AlbertaReconcilingPair as Zt, SCHEDULE_50_DISCLOSURE_THRESHOLD as _, isEnterableLine as _n, T2_SMALL_BUSINESS_DEDUCTION_RATE as _t, getField as a, FormField as an, T2_SCHEDULE_3 as at, T2_SCHEDULE_43 as b, CO17_QUEBEC_PROPORTION_BOX as bt, CaptionRow as c, FormFieldRole as cn, T2_SCHEDULE_2 as ct, buildFields as d, FormProvenance as dn, SCHEDULE_1_TOTAL_ADDITIONS_LINE as dt, AT1_JACKET as en, SCHEDULE_4_LPP_CARRYFORWARD_YEARS as et, T2_SCHEDULE_130 as f, FormSection as fn, SCHEDULE_1_TOTAL_DEDUCTIONS_LINE as ft, T2_SCHEDULE_53 as g, inputFields as gn, T2_NET_INCOME_FOR_TAX_LINE as gt, SCHEDULE_53_GENERAL_RATE_FACTOR as h, indexByLine as hn, T2_JACKET as ht, formsForProgram as i, FormDefinition as in, SCHEDULE_3_TAXABLE_PAID_LINE as it, SCHEDULE_21_NON_BUSINESS_CREDIT_LINE as j, AT1_SCHEDULE_21_POOLS as jt, T2_SCHEDULE_23 as k, AT1_SCHEDULE_29 as kt, LineBand as l, FormFieldSide as ln, SCHEDULE_1_LINES as lt, SCHEDULE_53_CLOSING_GRIP_LINE as m, fieldsInSection as mn, T2_BASE_PART_I_RATE as mt, describeLine as n, AT4970 as nn, T2_SCHEDULE_4 as nt, getForm as o, FormFieldKind as on, SCHEDULE_2_CARRYFORWARD_YEARS as ot, T2_SCHEDULE_55 as p, LineNumberScheme as pn, T2_SCHEDULE_1 as pt, T2_SCHEDULE_6 as q, AT1_SCHEDULE_13_COLUMNS as qt, findBrokenLinks as r, AT4970_JURISDICTIONS as rn, SCHEDULE_3_ELIGIBLE_PAID_LINE as rt, BuildFieldsSpec as s, FormFieldRequirement as sn, SCHEDULE_2_CHARITABLE_CURRENT_LINE as st, FORMS as t, AT1_TAX_PAYABLE_LINE as tn, SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS as tt, UnclassifiedLineError as u, FormLineRef as un, SCHEDULE_1_LINE_BY_NUMBER as ut, T2_SCHEDULE_50 as v, validateFormDefinition as vn, T2_TAXABLE_INCOME_LINE as vt, SCHEDULE_31_GENERAL_SRED_RATE as w, AT1_IEG_BASE_RATE as wt, SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE as x, CO17_RETURN as xt, SCHEDULE_43_DIVIDEND_ALLOWANCE as y, T2_TOTAL_TAX_PAYABLE_LINE as yt, SCHEDULE_8_RECAPTURE_LINE as z, AT1_SECTION_34_2_GROSS_UP as zt };
646
+ export { SCHEDULE_4_CARRYBACK_YEARS as $, AT1_SCHEDULE_12_PAIRS as $t, SCHEDULE_21_BUSINESS_CREDIT_LINE as A, AT1_SCHEDULE_21 as At, SCHEDULE_8_TERMINAL_LOSS_LINE as B, AT1_SCHEDULE_18 as Bt, SCHEDULE_31_ENHANCED_SRED_RATE as C, isEnterableLine as Cn, CO17_TAX_PAYABLE_BOX as Ct, T2_SCHEDULE_24 as D, AT1_IEG_MAX_EXPENDITURE as Dt, SCHEDULE_24_OPERATION_TYPE_LINE as E, AT1_IEG_JACKET_LINE as Et, T2_SCHEDULE_13 as F, scheduleTwentyOneLineId as Ft, DispositionGrid as G, AT1_SCHEDULE_17_RESERVES as Gt, SCHEDULE_7_ADJUSTED_AII_LINE as H, AT1_SECTION_34_2_GROSS_UP as Ht, CcaColumn as I, AT1_DONATION_CARRYFORWARD_YEARS as It, AllocationJurisdiction as J, AT1_SCHEDULE_16_CARRYFORWARD_LINE as Jt, SCHEDULE_6_GRIDS as K, AlbertaReserveKind as Kt, SCHEDULE_8_CCA_LINE as L, AT1_SCHEDULE_20 as Lt, T2_SCHEDULE_21 as M, AlbertaLossPool as Mt, ReserveRow as N, CONTINUITY_CAPTIONS as Nt, SCHEDULE_23_GROUP_BUSINESS_LIMIT as O, AT1_IEG_PRIOR_YEARS as Ot, SCHEDULE_13_RESERVE_ROWS as P, CONTINUITY_ORDER as Pt, T2_SCHEDULE_5 as Q, AT1_SCHEDULE_12 as Qt, SCHEDULE_8_COLUMNS as R, AT1_SCHEDULE_20_POOLS as Rt, T2_SCHEDULE_33 as S, inputFields as Sn, CO17_TAXABLE_INCOME_BOX as St, T2_SCHEDULE_31 as T, AT1_IEG_ENHANCED_RATE as Tt, SCHEDULE_7_PASSIVE_INCOME_THRESHOLD as U, DispositionCategory as Ut, T2_SCHEDULE_8 as V, AT1_SCHEDULE_18_CATEGORIES as Vt, T2_SCHEDULE_7 as W, AT1_SCHEDULE_17 as Wt, SCHEDULE_5_REVENUE_OFFSET as X, AT1_SCHEDULE_13_COLUMNS as Xt, SCHEDULE_5_JURISDICTIONS as Y, AT1_SCHEDULE_13 as Yt, SCHEDULE_5_SALARIES_OFFSET as Z, AlbertaCcaColumn as Zt, SCHEDULE_50_DISCLOSURE_THRESHOLD as _, FormProvenance as _n, T2_SMALL_BUSINESS_DEDUCTION_RATE as _t, getField as a, AT1_BALANCE_LINE as an, T2_SCHEDULE_3 as at, T2_SCHEDULE_43 as b, fieldsInSection as bn, CO17_QUEBEC_PROPORTION_BOX as bt, CaptionRow as c, AT4970 as cn, T2_SCHEDULE_2 as ct, buildFields as d, FormField as dn, SCHEDULE_1_TOTAL_ADDITIONS_LINE as dt, AlbertaReconcilingPair as en, SCHEDULE_4_LPP_CARRYFORWARD_YEARS as et, T2_SCHEDULE_130 as f, FormFieldKind as fn, SCHEDULE_1_TOTAL_DEDUCTIONS_LINE as ft, T2_SCHEDULE_53 as g, FormLineRef as gn, T2_NET_INCOME_FOR_TAX_LINE as gt, SCHEDULE_53_GENERAL_RATE_FACTOR as h, FormFieldSide as hn, T2_JACKET as ht, formsForProgram as i, AT1_BALANCE_CREDIT_LINES as in, SCHEDULE_3_TAXABLE_PAID_LINE as it, SCHEDULE_21_NON_BUSINESS_CREDIT_LINE as j, AT1_SCHEDULE_21_POOLS as jt, T2_SCHEDULE_23 as k, AT1_SCHEDULE_29 as kt, LineBand as l, AT4970_JURISDICTIONS as ln, SCHEDULE_1_LINES as lt, SCHEDULE_53_CLOSING_GRIP_LINE as m, FormFieldRole as mn, T2_BASE_PART_I_RATE as mt, describeLine as n, AT1_SCHEDULE_2 as nn, T2_SCHEDULE_4 as nt, getForm as o, AT1_JACKET as on, SCHEDULE_2_CARRYFORWARD_YEARS as ot, T2_SCHEDULE_55 as p, FormFieldRequirement as pn, T2_SCHEDULE_1 as pt, T2_SCHEDULE_6 as q, AT1_SCHEDULE_16 as qt, findBrokenLinks as r, AT1_SCHEDULE_1 as rn, SCHEDULE_3_ELIGIBLE_PAID_LINE as rt, BuildFieldsSpec as s, AT1_TAX_PAYABLE_LINE as sn, SCHEDULE_2_CHARITABLE_CURRENT_LINE as st, FORMS as t, AT1_SCHEDULE_10 as tn, SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS as tt, UnclassifiedLineError as u, FormDefinition as un, SCHEDULE_1_LINE_BY_NUMBER as ut, T2_SCHEDULE_50 as v, FormSection as vn, T2_TAXABLE_INCOME_LINE as vt, SCHEDULE_31_GENERAL_SRED_RATE as w, validateFormDefinition as wn, AT1_IEG_BASE_RATE as wt, SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE as x, indexByLine as xn, CO17_RETURN as xt, SCHEDULE_43_DIVIDEND_ALLOWANCE as y, LineNumberScheme as yn, T2_TOTAL_TAX_PAYABLE_LINE as yt, SCHEDULE_8_RECAPTURE_LINE as z, DonationPool as zt };
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as getCombinedRate, a as SIMPLIFIED_DIGITAL_THRESHOLD_MINOR, b as resetCaTaxRuleExtensions, c as calculateCaSalesTax, d as placeOfSupply, f as CA_SUPPLY_CATEGORIES, g as PROVINCIAL_REGIMES, h as GST_RATE, i as PSB_SMALL_SUPPLIER_THRESHOLD_MINOR, l as claimableItc, m as pstApplies, n as gst34LedgerAdapter, o as SMALL_SUPPLIER_THRESHOLD_MINOR, p as classifySupply, r as gst34Template, s as VEHICLE_ITC_CEILINGS, t as gst34Engine, u as isSmallSupplier, v as getProvincialRegime, y as extendCaTaxRules } from "./gst-hst.mjs";
2
- import { $ as SCHEDULE_2_CARRYFORWARD_YEARS, A as SCHEDULE_8_CCA_LINE, At as AT1_DONATION_CARRYFORWARD_YEARS, B as SCHEDULE_5_JURISDICTIONS, Bt as AT1_SCHEDULE_13, C as SCHEDULE_23_GROUP_BUSINESS_LIMIT, Ct as AT1_IEG_ENHANCED_RATE, D as T2_SCHEDULE_21, Dt as AT1_SCHEDULE_29, E as SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, Et as AT1_IEG_PRIOR_YEARS, F as SCHEDULE_7_ADJUSTED_AII_LINE, Ft as AT1_SECTION_34_2_GROSS_UP, G as SCHEDULE_4_LPP_CARRYFORWARD_YEARS, Gt as AT1_BALANCE_LINE, H as SCHEDULE_5_SALARIES_OFFSET, Ht as AT1_SCHEDULE_12, I as SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, It as AT1_SCHEDULE_17, J as UnclassifiedLineError, Jt as AT4970, K as SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, Kt as AT1_JACKET, L as T2_SCHEDULE_7, Lt as AT1_SCHEDULE_17_RESERVES, M as SCHEDULE_8_RECAPTURE_LINE, Mt as AT1_SCHEDULE_20_POOLS, N as SCHEDULE_8_TERMINAL_LOSS_LINE, Nt as AT1_SCHEDULE_18, O as SCHEDULE_13_RESERVE_ROWS, Ot as AT1_SCHEDULE_21, P as T2_SCHEDULE_8, Pt as AT1_SCHEDULE_18_CATEGORIES, Q as T2_SCHEDULE_3, R as SCHEDULE_6_GRIDS, Rt as AT1_SCHEDULE_16, S as T2_SCHEDULE_24, St as AT1_IEG_BASE_RATE, T as SCHEDULE_21_BUSINESS_CREDIT_LINE, Tt as AT1_IEG_MAX_EXPENDITURE, U as T2_SCHEDULE_5, Ut as AT1_SCHEDULE_12_PAIRS, V as SCHEDULE_5_REVENUE_OFFSET, Vt as AT1_SCHEDULE_13_COLUMNS, W as SCHEDULE_4_CARRYBACK_YEARS, Wt as AT1_BALANCE_CREDIT_LINES, X as SCHEDULE_3_ELIGIBLE_PAID_LINE, Y as buildFields, Yt as AT4970_JURISDICTIONS, Z as SCHEDULE_3_TAXABLE_PAID_LINE, _ as T2_SCHEDULE_33, _t as T2_TOTAL_TAX_PAYABLE_LINE, a as getField, at as SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, b as T2_SCHEDULE_31, bt as CO17_TAXABLE_INCOME_BOX, c as T2_SCHEDULE_55, ct as indexByLine, d as T2_SCHEDULE_53, dt as validateFormDefinition, et as SCHEDULE_2_CHARITABLE_CURRENT_LINE, f as SCHEDULE_50_DISCLOSURE_THRESHOLD, ft as T2_BASE_PART_I_RATE, g as SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, gt as T2_TAXABLE_INCOME_LINE, h as T2_SCHEDULE_43, ht as T2_SMALL_BUSINESS_DEDUCTION_RATE, i as formsForProgram, it as SCHEDULE_1_TOTAL_ADDITIONS_LINE, j as SCHEDULE_8_COLUMNS, jt as AT1_SCHEDULE_20, k as T2_SCHEDULE_13, kt as AT1_SCHEDULE_21_POOLS, l as SCHEDULE_53_CLOSING_GRIP_LINE, lt as inputFields, m as SCHEDULE_43_DIVIDEND_ALLOWANCE, mt as T2_NET_INCOME_FOR_TAX_LINE, n as describeLine, nt as SCHEDULE_1_LINES, o as getForm, ot as T2_SCHEDULE_1, p as T2_SCHEDULE_50, pt as T2_JACKET, q as T2_SCHEDULE_4, qt as AT1_TAX_PAYABLE_LINE, r as findBrokenLinks, rt as SCHEDULE_1_LINE_BY_NUMBER, s as T2_SCHEDULE_130, st as fieldsInSection, t as FORMS, tt as T2_SCHEDULE_2, u as SCHEDULE_53_GENERAL_RATE_FACTOR, ut as isEnterableLine, v as SCHEDULE_31_ENHANCED_SRED_RATE, vt as CO17_QUEBEC_PROPORTION_BOX, w as T2_SCHEDULE_23, wt as AT1_IEG_JACKET_LINE, x as SCHEDULE_24_OPERATION_TYPE_LINE, xt as CO17_TAX_PAYABLE_BOX, y as SCHEDULE_31_GENERAL_SRED_RATE, yt as CO17_RETURN, z as T2_SCHEDULE_6, zt as AT1_SCHEDULE_16_CARRYFORWARD_LINE } from "./forms.mjs";
2
+ import { $ as SCHEDULE_2_CARRYFORWARD_YEARS, $t as AT1_TAX_PAYABLE_LINE, A as SCHEDULE_8_CCA_LINE, At as CONTINUITY_CAPTIONS, B as SCHEDULE_5_JURISDICTIONS, Bt as AT1_SCHEDULE_17_RESERVES, C as SCHEDULE_23_GROUP_BUSINESS_LIMIT, Ct as AT1_IEG_ENHANCED_RATE, D as T2_SCHEDULE_21, Dt as AT1_SCHEDULE_29, E as SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, Et as AT1_IEG_PRIOR_YEARS, F as SCHEDULE_7_ADJUSTED_AII_LINE, Ft as AT1_SCHEDULE_20_POOLS, G as SCHEDULE_4_LPP_CARRYFORWARD_YEARS, Gt as AT1_SCHEDULE_12, H as SCHEDULE_5_SALARIES_OFFSET, Ht as AT1_SCHEDULE_16_CARRYFORWARD_LINE, I as SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, It as AT1_SCHEDULE_18, J as UnclassifiedLineError, Jt as AT1_SCHEDULE_2, K as SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, Kt as AT1_SCHEDULE_12_PAIRS, L as T2_SCHEDULE_7, Lt as AT1_SCHEDULE_18_CATEGORIES, M as SCHEDULE_8_RECAPTURE_LINE, Mt as scheduleTwentyOneLineId, N as SCHEDULE_8_TERMINAL_LOSS_LINE, Nt as AT1_DONATION_CARRYFORWARD_YEARS, O as SCHEDULE_13_RESERVE_ROWS, Ot as AT1_SCHEDULE_21, P as T2_SCHEDULE_8, Pt as AT1_SCHEDULE_20, Q as T2_SCHEDULE_3, Qt as AT1_JACKET, R as SCHEDULE_6_GRIDS, Rt as AT1_SECTION_34_2_GROSS_UP, S as T2_SCHEDULE_24, St as AT1_IEG_BASE_RATE, T as SCHEDULE_21_BUSINESS_CREDIT_LINE, Tt as AT1_IEG_MAX_EXPENDITURE, U as T2_SCHEDULE_5, Ut as AT1_SCHEDULE_13, V as SCHEDULE_5_REVENUE_OFFSET, Vt as AT1_SCHEDULE_16, W as SCHEDULE_4_CARRYBACK_YEARS, Wt as AT1_SCHEDULE_13_COLUMNS, X as SCHEDULE_3_ELIGIBLE_PAID_LINE, Xt as AT1_BALANCE_CREDIT_LINES, Y as buildFields, Yt as AT1_SCHEDULE_1, Z as SCHEDULE_3_TAXABLE_PAID_LINE, Zt as AT1_BALANCE_LINE, _ as T2_SCHEDULE_33, _t as T2_TOTAL_TAX_PAYABLE_LINE, a as getField, at as SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, b as T2_SCHEDULE_31, bt as CO17_TAXABLE_INCOME_BOX, c as T2_SCHEDULE_55, ct as indexByLine, d as T2_SCHEDULE_53, dt as validateFormDefinition, en as AT4970, et as SCHEDULE_2_CHARITABLE_CURRENT_LINE, f as SCHEDULE_50_DISCLOSURE_THRESHOLD, ft as T2_BASE_PART_I_RATE, g as SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, gt as T2_TAXABLE_INCOME_LINE, h as T2_SCHEDULE_43, ht as T2_SMALL_BUSINESS_DEDUCTION_RATE, i as formsForProgram, it as SCHEDULE_1_TOTAL_ADDITIONS_LINE, j as SCHEDULE_8_COLUMNS, jt as CONTINUITY_ORDER, k as T2_SCHEDULE_13, kt as AT1_SCHEDULE_21_POOLS, l as SCHEDULE_53_CLOSING_GRIP_LINE, lt as inputFields, m as SCHEDULE_43_DIVIDEND_ALLOWANCE, mt as T2_NET_INCOME_FOR_TAX_LINE, n as describeLine, nt as SCHEDULE_1_LINES, o as getForm, ot as T2_SCHEDULE_1, p as T2_SCHEDULE_50, pt as T2_JACKET, q as T2_SCHEDULE_4, qt as AT1_SCHEDULE_10, r as findBrokenLinks, rt as SCHEDULE_1_LINE_BY_NUMBER, s as T2_SCHEDULE_130, st as fieldsInSection, t as FORMS, tn as AT4970_JURISDICTIONS, tt as T2_SCHEDULE_2, u as SCHEDULE_53_GENERAL_RATE_FACTOR, ut as isEnterableLine, v as SCHEDULE_31_ENHANCED_SRED_RATE, vt as CO17_QUEBEC_PROPORTION_BOX, w as T2_SCHEDULE_23, wt as AT1_IEG_JACKET_LINE, x as SCHEDULE_24_OPERATION_TYPE_LINE, xt as CO17_TAX_PAYABLE_BOX, y as SCHEDULE_31_GENERAL_SRED_RATE, yt as CO17_RETURN, z as T2_SCHEDULE_6, zt as AT1_SCHEDULE_17 } from "./forms.mjs";
3
3
  import { $ as computeProvincialAllocation, $n as albertaBalanceUnpaid, $r as schedule4Values, $t as AT1_RESERVE_TOTAL_LINES, A as runConformance, Ai as hasExactRateYear, An as albertaRecaptureDifference, Ar as computeFedeRegular, At as computeCcpcActiveBusinessTax, B as computeGrip, Bn as RSI_WORD_GAP, Br as allocateSchedule9ExpenditureLimit, Bt as computeLossSchedule, C as computeQuebecTax, Ci as AB_GENERAL_RATE_BANDS, Cn as resolveCcaRates, Cr as computeCeeRegular, Ct as blendProvinceRateTable, D as T2_LINE_META, Di as resolveAlbertaTaxRates, Dn as albertaCcaScheduleAdjustments, Dr as computeCmedb, Dt as dividendsDeductibleS112, E as resolveQuebecTaxRates, Ei as AB_TAX_RATE_BOOK, En as albertaCcaDifference, Er as computeCfreSuccessor, Et as computeTaxableIncome, F as normalizeSchedule88, Fn as LossCarrybackError, Fr as computeSchedule11, Ft as CORP_TAX_RATE_BOOK, G as ITC_RECAPTURE_PERIOD_YEARS, Gn as renderAt1Rsi, Gr as schedule8Values, Gt as AT1_DONATION_INCOME_RATE, H as LARGE_CORPORATION_THRESHOLD, Hn as formatRsiAmount, Hr as computeSchedule9MaximumExpenditureLimit, Ht as computeLimitedPartnershipLossRow, I as computeSchedule55, In as computeLossCarryback, Ir as schedule11Values, It as resolveCorpTaxRates, J as allocateEvenly, Jn as renderAt1NetFile, Jr as computeAlbertaSchedule6, Jt as AT1_DISPOSITION_CATEGORIES, K as computeItcRecapture, Kn as renderRsiHeader, Kr as computeAlbertaSchedule7, Kt as computeDonationMaximum, L as LRIP_INVESTMENT_CORPORATION_MULTIPLE, Ln as RSI_COLUMN_GAP, Lr as ALBERTA_SRED_EXPENDITURE_CUTOFF, Lt as T2_CERTIFICATION_FIXTURES, M as computeFederalT2, Mi as resolveRates, Mn as albertaTerminalLossDifference, Mr as computeSfedeCountryRegular, Mt as computeBusinessLimit, N as computeSchedule101, Nn as computeSchedule12, Nr as computeSfedeCountrySuccessor, Nt as computeSBD, O as foldT2Lines, Oi as earliestRateYear, On as albertaCurrentYearLoss, Or as computeEdaRegular, Ot as netCapitalLossApplied, P as SCHEDULE_88_MAX_URLS, Pn as reconcileAlbertaNetIncome, Pr as schedule15Values, Pt as CORP_TAX_2024, Q as computeSchedule6, Qn as At1TaxPayableMismatchError, Qr as computeSchedule4, Qt as AT1_RESERVE_LINES, R as LRIP_INVESTMENT_INCOME_FACTOR, Rn as RSI_DELIMITER, Rr as ALBERTA_SRED_PROGRAM_START, Rt as computeNonCapitalLossByYearOfOrigin, S as computeQuebecAllocationFactor, Si as computeAlbertaSbd, Sn as isDecliningBalanceClass, Sr as computeCdeSuccessor, St as resolveProvinceRates, T as QC_TAX_RATE_BOOK, Ti as AB_TAX_2024, Tn as albertaCapitalGainDifference, Tr as computeCfreRegular, Tt as charitableDonationsDeduction, U as computeTaxableCapital, Un as formatRsiDate, Ur as schedule9Values, Ut as computeLimitedPartnershipLosses, V as computeSchedule43, Vn as RsiLineItemError, Vr as computeAlbertaSchedule9, Vt as computeLossContinuity, W as computeSchedule31, Wn as formatRsiText, Wr as computeSchedule8, Wt as AT1_DONATION_GAIN_RATE, X as computeSchedule21, Xn as At1CriticalFieldMissingError, Xr as computeAlbertaSchedule5, Xt as computeAlbertaSchedule18, Y as computeBusinessLimitAllocation, Yn as AT1_CRITICAL_MANDATORY_FIELDS, Yr as schedule6Values, Yt as SECTION_34_2_GROSS_UP, Z as computeSchedule13, Zn as At1MandatoryFieldMissingError, Zr as schedule5Values, Zt as AT1_RESERVE_KINDS, _ as renderT2DraftReturn, _i as schedule21Values, _n as computeClass14, _r as iegT661SourceLine, _t as EIFEL_EFFECTIVE_FROM, a as PART_VI_1_DEDUCTION_BANDS, ai as AT1_SCHEDULES_WITHOUT_BUILDERS, an as cecScheduleAppliesToTaxYear, ar as xmlEscape, at as computeSchedule2, b as co17Engine, bi as schedule4970Values, bn as CCA_DECLINING_BALANCE_RATES_2024, br as computeCcogpeSuccessor, bt as PROVINCE_RATE_BOOK, c as EIFEL_FIRST_YEAR_START, ci as schedule10Values, cn as UnsupportedCcaClassError, cr as allocateIegEvenly, ct as assertSchedule1Fileable, d as EIFEL_TRANSITIONAL_RATIO, di as schedule13Values, dn as computeSchedule8$1, dr as computeIegGroupFigures, dt as deferredIncomeTaxProvisionAddBack, ei as computeSchedule3, en as computeAlbertaSchedule17, er as assertAt1MandatoryComplete, et as computeSchedule5, f as computeEifelLimitation, fi as schedule16Values, fn as CLASS_14_1_MINIMUM_DEDUCTION, fr as IEG_2024, ft as findSchedule1LineDefects, g as computeT2Settlement, gi as schedule20Values, gn as computeClass13, gr as computeIegEligibleExpenditures, gt as terminalLossDeduction, h as computeAdjustedTaxableIncome, hi as schedule1Values, hn as MIN_LEASEHOLD_PERIODS, hr as computeIegReductionFactor, ht as recaptureAddBack, i as computeMpDeduction, ii as computeAt4970, in as CEC_INCLUSION_RATE, ir as at1YesNo, it as computePart4Rdtoh, j as runConformanceSuite, ji as latestRateYear, jn as albertaReserveDifference, jr as computeFedeSuccessor, jt as computePartITax, k as formatConformanceReport, ki as extendRateBook, kn as albertaDispositionAdjustments, kr as computeEdaSuccessor, kt as nonCapitalLossApplied, l as EIFEL_STANDARD_RATIO, li as schedule12LossDeductions, ln as computeCcaClass, lr as allocateIegExpenditureLimit, lt as ccaDeduction, m as FOREIGN_TAX_CREDIT_GROSS_UP, mi as schedule18Values, mn as MAX_LEASEHOLD_PERIODS, mr as computeIegBaseAmount, mt as mealsAndEntertainmentAddBack, n as MP_GROSS_REVENUE_THRESHOLD, ni as SINGLE_JURISDICTION_ALBERTA_FACTOR, nn as computeAlbertaSchedule16, nr as assertCriticalFields, nt as PART_IV_RATE, o as computePartVI1Deduction, oi as AT1_SCHEDULES_WITH_BUILDERS, on as computeAlbertaSchedule14, or as at1Engine, ot as Schedule1NotFileableError, p as ratioOfPermissibleExpenses, pi as schedule17Values, pn as CLASS_14_1_TRANSITIONAL_RATE, pr as computeIeg, pt as incomeTaxProvisionAddBack, q as computeZetm, qn as renderRsiLineItem, qr as schedule7Values, qt as computeSchedule20, r as MP_RATES_2024, ri as computeAllocationFactor, rn as CEC_DEDUCTION_RATE, rr as at1TaxPayableDeductions, rt as REFUNDABLE_PART_I_RATE, s as partVI1DeductionMultiple, si as at1LineItemId, sn as computeAlbertaSchedule13, sr as computeAlbertaReturn, st as amortizationAddBack, t as MP_EXCLUDED_ACTIVITIES, ti as schedule3Values, tn as assistanceFrom, tr as assertAt1TaxPayableReconciles, tt as computeSchedule4Losses, u as EIFEL_STANDARD_RATIO_FROM, ui as schedule12Values, un as computeCcaSchedule, ur as computeIegAgreement, ut as computeSchedule1, v as t2Engine, vi as schedule29Values, vn as computeClass141AdditionalAllowance, vr as computeAlbertaSchedule15, vt as assessEifel, w as QC_TAX_2024, wi as computeDayWeightedGeneralTax, wn as albertaAbilDifference, wr as computeCeeSuccessor, wt as dayWeightedRate, x as computeQuebecReturn, xi as computeAlbertaTax, xn as CCA_RATE_BOOK, xr as computeCdeRegular, xt as isSchedule5Province, y as renderCo17DraftReturn, yi as schedule2Values, yn as leaseholdPeriods, yr as computeCcogpeRegular, yt as PROVINCE_RATES_2024, z as computeSchedule54, zn as RSI_NEGATIVE_PREFIX, zr as ALBERTA_SRED_TAX_CREDIT_RATE, zt as computeOtherLossByYearOfOrigin } from "./t2.mjs";
4
4
  import { wireTaxToLedger } from "@classytic/tax-core/obligation";
5
5
  //#region src/resolver.ts
@@ -95,4 +95,4 @@ const caTaxPack = {
95
95
  ]
96
96
  };
97
97
  //#endregion
98
- export { AB_GENERAL_RATE_BANDS, AB_TAX_2024, AB_TAX_RATE_BOOK, ALBERTA_SRED_EXPENDITURE_CUTOFF, ALBERTA_SRED_PROGRAM_START, ALBERTA_SRED_TAX_CREDIT_RATE, AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_CRITICAL_MANDATORY_FIELDS, AT1_DISPOSITION_CATEGORIES, AT1_DONATION_CARRYFORWARD_YEARS, AT1_DONATION_GAIN_RATE, AT1_DONATION_INCOME_RATE, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_RESERVE_KINDS, AT1_RESERVE_LINES, AT1_RESERVE_TOTAL_LINES, AT1_SCHEDULES_WITHOUT_BUILDERS, AT1_SCHEDULES_WITH_BUILDERS, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_16, AT1_SCHEDULE_16_CARRYFORWARD_LINE, AT1_SCHEDULE_17, AT1_SCHEDULE_17_RESERVES, AT1_SCHEDULE_18, AT1_SCHEDULE_18_CATEGORIES, AT1_SCHEDULE_20, AT1_SCHEDULE_20_POOLS, AT1_SCHEDULE_21, AT1_SCHEDULE_21_POOLS, AT1_SCHEDULE_29, AT1_SECTION_34_2_GROSS_UP, AT1_TAX_PAYABLE_LINE, AT4970, AT4970_JURISDICTIONS, At1CriticalFieldMissingError, At1MandatoryFieldMissingError, At1TaxPayableMismatchError, CA_SUPPLY_CATEGORIES, CCA_DECLINING_BALANCE_RATES_2024, CCA_RATE_BOOK, CEC_DEDUCTION_RATE, CEC_INCLUSION_RATE, CLASS_14_1_MINIMUM_DEDUCTION, CLASS_14_1_TRANSITIONAL_RATE, CO17_QUEBEC_PROPORTION_BOX, CO17_RETURN, CO17_TAXABLE_INCOME_BOX, CO17_TAX_PAYABLE_BOX, CORP_TAX_2024, CORP_TAX_RATE_BOOK, EIFEL_EFFECTIVE_FROM, EIFEL_FIRST_YEAR_START, EIFEL_STANDARD_RATIO, EIFEL_STANDARD_RATIO_FROM, EIFEL_TRANSITIONAL_RATIO, FOREIGN_TAX_CREDIT_GROSS_UP, FORMS, GST_RATE, IEG_2024, ITC_RECAPTURE_PERIOD_YEARS, LARGE_CORPORATION_THRESHOLD, LRIP_INVESTMENT_CORPORATION_MULTIPLE, LRIP_INVESTMENT_INCOME_FACTOR, LossCarrybackError, MAX_LEASEHOLD_PERIODS, MIN_LEASEHOLD_PERIODS, MP_EXCLUDED_ACTIVITIES, MP_GROSS_REVENUE_THRESHOLD, MP_RATES_2024, PART_IV_RATE, PART_VI_1_DEDUCTION_BANDS, PROVINCE_RATES_2024, PROVINCE_RATE_BOOK, PROVINCIAL_REGIMES, PSB_SMALL_SUPPLIER_THRESHOLD_MINOR, QC_TAX_2024, QC_TAX_RATE_BOOK, REFUNDABLE_PART_I_RATE, RSI_COLUMN_GAP, RSI_DELIMITER, RSI_NEGATIVE_PREFIX, RSI_WORD_GAP, RsiLineItemError, SCHEDULE_13_RESERVE_ROWS, SCHEDULE_1_LINES, SCHEDULE_1_LINE_BY_NUMBER, SCHEDULE_1_TOTAL_ADDITIONS_LINE, SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, SCHEDULE_21_BUSINESS_CREDIT_LINE, SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, SCHEDULE_23_GROUP_BUSINESS_LIMIT, SCHEDULE_24_OPERATION_TYPE_LINE, SCHEDULE_2_CARRYFORWARD_YEARS, SCHEDULE_2_CHARITABLE_CURRENT_LINE, SCHEDULE_31_ENHANCED_SRED_RATE, SCHEDULE_31_GENERAL_SRED_RATE, SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, SCHEDULE_3_ELIGIBLE_PAID_LINE, SCHEDULE_3_TAXABLE_PAID_LINE, SCHEDULE_43_DIVIDEND_ALLOWANCE, SCHEDULE_4_CARRYBACK_YEARS, SCHEDULE_4_LPP_CARRYFORWARD_YEARS, SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, SCHEDULE_50_DISCLOSURE_THRESHOLD, SCHEDULE_53_CLOSING_GRIP_LINE, SCHEDULE_53_GENERAL_RATE_FACTOR, SCHEDULE_5_JURISDICTIONS, SCHEDULE_5_REVENUE_OFFSET, SCHEDULE_5_SALARIES_OFFSET, SCHEDULE_6_GRIDS, SCHEDULE_7_ADJUSTED_AII_LINE, SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, SCHEDULE_88_MAX_URLS, SCHEDULE_8_CCA_LINE, SCHEDULE_8_COLUMNS, SCHEDULE_8_RECAPTURE_LINE, SCHEDULE_8_TERMINAL_LOSS_LINE, SECTION_34_2_GROSS_UP, SIMPLIFIED_DIGITAL_THRESHOLD_MINOR, SINGLE_JURISDICTION_ALBERTA_FACTOR, SMALL_SUPPLIER_THRESHOLD_MINOR, Schedule1NotFileableError, T2_BASE_PART_I_RATE, T2_CERTIFICATION_FIXTURES, T2_JACKET, T2_LINE_META, T2_NET_INCOME_FOR_TAX_LINE, T2_SCHEDULE_1, T2_SCHEDULE_13, T2_SCHEDULE_130, T2_SCHEDULE_2, T2_SCHEDULE_21, T2_SCHEDULE_23, T2_SCHEDULE_24, T2_SCHEDULE_3, T2_SCHEDULE_31, T2_SCHEDULE_33, T2_SCHEDULE_4, T2_SCHEDULE_43, T2_SCHEDULE_5, T2_SCHEDULE_50, T2_SCHEDULE_53, T2_SCHEDULE_55, T2_SCHEDULE_6, T2_SCHEDULE_7, T2_SCHEDULE_8, T2_SMALL_BUSINESS_DEDUCTION_RATE, T2_TAXABLE_INCOME_LINE, T2_TOTAL_TAX_PAYABLE_LINE, UnclassifiedLineError, UnsupportedCcaClassError, VEHICLE_ITC_CEILINGS, albertaAbilDifference, albertaBalanceUnpaid, albertaCapitalGainDifference, albertaCcaDifference, albertaCcaScheduleAdjustments, albertaCurrentYearLoss, albertaDispositionAdjustments, albertaRecaptureDifference, albertaReserveDifference, albertaTerminalLossDifference, allocateEvenly, allocateIegEvenly, allocateIegExpenditureLimit, allocateSchedule9ExpenditureLimit, amortizationAddBack, assertAt1MandatoryComplete, assertAt1TaxPayableReconciles, assertCriticalFields, assertSchedule1Fileable, assessEifel, assistanceFrom, at1Engine, at1LineItemId, at1TaxPayableDeductions, at1YesNo, blendProvinceRateTable, buildFields, caTaxPack, calculateCaSalesTax, ccaDeduction, cecScheduleAppliesToTaxYear, charitableDonationsDeduction, claimableItc, classifySupply, co17Engine, computeAdjustedTaxableIncome, computeAlbertaReturn, computeAlbertaSbd, computeAlbertaSchedule13, computeAlbertaSchedule14, computeAlbertaSchedule15, computeAlbertaSchedule16, computeAlbertaSchedule17, computeAlbertaSchedule18, computeSchedule4 as computeAlbertaSchedule4, computeAlbertaSchedule5, computeAlbertaSchedule6, computeAlbertaSchedule7, computeSchedule8 as computeAlbertaSchedule8, computeAlbertaSchedule9, computeAlbertaTax, computeAllocationFactor, computeAt4970, computeBusinessLimit, computeBusinessLimitAllocation, computeCcaClass, computeCcaSchedule, computeCcogpeRegular, computeCcogpeSuccessor, computeCcpcActiveBusinessTax, computeCdeRegular, computeCdeSuccessor, computeCeeRegular, computeCeeSuccessor, computeCfreRegular, computeCfreSuccessor, computeClass13, computeClass14, computeClass141AdditionalAllowance, computeCmedb, computeDayWeightedGeneralTax, computeDonationMaximum, computeEdaRegular, computeEdaSuccessor, computeEifelLimitation, computeFedeRegular, computeFedeSuccessor, computeFederalT2, computeGrip, computeIeg, computeIegAgreement, computeIegBaseAmount, computeIegEligibleExpenditures, computeIegGroupFigures, computeIegReductionFactor, computeItcRecapture, computeLimitedPartnershipLossRow, computeLimitedPartnershipLosses, computeLossCarryback, computeLossContinuity, computeLossSchedule, computeMpDeduction, computeNonCapitalLossByYearOfOrigin, computeOtherLossByYearOfOrigin, computePart4Rdtoh, computePartITax, computePartVI1Deduction, computeProvincialAllocation, computeQuebecAllocationFactor, computeQuebecReturn, computeQuebecTax, computeSBD, computeSchedule1, computeSchedule101, computeSchedule11, computeSchedule12, computeSchedule13, computeSchedule2, computeSchedule20, computeSchedule21, computeSchedule3, computeSchedule31, computeSchedule43, computeSchedule4Losses, computeSchedule5, computeSchedule54, computeSchedule55, computeSchedule6, computeSchedule8$1 as computeSchedule8, computeSchedule9MaximumExpenditureLimit, computeSfedeCountryRegular, computeSfedeCountrySuccessor, computeT2Settlement, computeTaxableCapital, computeTaxableIncome, computeZetm, createCaTaxResolver, dayWeightedRate, deferredIncomeTaxProvisionAddBack, describeLine, dividendsDeductibleS112, earliestRateYear, extendCaTaxRules, extendRateBook, fieldsInSection, findBrokenLinks, findSchedule1LineDefects, foldT2Lines, formatConformanceReport, formatRsiAmount, formatRsiDate, formatRsiText, formsForProgram, getCombinedRate, getField, getForm, getProvincialRegime, gst34Engine, gst34LedgerAdapter, gst34Template, hasExactRateYear, iegT661SourceLine, incomeTaxProvisionAddBack, indexByLine, inputFields, isDecliningBalanceClass, isEnterableLine, isSchedule5Province, isSmallSupplier, latestRateYear, leaseholdPeriods, mealsAndEntertainmentAddBack, netCapitalLossApplied, nonCapitalLossApplied, normalizeSchedule88, partVI1DeductionMultiple, placeOfSupply, pstApplies, ratioOfPermissibleExpenses, recaptureAddBack, reconcileAlbertaNetIncome, renderAt1NetFile, renderAt1Rsi, renderCo17DraftReturn, renderRsiHeader, renderRsiLineItem, renderT2DraftReturn, resetCaTaxRuleExtensions, resolveAlbertaTaxRates, resolveCcaRates, resolveCorpTaxRates, resolveProvinceRates, resolveQuebecTaxRates, resolveRates, runConformance, runConformanceSuite, schedule10Values, schedule11Values, schedule12LossDeductions, schedule12Values, schedule13Values, schedule15Values, schedule16Values, schedule17Values, schedule18Values, schedule1Values, schedule20Values, schedule21Values, schedule29Values, schedule2Values, schedule3Values, schedule4970Values, schedule4Values, schedule5Values, schedule6Values, schedule7Values, schedule8Values, schedule9Values, t2Engine, terminalLossDeduction, validateFormDefinition, wireTaxToLedger, xmlEscape };
98
+ export { AB_GENERAL_RATE_BANDS, AB_TAX_2024, AB_TAX_RATE_BOOK, ALBERTA_SRED_EXPENDITURE_CUTOFF, ALBERTA_SRED_PROGRAM_START, ALBERTA_SRED_TAX_CREDIT_RATE, AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_CRITICAL_MANDATORY_FIELDS, AT1_DISPOSITION_CATEGORIES, AT1_DONATION_CARRYFORWARD_YEARS, AT1_DONATION_GAIN_RATE, AT1_DONATION_INCOME_RATE, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_RESERVE_KINDS, AT1_RESERVE_LINES, AT1_RESERVE_TOTAL_LINES, AT1_SCHEDULES_WITHOUT_BUILDERS, AT1_SCHEDULES_WITH_BUILDERS, AT1_SCHEDULE_1, AT1_SCHEDULE_10, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_16, AT1_SCHEDULE_16_CARRYFORWARD_LINE, AT1_SCHEDULE_17, AT1_SCHEDULE_17_RESERVES, AT1_SCHEDULE_18, AT1_SCHEDULE_18_CATEGORIES, AT1_SCHEDULE_2, AT1_SCHEDULE_20, AT1_SCHEDULE_20_POOLS, AT1_SCHEDULE_21, CONTINUITY_CAPTIONS as AT1_SCHEDULE_21_CONTINUITY_CAPTIONS, CONTINUITY_ORDER as AT1_SCHEDULE_21_CONTINUITY_ORDER, AT1_SCHEDULE_21_POOLS, AT1_SCHEDULE_29, AT1_SECTION_34_2_GROSS_UP, AT1_TAX_PAYABLE_LINE, AT4970, AT4970_JURISDICTIONS, At1CriticalFieldMissingError, At1MandatoryFieldMissingError, At1TaxPayableMismatchError, CA_SUPPLY_CATEGORIES, CCA_DECLINING_BALANCE_RATES_2024, CCA_RATE_BOOK, CEC_DEDUCTION_RATE, CEC_INCLUSION_RATE, CLASS_14_1_MINIMUM_DEDUCTION, CLASS_14_1_TRANSITIONAL_RATE, CO17_QUEBEC_PROPORTION_BOX, CO17_RETURN, CO17_TAXABLE_INCOME_BOX, CO17_TAX_PAYABLE_BOX, CORP_TAX_2024, CORP_TAX_RATE_BOOK, EIFEL_EFFECTIVE_FROM, EIFEL_FIRST_YEAR_START, EIFEL_STANDARD_RATIO, EIFEL_STANDARD_RATIO_FROM, EIFEL_TRANSITIONAL_RATIO, FOREIGN_TAX_CREDIT_GROSS_UP, FORMS, GST_RATE, IEG_2024, ITC_RECAPTURE_PERIOD_YEARS, LARGE_CORPORATION_THRESHOLD, LRIP_INVESTMENT_CORPORATION_MULTIPLE, LRIP_INVESTMENT_INCOME_FACTOR, LossCarrybackError, MAX_LEASEHOLD_PERIODS, MIN_LEASEHOLD_PERIODS, MP_EXCLUDED_ACTIVITIES, MP_GROSS_REVENUE_THRESHOLD, MP_RATES_2024, PART_IV_RATE, PART_VI_1_DEDUCTION_BANDS, PROVINCE_RATES_2024, PROVINCE_RATE_BOOK, PROVINCIAL_REGIMES, PSB_SMALL_SUPPLIER_THRESHOLD_MINOR, QC_TAX_2024, QC_TAX_RATE_BOOK, REFUNDABLE_PART_I_RATE, RSI_COLUMN_GAP, RSI_DELIMITER, RSI_NEGATIVE_PREFIX, RSI_WORD_GAP, RsiLineItemError, SCHEDULE_13_RESERVE_ROWS, SCHEDULE_1_LINES, SCHEDULE_1_LINE_BY_NUMBER, SCHEDULE_1_TOTAL_ADDITIONS_LINE, SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, SCHEDULE_21_BUSINESS_CREDIT_LINE, SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, SCHEDULE_23_GROUP_BUSINESS_LIMIT, SCHEDULE_24_OPERATION_TYPE_LINE, SCHEDULE_2_CARRYFORWARD_YEARS, SCHEDULE_2_CHARITABLE_CURRENT_LINE, SCHEDULE_31_ENHANCED_SRED_RATE, SCHEDULE_31_GENERAL_SRED_RATE, SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, SCHEDULE_3_ELIGIBLE_PAID_LINE, SCHEDULE_3_TAXABLE_PAID_LINE, SCHEDULE_43_DIVIDEND_ALLOWANCE, SCHEDULE_4_CARRYBACK_YEARS, SCHEDULE_4_LPP_CARRYFORWARD_YEARS, SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, SCHEDULE_50_DISCLOSURE_THRESHOLD, SCHEDULE_53_CLOSING_GRIP_LINE, SCHEDULE_53_GENERAL_RATE_FACTOR, SCHEDULE_5_JURISDICTIONS, SCHEDULE_5_REVENUE_OFFSET, SCHEDULE_5_SALARIES_OFFSET, SCHEDULE_6_GRIDS, SCHEDULE_7_ADJUSTED_AII_LINE, SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, SCHEDULE_88_MAX_URLS, SCHEDULE_8_CCA_LINE, SCHEDULE_8_COLUMNS, SCHEDULE_8_RECAPTURE_LINE, SCHEDULE_8_TERMINAL_LOSS_LINE, SECTION_34_2_GROSS_UP, SIMPLIFIED_DIGITAL_THRESHOLD_MINOR, SINGLE_JURISDICTION_ALBERTA_FACTOR, SMALL_SUPPLIER_THRESHOLD_MINOR, Schedule1NotFileableError, T2_BASE_PART_I_RATE, T2_CERTIFICATION_FIXTURES, T2_JACKET, T2_LINE_META, T2_NET_INCOME_FOR_TAX_LINE, T2_SCHEDULE_1, T2_SCHEDULE_13, T2_SCHEDULE_130, T2_SCHEDULE_2, T2_SCHEDULE_21, T2_SCHEDULE_23, T2_SCHEDULE_24, T2_SCHEDULE_3, T2_SCHEDULE_31, T2_SCHEDULE_33, T2_SCHEDULE_4, T2_SCHEDULE_43, T2_SCHEDULE_5, T2_SCHEDULE_50, T2_SCHEDULE_53, T2_SCHEDULE_55, T2_SCHEDULE_6, T2_SCHEDULE_7, T2_SCHEDULE_8, T2_SMALL_BUSINESS_DEDUCTION_RATE, T2_TAXABLE_INCOME_LINE, T2_TOTAL_TAX_PAYABLE_LINE, UnclassifiedLineError, UnsupportedCcaClassError, VEHICLE_ITC_CEILINGS, albertaAbilDifference, albertaBalanceUnpaid, albertaCapitalGainDifference, albertaCcaDifference, albertaCcaScheduleAdjustments, albertaCurrentYearLoss, albertaDispositionAdjustments, albertaRecaptureDifference, albertaReserveDifference, albertaTerminalLossDifference, allocateEvenly, allocateIegEvenly, allocateIegExpenditureLimit, allocateSchedule9ExpenditureLimit, amortizationAddBack, assertAt1MandatoryComplete, assertAt1TaxPayableReconciles, assertCriticalFields, assertSchedule1Fileable, assessEifel, assistanceFrom, at1Engine, at1LineItemId, at1TaxPayableDeductions, at1YesNo, blendProvinceRateTable, buildFields, caTaxPack, calculateCaSalesTax, ccaDeduction, cecScheduleAppliesToTaxYear, charitableDonationsDeduction, claimableItc, classifySupply, co17Engine, computeAdjustedTaxableIncome, computeAlbertaReturn, computeAlbertaSbd, computeAlbertaSchedule13, computeAlbertaSchedule14, computeAlbertaSchedule15, computeAlbertaSchedule16, computeAlbertaSchedule17, computeAlbertaSchedule18, computeSchedule4 as computeAlbertaSchedule4, computeAlbertaSchedule5, computeAlbertaSchedule6, computeAlbertaSchedule7, computeSchedule8 as computeAlbertaSchedule8, computeAlbertaSchedule9, computeAlbertaTax, computeAllocationFactor, computeAt4970, computeBusinessLimit, computeBusinessLimitAllocation, computeCcaClass, computeCcaSchedule, computeCcogpeRegular, computeCcogpeSuccessor, computeCcpcActiveBusinessTax, computeCdeRegular, computeCdeSuccessor, computeCeeRegular, computeCeeSuccessor, computeCfreRegular, computeCfreSuccessor, computeClass13, computeClass14, computeClass141AdditionalAllowance, computeCmedb, computeDayWeightedGeneralTax, computeDonationMaximum, computeEdaRegular, computeEdaSuccessor, computeEifelLimitation, computeFedeRegular, computeFedeSuccessor, computeFederalT2, computeGrip, computeIeg, computeIegAgreement, computeIegBaseAmount, computeIegEligibleExpenditures, computeIegGroupFigures, computeIegReductionFactor, computeItcRecapture, computeLimitedPartnershipLossRow, computeLimitedPartnershipLosses, computeLossCarryback, computeLossContinuity, computeLossSchedule, computeMpDeduction, computeNonCapitalLossByYearOfOrigin, computeOtherLossByYearOfOrigin, computePart4Rdtoh, computePartITax, computePartVI1Deduction, computeProvincialAllocation, computeQuebecAllocationFactor, computeQuebecReturn, computeQuebecTax, computeSBD, computeSchedule1, computeSchedule101, computeSchedule11, computeSchedule12, computeSchedule13, computeSchedule2, computeSchedule20, computeSchedule21, computeSchedule3, computeSchedule31, computeSchedule43, computeSchedule4Losses, computeSchedule5, computeSchedule54, computeSchedule55, computeSchedule6, computeSchedule8$1 as computeSchedule8, computeSchedule9MaximumExpenditureLimit, computeSfedeCountryRegular, computeSfedeCountrySuccessor, computeT2Settlement, computeTaxableCapital, computeTaxableIncome, computeZetm, createCaTaxResolver, dayWeightedRate, deferredIncomeTaxProvisionAddBack, describeLine, dividendsDeductibleS112, earliestRateYear, extendCaTaxRules, extendRateBook, fieldsInSection, findBrokenLinks, findSchedule1LineDefects, foldT2Lines, formatConformanceReport, formatRsiAmount, formatRsiDate, formatRsiText, formsForProgram, getCombinedRate, getField, getForm, getProvincialRegime, gst34Engine, gst34LedgerAdapter, gst34Template, hasExactRateYear, iegT661SourceLine, incomeTaxProvisionAddBack, indexByLine, inputFields, isDecliningBalanceClass, isEnterableLine, isSchedule5Province, isSmallSupplier, latestRateYear, leaseholdPeriods, mealsAndEntertainmentAddBack, netCapitalLossApplied, nonCapitalLossApplied, normalizeSchedule88, partVI1DeductionMultiple, placeOfSupply, pstApplies, ratioOfPermissibleExpenses, recaptureAddBack, reconcileAlbertaNetIncome, renderAt1NetFile, renderAt1Rsi, renderCo17DraftReturn, renderRsiHeader, renderRsiLineItem, renderT2DraftReturn, resetCaTaxRuleExtensions, resolveAlbertaTaxRates, resolveCcaRates, resolveCorpTaxRates, resolveProvinceRates, resolveQuebecTaxRates, resolveRates, runConformance, runConformanceSuite, schedule10Values, schedule11Values, schedule12LossDeductions, schedule12Values, schedule13Values, schedule15Values, schedule16Values, schedule17Values, schedule18Values, schedule1Values, schedule20Values, schedule21Values, schedule29Values, schedule2Values, schedule3Values, schedule4970Values, schedule4Values, schedule5Values, schedule6Values, schedule7Values, schedule8Values, schedule9Values, scheduleTwentyOneLineId, t2Engine, terminalLossDeduction, validateFormDefinition, wireTaxToLedger, xmlEscape };
package/dist/index3.d.mts CHANGED
@@ -1952,11 +1952,10 @@ declare function computeIegReductionFactor(taxableCapital: number, lower?: 10000
1952
1952
  * denominator is the number of prior years (2).
1953
1953
  */
1954
1954
  declare function computeIegBaseAmount(priorYearExpenditures: readonly number[], priorYears?: 2): number;
1955
- interface IegInput {
1955
+ /** Fields every `IegInput` shares, regardless of path. */
1956
+ interface IegInputCommon {
1956
1957
  /** Current-year eligible SR&ED carried out in Alberta. */
1957
1958
  eligibleExpenditures: number;
1958
- /** Base level of spending (average of prior two years, group-aggregated). */
1959
- baseAmount: number;
1960
1959
  /** Allocated eligible-expenditure limit (default $4M; pass the allocated share). */
1961
1960
  expenditureLimit?: number;
1962
1961
  /**
@@ -1974,20 +1973,41 @@ interface IegInput {
1974
1973
  * "confirmed nil".
1975
1974
  */
1976
1975
  recapture?: number;
1976
+ }
1977
+ /**
1978
+ * `IegInput` is a discriminated union on `associatedAllowedAmount`, not one
1979
+ * object with an optional field, because `baseAmount` and
1980
+ * `associatedAllowedAmount` are NOT independent options — the live form has
1981
+ * no "base amount" concept at all on the associated (line 125) path (see
1982
+ * `schedule29-ieg-group.ts`'s own doc comment on `groupBaseAmount`). Making
1983
+ * the two mutually exclusive at the type level means a caller physically
1984
+ * cannot pass a group's aggregated base amount into the associated branch,
1985
+ * where it would have been silently ignored before.
1986
+ */
1987
+ type IegInput = (IegInputCommon & {
1988
+ /** Base level of spending (average of prior two years, group-aggregated). Line 112 (non-associated) only. */baseAmount: number;
1989
+ associatedAllowedAmount?: undefined;
1990
+ }) | (IegInputCommon & {
1991
+ baseAmount?: undefined;
1977
1992
  /**
1978
1993
  * Line 325 — this corporation's allocated allowed amount from a filed
1979
- * Agreement Among Associated Corporations (`computeIegAgreement`). Presence,
1980
- * not truthiness, selects the formula: supplying it (even as 0) switches
1981
- * line 112's "capped spending less base" to line 125's "lesser of the limit
1982
- * and this figure" — the ASSOCIATED path. Omit entirely for a corporation
1983
- * with no such agreement.
1984
- */
1985
- associatedAllowedAmount?: number;
1986
- }
1994
+ * Agreement Among Associated Corporations (`computeIegAgreement`).
1995
+ * Presence, not truthiness, selects line 125's formula: supplying it
1996
+ * (even as 0) switches from line 112's "capped spending less base" to
1997
+ * "lesser of the limit and this figure" — the ASSOCIATED path, which
1998
+ * has no base amount to combine it with.
1999
+ */
2000
+ associatedAllowedAmount: number;
2001
+ });
1987
2002
  interface IegResult {
1988
2003
  cappedExpenditures: number;
1989
- baseAmount: number;
1990
- incrementalExpenditures: number;
2004
+ /**
2005
+ * Line 112 (non-associated) only — `undefined` on the associated path,
2006
+ * where the live form has no base-amount concept at all, matching
2007
+ * `IegInput`'s own discriminated shape.
2008
+ */
2009
+ baseAmount: number | undefined;
2010
+ incrementalExpenditures: number | undefined;
1991
2011
  /** Line 110 — 8% of the capped expenditures. */
1992
2012
  creditAtBaseRate: number;
1993
2013
  /** Line 112 (non-associated) or line 125 (associated) — 12% either way. */
@@ -2004,6 +2024,7 @@ interface IegResult {
2004
2024
  recapture: number;
2005
2025
  /** Line 134 — NET IEG. Carried to AT1 page 2, line 129. */
2006
2026
  ieg: number;
2027
+ issues: string[];
2007
2028
  }
2008
2029
  declare function computeIeg(input: IegInput): IegResult;
2009
2030
  //#endregion
@@ -2546,6 +2567,15 @@ declare function schedule21Values(input: Schedule21FilingInput): At1ScheduleData
2546
2567
  * omitted rather than zeroed, since an absent conditional line is not the same as
2547
2568
  * a nil one.
2548
2569
  */
2570
+ /** One member of Area A's Agreement Among Associated Corporations (041/043/045). */
2571
+ interface Schedule1AgreementMember {
2572
+ /** 041 — the associated corp's name. Put the corp filing this return FIRST. */
2573
+ name?: string;
2574
+ /** 043 — Alberta CAN, must match the same corp's fed 023100. */
2575
+ albertaCan?: string;
2576
+ /** 045 — this member's allocated share of the base amount. */
2577
+ allocatedAmount?: number;
2578
+ }
2549
2579
  interface Schedule1FilingInput {
2550
2580
  result: AlbertaSbdResult;
2551
2581
  /** 001001 — associated with one or more CCPCs. */
@@ -2556,6 +2586,8 @@ interface Schedule1FilingInput {
2556
2586
  albertaTaxableIncome?: number;
2557
2587
  /** 001005 / 001011 — royalty tax deduction, where one applies. */
2558
2588
  royaltyTaxDeduction?: number;
2589
+ /** Area A — 041/043/045, one occurrence per associated corp, claimant first. */
2590
+ agreementMembers?: Schedule1AgreementMember[];
2559
2591
  }
2560
2592
  declare function schedule1Values(input: Schedule1FilingInput): At1ScheduleData;
2561
2593
  /**
@@ -2578,13 +2610,27 @@ interface Schedule2FilingInput {
2578
2610
  }
2579
2611
  declare function schedule2Values(input: Schedule2FilingInput): At1ScheduleData;
2580
2612
  /**
2581
- * Two loss types are modelled, each with its own column on the form:
2613
+ * Four loss types are modelled, each with its own column on the form:
2582
2614
  *
2583
- * non-capital 002 available · 004 / 006 / 008 per preceding year · 010 balance
2584
- * capital 042 gross · 044 / 046 / 048 applied ·
2615
+ * non-capital 002 available · 004 / 006 / 008 per preceding year · 010 balance
2616
+ * farm 012 available · 014 / 016 / 018 per preceding year · 020 balance
2617
+ * other loss 023/025 checkbox (restricted farm / listed personal property) ·
2618
+ * 032 available · 034 / 036 / 038 per preceding year · 040 balance
2619
+ * capital 042 gross · 044 / 046 / 048 applied · —
2585
2620
  *
2586
2621
  * The preceding-year rows also carry the year-end DATES on 003 / 005 / 007, which
2587
- * are the caller's to supply.
2622
+ * are the caller's to supply — ONE shared set of three years for every column, not
2623
+ * one per loss type (the printed form has a single row of date boxes with all the
2624
+ * columns' "applied" boxes beside it).
2625
+ *
2626
+ * The "other loss" column is ONE shared column for restricted farm and listed
2627
+ * personal property loss — but, confirmed against the actual TRA Chapter 3
2628
+ * spec (§3.2.3.11, not just the printed PDF), the two checkboxes (023/025)
2629
+ * are NOT mutually exclusive: a corporation may check BOTH, and the column's
2630
+ * current-year-loss figure becomes 021097 + 021117 — the two pools' current-
2631
+ * year losses summed. 023 and 025 are themselves ALWAYS filed once Schedule
2632
+ * 10 is filed at all, each independently 1 (Yes) or 2 (No, not applicable) —
2633
+ * never omitted, per the spec's own "Otherwise, default = 2" language.
2588
2634
  *
2589
2635
  * **The capital column is applied at the inclusion rate**, not gross: the form's
2590
2636
  * two columns are headed "Gross Amount" and "Amount of Loss Applied (Inclusion
@@ -2592,6 +2638,12 @@ declare function schedule2Values(input: Schedule2FilingInput): At1ScheduleData;
2592
2638
  */
2593
2639
  interface Schedule10FilingInput {
2594
2640
  nonCapital?: LossCarrybackResult;
2641
+ farm?: LossCarrybackResult;
2642
+ otherLoss?: {
2643
+ includesRestrictedFarm: boolean;
2644
+ includesListedPersonal: boolean;
2645
+ result: LossCarrybackResult;
2646
+ };
2595
2647
  capital?: LossCarrybackResult;
2596
2648
  /** Year-end dates for the three preceding years, `YYYYMMDD`. */
2597
2649
  precedingYearEnds?: readonly string[];
@@ -5551,8 +5603,36 @@ interface At1TransmitterInfo {
5551
5603
  webServiceVersion: string;
5552
5604
  softwareVersion: string;
5553
5605
  serialNumber: string;
5554
- thirdPartyIndicator: '0' | '1';
5606
+ /**
5607
+ * EDI017001 — §3.3.6.1: "Must be 1 (yes) or 2 (no)." There is no "0"; a
5608
+ * transmitter that is not filing as a third party for the corporation is
5609
+ * '2', not absent and not '0'.
5610
+ */
5611
+ thirdPartyIndicator: '1' | '2';
5555
5612
  legalName: string;
5613
+ /**
5614
+ * EDI023001 — §3.3.6.1: "Mandatory if line 017 = '1'." Rejected with TRA
5615
+ * error 10025 ("missing one or more third party service provider mandatory
5616
+ * line items") when 017 is '1' and this is absent — confirmed live against
5617
+ * TRA's Fall 2026 NetFile test-site endpoint 2026-08-30.
5618
+ */
5619
+ organizationType?: 'CORPORATION' | 'PARTNERSHIP' | 'INDIVIDUAL';
5620
+ /**
5621
+ * EDI051/053/055/057/059/061 — the transmitter's own address. §3.3.6.1:
5622
+ * street (051) / city (055) / province (057) / postal code (059) / country
5623
+ * (061) are ALL mandatory when line 017 = '1' (province and postal code
5624
+ * only checked when country is 'CA' or 'US', per the spec, but this engine
5625
+ * always emits them together — a third-party transmitter has a mailing
5626
+ * address, full stop). `line2` (053) is optional.
5627
+ */
5628
+ address?: {
5629
+ street: string;
5630
+ line2?: string;
5631
+ city: string;
5632
+ province: string;
5633
+ postalCode: string;
5634
+ country: string;
5635
+ };
5556
5636
  contact: {
5557
5637
  firstName: string;
5558
5638
  lastName: string;
package/dist/index4.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { $ as SCHEDULE_4_CARRYBACK_YEARS, $t as AT1_BALANCE_LINE, A as SCHEDULE_21_BUSINESS_CREDIT_LINE, At as AT1_SCHEDULE_21, B as SCHEDULE_8_TERMINAL_LOSS_LINE, Bt as DispositionCategory, C as SCHEDULE_31_ENHANCED_SRED_RATE, Ct as CO17_TAX_PAYABLE_BOX, D as T2_SCHEDULE_24, Dt as AT1_IEG_MAX_EXPENDITURE, E as SCHEDULE_24_OPERATION_TYPE_LINE, Et as AT1_IEG_JACKET_LINE, F as T2_SCHEDULE_13, Ft as AT1_SCHEDULE_20_POOLS, G as DispositionGrid, Gt as AT1_SCHEDULE_16_CARRYFORWARD_LINE, H as SCHEDULE_7_ADJUSTED_AII_LINE, Ht as AT1_SCHEDULE_17_RESERVES, I as CcaColumn, It as DonationPool, J as AllocationJurisdiction, Jt as AlbertaCcaColumn, K as SCHEDULE_6_GRIDS, Kt as AT1_SCHEDULE_13, L as SCHEDULE_8_CCA_LINE, Lt as AT1_SCHEDULE_18, M as T2_SCHEDULE_21, Mt as AlbertaLossPool, N as ReserveRow, Nt as AT1_DONATION_CARRYFORWARD_YEARS, O as SCHEDULE_23_GROUP_BUSINESS_LIMIT, Ot as AT1_IEG_PRIOR_YEARS, P as SCHEDULE_13_RESERVE_ROWS, Pt as AT1_SCHEDULE_20, Q as T2_SCHEDULE_5, Qt as AT1_BALANCE_CREDIT_LINES, R as SCHEDULE_8_COLUMNS, Rt as AT1_SCHEDULE_18_CATEGORIES, S as T2_SCHEDULE_33, St as CO17_TAXABLE_INCOME_BOX, T as T2_SCHEDULE_31, Tt as AT1_IEG_ENHANCED_RATE, U as SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, Ut as AlbertaReserveKind, V as T2_SCHEDULE_8, Vt as AT1_SCHEDULE_17, W as T2_SCHEDULE_7, Wt as AT1_SCHEDULE_16, X as SCHEDULE_5_REVENUE_OFFSET, Xt as AT1_SCHEDULE_12_PAIRS, Y as SCHEDULE_5_JURISDICTIONS, Yt as AT1_SCHEDULE_12, Z as SCHEDULE_5_SALARIES_OFFSET, Zt as AlbertaReconcilingPair, _ as SCHEDULE_50_DISCLOSURE_THRESHOLD, _n as isEnterableLine, _t as T2_SMALL_BUSINESS_DEDUCTION_RATE, a as getField, an as FormField, at as T2_SCHEDULE_3, b as T2_SCHEDULE_43, bt as CO17_QUEBEC_PROPORTION_BOX, c as CaptionRow, cn as FormFieldRole, ct as T2_SCHEDULE_2, d as buildFields, dn as FormProvenance, dt as SCHEDULE_1_TOTAL_ADDITIONS_LINE, en as AT1_JACKET, et as SCHEDULE_4_LPP_CARRYFORWARD_YEARS, f as T2_SCHEDULE_130, fn as FormSection, ft as SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, g as T2_SCHEDULE_53, gn as inputFields, gt as T2_NET_INCOME_FOR_TAX_LINE, h as SCHEDULE_53_GENERAL_RATE_FACTOR, hn as indexByLine, ht as T2_JACKET, i as formsForProgram, in as FormDefinition, it as SCHEDULE_3_TAXABLE_PAID_LINE, j as SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, jt as AT1_SCHEDULE_21_POOLS, k as T2_SCHEDULE_23, kt as AT1_SCHEDULE_29, l as LineBand, ln as FormFieldSide, lt as SCHEDULE_1_LINES, m as SCHEDULE_53_CLOSING_GRIP_LINE, mn as fieldsInSection, mt as T2_BASE_PART_I_RATE, n as describeLine, nn as AT4970, nt as T2_SCHEDULE_4, o as getForm, on as FormFieldKind, ot as SCHEDULE_2_CARRYFORWARD_YEARS, p as T2_SCHEDULE_55, pn as LineNumberScheme, pt as T2_SCHEDULE_1, q as T2_SCHEDULE_6, qt as AT1_SCHEDULE_13_COLUMNS, r as findBrokenLinks, rn as AT4970_JURISDICTIONS, rt as SCHEDULE_3_ELIGIBLE_PAID_LINE, s as BuildFieldsSpec, sn as FormFieldRequirement, st as SCHEDULE_2_CHARITABLE_CURRENT_LINE, t as FORMS, tn as AT1_TAX_PAYABLE_LINE, tt as SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, u as UnclassifiedLineError, un as FormLineRef, ut as SCHEDULE_1_LINE_BY_NUMBER, v as T2_SCHEDULE_50, vn as validateFormDefinition, vt as T2_TAXABLE_INCOME_LINE, w as SCHEDULE_31_GENERAL_SRED_RATE, wt as AT1_IEG_BASE_RATE, x as SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, xt as CO17_RETURN, y as SCHEDULE_43_DIVIDEND_ALLOWANCE, yt as T2_TOTAL_TAX_PAYABLE_LINE, z as SCHEDULE_8_RECAPTURE_LINE, zt as AT1_SECTION_34_2_GROSS_UP } from "./index.mjs";
1
+ import { $ as SCHEDULE_4_CARRYBACK_YEARS, $t as AT1_SCHEDULE_12_PAIRS, A as SCHEDULE_21_BUSINESS_CREDIT_LINE, At as AT1_SCHEDULE_21, B as SCHEDULE_8_TERMINAL_LOSS_LINE, Bt as AT1_SCHEDULE_18, C as SCHEDULE_31_ENHANCED_SRED_RATE, Cn as isEnterableLine, Ct as CO17_TAX_PAYABLE_BOX, D as T2_SCHEDULE_24, Dt as AT1_IEG_MAX_EXPENDITURE, E as SCHEDULE_24_OPERATION_TYPE_LINE, Et as AT1_IEG_JACKET_LINE, F as T2_SCHEDULE_13, Ft as scheduleTwentyOneLineId, G as DispositionGrid, Gt as AT1_SCHEDULE_17_RESERVES, H as SCHEDULE_7_ADJUSTED_AII_LINE, Ht as AT1_SECTION_34_2_GROSS_UP, I as CcaColumn, It as AT1_DONATION_CARRYFORWARD_YEARS, J as AllocationJurisdiction, Jt as AT1_SCHEDULE_16_CARRYFORWARD_LINE, K as SCHEDULE_6_GRIDS, Kt as AlbertaReserveKind, L as SCHEDULE_8_CCA_LINE, Lt as AT1_SCHEDULE_20, M as T2_SCHEDULE_21, Mt as AlbertaLossPool, N as ReserveRow, Nt as CONTINUITY_CAPTIONS, O as SCHEDULE_23_GROUP_BUSINESS_LIMIT, Ot as AT1_IEG_PRIOR_YEARS, P as SCHEDULE_13_RESERVE_ROWS, Pt as CONTINUITY_ORDER, Q as T2_SCHEDULE_5, Qt as AT1_SCHEDULE_12, R as SCHEDULE_8_COLUMNS, Rt as AT1_SCHEDULE_20_POOLS, S as T2_SCHEDULE_33, Sn as inputFields, St as CO17_TAXABLE_INCOME_BOX, T as T2_SCHEDULE_31, Tt as AT1_IEG_ENHANCED_RATE, U as SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, Ut as DispositionCategory, V as T2_SCHEDULE_8, Vt as AT1_SCHEDULE_18_CATEGORIES, W as T2_SCHEDULE_7, Wt as AT1_SCHEDULE_17, X as SCHEDULE_5_REVENUE_OFFSET, Xt as AT1_SCHEDULE_13_COLUMNS, Y as SCHEDULE_5_JURISDICTIONS, Yt as AT1_SCHEDULE_13, Z as SCHEDULE_5_SALARIES_OFFSET, Zt as AlbertaCcaColumn, _ as SCHEDULE_50_DISCLOSURE_THRESHOLD, _n as FormProvenance, _t as T2_SMALL_BUSINESS_DEDUCTION_RATE, a as getField, an as AT1_BALANCE_LINE, at as T2_SCHEDULE_3, b as T2_SCHEDULE_43, bn as fieldsInSection, bt as CO17_QUEBEC_PROPORTION_BOX, c as CaptionRow, cn as AT4970, ct as T2_SCHEDULE_2, d as buildFields, dn as FormField, dt as SCHEDULE_1_TOTAL_ADDITIONS_LINE, en as AlbertaReconcilingPair, et as SCHEDULE_4_LPP_CARRYFORWARD_YEARS, f as T2_SCHEDULE_130, fn as FormFieldKind, ft as SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, g as T2_SCHEDULE_53, gn as FormLineRef, gt as T2_NET_INCOME_FOR_TAX_LINE, h as SCHEDULE_53_GENERAL_RATE_FACTOR, hn as FormFieldSide, ht as T2_JACKET, i as formsForProgram, in as AT1_BALANCE_CREDIT_LINES, it as SCHEDULE_3_TAXABLE_PAID_LINE, j as SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, jt as AT1_SCHEDULE_21_POOLS, k as T2_SCHEDULE_23, kt as AT1_SCHEDULE_29, l as LineBand, ln as AT4970_JURISDICTIONS, lt as SCHEDULE_1_LINES, m as SCHEDULE_53_CLOSING_GRIP_LINE, mn as FormFieldRole, mt as T2_BASE_PART_I_RATE, n as describeLine, nn as AT1_SCHEDULE_2, nt as T2_SCHEDULE_4, o as getForm, on as AT1_JACKET, ot as SCHEDULE_2_CARRYFORWARD_YEARS, p as T2_SCHEDULE_55, pn as FormFieldRequirement, pt as T2_SCHEDULE_1, q as T2_SCHEDULE_6, qt as AT1_SCHEDULE_16, r as findBrokenLinks, rn as AT1_SCHEDULE_1, rt as SCHEDULE_3_ELIGIBLE_PAID_LINE, s as BuildFieldsSpec, sn as AT1_TAX_PAYABLE_LINE, st as SCHEDULE_2_CHARITABLE_CURRENT_LINE, t as FORMS, tn as AT1_SCHEDULE_10, tt as SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, u as UnclassifiedLineError, un as FormDefinition, ut as SCHEDULE_1_LINE_BY_NUMBER, v as T2_SCHEDULE_50, vn as FormSection, vt as T2_TAXABLE_INCOME_LINE, w as SCHEDULE_31_GENERAL_SRED_RATE, wn as validateFormDefinition, wt as AT1_IEG_BASE_RATE, x as SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, xn as indexByLine, xt as CO17_RETURN, y as SCHEDULE_43_DIVIDEND_ALLOWANCE, yn as LineNumberScheme, yt as T2_TOTAL_TAX_PAYABLE_LINE, z as SCHEDULE_8_RECAPTURE_LINE, zt as DonationPool } from "./index.mjs";
2
2
  import { A as GST_RATE, C as CaSupplyCategory, D as classifySupply, E as PstBaseRule, F as getProvincialRegime, M as ProvincialRegime, N as ProvincialRegimeEntry, O as pstApplies, P as getCombinedRate, S as CA_SUPPLY_CATEGORIES, T as CaSupplyTreatment, _ as VEHICLE_ITC_CEILINGS, a as gst34Template, b as isSmallSupplier, c as CaSupplyType, d as ItcInput, f as PSB_SMALL_SUPPLIER_THRESHOLD_MINOR, g as SmallSupplierInput, h as SMALL_SUPPLIER_THRESHOLD_MINOR, i as gst34LedgerAdapter, j as PROVINCIAL_REGIMES, k as CaProvince, l as CaTaxLeg, m as SIMPLIFIED_DIGITAL_THRESHOLD_MINOR, n as Gst34Input, o as CaSalesTaxInput, p as PlaceOfSupplyInput, r as gst34Engine, s as CaSalesTaxResult, t as Gst34Breakdown, u as ItcExpenseKind, v as calculateCaSalesTax, w as CaSupplyClassification, x as placeOfSupply, y as claimableItc } from "./index2.mjs";
3
3
  import { $ as QuebecTaxResult, $a as computeAlbertaSchedule15, $c as AlbertaSchedule18Result, $i as CcogpeSuccessorFederal, $l as leaseholdPeriods, $n as mealsAndEntertainmentAddBack, $o as computeAlbertaSchedule6, $r as Schedule12Adjustment, $s as schedule18Values, $t as ItcRecaptureItem, A as T2CifGifi, Aa as EdaRegularFederal, Ac as NonCapitalLossByYearOfOriginInput, Ai as At1CriticalFieldMissingError, Al as Schedule8Entry, An as Schedule4Input$1, Ao as allocateSchedule9ExpenditureLimit, Ar as PartITaxResult, As as Schedule3Result, At as computeSchedule55, Au as computeDayWeightedGeneralTax, B as Co17Certification, Ba as FedeSuccessorFederal, Bc as computeLimitedPartnershipLossRow, Bi as at1YesNo, Bl as Class141AdditionalAllowanceInput, Bn as computeSchedule2, Bo as AlbertaSchedule7Result, Br as CORP_TAX_RATE_BOOK, Bs as Schedule10FilingInput, Bt as computeGrip, Bu as latestRateYear, C as FOREIGN_TAX_CREDIT_GROSS_UP, Ca as CfreCountrySuccessorFederal, Cc as computeIegReductionFactor, Ci as formatRsiDate, Cl as AlbertaSchedule13Input, Cn as Schedule5Result, Co as AlbertaSchedule9Input, Cr as computeTaxableIncome, Cs as CapitalInvestmentTaxCreditInput, Ct as computeSchedule101, Cu as AlbertaCorporationStatus, D as computeT2Settlement, Da as CmedbFederal, Dc as iegT661SourceLine, Di as renderRsiLineItem, Dl as CcaClassInput, Dn as ProvincialAllocationInput, Do as Schedule9AllocationResult, Dr as CcpcActiveBusinessTaxInput, Ds as MaximumAllowableDeductionInput, Dt as normalizeSchedule88, Du as AB_GENERAL_RATE_BANDS, E as T2SettlementResult, Ea as CfreCountrySuccessorResult, Ec as computeIegEligibleExpenditures, Ei as renderRsiHeader, El as computeAlbertaSchedule13, En as PermanentEstablishment, Eo as Schedule9AllocationMemberResult, Er as nonCapitalLossApplied, Es as InvestorTaxCreditResult, Et as Schedule88Result, Eu as computeAlbertaSbd, F as T2GifiLine, Fa as EdaSuccessorResult, Fc as computeNonCapitalLossByYearOfOrigin, Fi as albertaBalanceUnpaid, Fl as computeSchedule8$1, Fn as Part4RdtohResult, Fo as Schedule8Input, Fr as SbdInput, Fs as computeAllocationFactor, Ft as Schedule54Input, Fu as RateBook, G as co17Engine, Ga as SfedeCountryRegularFederal, Gc as DonationMaximumResult, Gi as AlbertaReturnResult, Gl as Class14Result, Gn as Schedule1Result, Go as computeAlbertaSchedule7, Gr as computeLossSchedule, Gs as Schedule2FilingInput, Gt as LARGE_CORPORATION_THRESHOLD, H as Co17ReturnData, Ha as FedeSuccessorOverride, Hc as AT1_DONATION_GAIN_RATE, Hi as At1ReturnInput, Hl as Class14Input, Hn as Schedule1Line, Ho as RoyaltySupplementalPartnershipResult, Hr as resolveCorpTaxRates, Hs as Schedule1FilingInput, Ht as Schedule43Rates, I as renderT2DraftReturn, Ia as FedeRegularFederal, Ic as computeOtherLossByYearOfOrigin, Ii as assertAt1MandatoryComplete, Il as CLASS_14_1_MINIMUM_DEDUCTION, In as REFUNDABLE_PART_I_RATE, Io as Schedule8Result, Ir as SbdResult, Is as AT1_SCHEDULES_WITHOUT_BUILDERS, It as Schedule54Result, Iu as RateBookEntry, J as computeQuebecReturn, Ja as SfedeCountryRegularResult, Jc as Schedule20Input, Ji as AlbertaSchedule15Result, Jl as MAX_LEASEHOLD_PERIODS, Jn as ccaDeduction, Jo as AlbertaSchedule6Result, Jr as CEC_DEDUCTION_RATE, Js as schedule12LossDeductions, Jt as computeTaxableCapital, K as QuebecReturnInput, Ka as SfedeCountryRegularInput, Kc as computeDonationMaximum, Ki as computeAlbertaReturn, Kl as LeaseholdLayer, Kn as amortizationAddBack, Ko as schedule7Values, Kr as AlbertaSchedule14Input, Ks as at1LineItemId, Kt as TaxableCapitalInput, L as T2ReturnInput, La as FedeRegularInput, Lc as LimitedPartnershipLossRow, Li as assertAt1TaxPayableReconciles, Ll as CLASS_14_1_TRANSITIONAL_RATE, Ln as computePart4Rdtoh, Lo as computeSchedule8, Lr as computeBusinessLimit, Ls as AT1_SCHEDULES_WITH_BUILDERS, Lt as computeSchedule54, Lu as earliestRateYear, M as T2CifQuestionnaire, Ma as EdaRegularResult, Mc as OtherLossByYearOfOriginResult, Mi as At1MandatoryFieldMissingError, Ml as UnsupportedCcaClassError, Mn as computeSchedule4Losses, Mo as computeSchedule9MaximumExpenditureLimit, Mr as computePartITax, Ms as schedule3Values, Mt as LRIP_INVESTMENT_INCOME_FACTOR, Mu as AB_TAX_RATE_BOOK, N as T2CifSettlement, Na as EdaSuccessorFederal, Nc as OtherLossVintageEntry, Ni as At1TaxPayableMismatchError, Nl as computeCcaClass, Nn as PART_IV_RATE, No as schedule9Values, Nr as BusinessLimitInput, Ns as AllocationFactorInput, Nt as LripDividendEvent, Nu as AlbertaTaxRates, O as T2CifAddress, Oa as CmedbInput, Oc as LossVintageEntry, Oi as renderAt1NetFile, Ol as CcaClassResult, On as ProvincialAllocationResult, Oo as Schedule9FieldOfScience, Or as CcpcActiveBusinessTaxResult, Os as MaximumAllowableDeductionResult, Ot as Schedule55Input, Ou as DayWeightedRateResult, P as T2CifShareholder, Pa as EdaSuccessorInput, Pc as OtherLossVintageRowResult, Pi as At1TransmitterInfo, Pl as computeCcaSchedule, Pn as Part4RdtohInput, Po as PoliticalContributionInput, Pr as BusinessLimitResult, Ps as SINGLE_JURISDICTION_ALBERTA_FACTOR, Pt as LripEventResult, Pu as resolveAlbertaTaxRates, Q as QuebecTaxInput, Qa as SfedeCountrySuccessorResult, Qc as AlbertaSchedule18Input, Qi as CcogpeRegularResult, Ql as computeClass141AdditionalAllowance, Qn as incomeTaxProvisionAddBack, Qo as RoyaltyTaxCreditShelterAllocationResult, Qr as computeAlbertaSchedule14, Qs as schedule17Values, Qt as ITC_RECAPTURE_PERIOD_YEARS, R as t2Engine, Ra as FedeRegularOverride, Rc as LimitedPartnershipLossRowResult, Ri as assertCriticalFields, Rl as Class13Input, Rn as Schedule2Input, Ro as schedule8Values, Rr as computeSBD, Rs as At1ScheduleData, Rt as GripInput, Ru as extendRateBook, S as AdjustedTaxableIncomeResult, Sa as CfreCountryRegularResult, Sc as computeIegBaseAmount, Si as formatRsiAmount, Sl as AlbertaSchedule13ClassResult, Sn as Schedule5Input, So as ALBERTA_SRED_TAX_CREDIT_RATE, Sr as charitableDonationsDeduction, Ss as At1ScheduleValueLike, St as Schedule101Result, Su as computeAlbertaTax, T as T2SettlementInput, Ta as CfreCountrySuccessorOverride, Tc as IegEligibleExpendituresResult, Ti as renderAt1Rsi, Tl as FederalCcaClass, Tn as AllocatedProvince, To as Schedule9AllocationMember, Tr as netCapitalLossApplied, Ts as InvestorTaxCreditInput, Tt as Schedule88Input, Tu as AlbertaSbdResult, U as renderCo17DraftReturn, Ua as FedeSuccessorResult, Uc as AT1_DONATION_INCOME_RATE, Ui as at1Engine, Ul as Class14Property, Un as Schedule1LineDefect, Uo as RoyaltySupplementalPriorYearAdjustment, Ur as LossScheduleInput, Us as Schedule20FilingInput, Ut as Schedule43Result, V as Co17Identity, Va as FedeSuccessorInput, Vc as computeLimitedPartnershipLosses, Vi as xmlEscape, Vl as Class141AdditionalAllowanceResult, Vn as Schedule1Input, Vo as RoyaltySupplementalPartnership, Vr as CorpTaxRates, Vs as Schedule12FilingInput, Vt as Schedule43Input, Vu as resolveRates, W as Co17ReturnInput, Wa as Schedule15FilingResult, Wc as DonationMaximumInput, Wi as AlbertaReturnInput, Wl as Class14PropertyResult, Wn as Schedule1NotFileableError, Wo as RoyaltySupplementalPriorYearAdjustmentResult, Wr as LossScheduleResult, Ws as Schedule21FilingInput, Wt as computeSchedule43, X as QuebecEstablishment, Xa as SfedeCountrySuccessorInput, Xc as computeSchedule20, Xi as CcogpeRegularInput, Xl as computeClass13, Xn as deferredIncomeTaxProvisionAddBack, Xo as RoyaltyTaxCreditQuarter, Xr as CecIncomeInclusionDetail, Xs as schedule13Values, Xt as Schedule31Result, Y as QuebecAllocationResult, Ya as SfedeCountrySuccessorFederal, Yc as Schedule20Result, Yi as CcogpeRegularFederal, Yl as MIN_LEASEHOLD_PERIODS, Yn as computeSchedule1, Yo as RoyaltyTaxCreditLongestAssociatedYear, Yr as CEC_INCLUSION_RATE, Ys as schedule12Values, Yt as Schedule31Input, Z as computeQuebecAllocationFactor, Za as SfedeCountrySuccessorOverride, Zc as AT1_DISPOSITION_CATEGORIES, Zi as CcogpeRegularOverride, Zl as computeClass14, Zn as findSchedule1LineDefects, Zo as RoyaltyTaxCreditShelterAllocation, Zr as cecScheduleAppliesToTaxYear, Zs as schedule16Values, Zt as computeSchedule31, _ as EifelLimitationInput, _a as CeeSuccessorOverride, _c as computeIegGroupFigures, _i as RSI_WORD_GAP, _l as AlbertaSchedule16Input, _n as computeSchedule13, _o as Schedule11Result, _r as isSchedule5Province, _s as AgriProcessingTaxCreditInput, _t as FederalT2Input, _u as LossCarrybackResult, a as MpDeductionRates, aa as CdeRegularOverride, ac as schedule4970Values, ai as albertaCcaDifference, al as SECTION_34_2_GROSS_UP, an as computeZetm, ao as computeCeeSuccessor, ar as EifelResult, as as At1Schedule5SuccessoredPoolEntry, at as T2_CERTIFICATION_FIXTURES, au as At4970Input, b as ratioOfPermissibleExpenses, ba as CfreCountryRegularInput, bc as IegResult, bi as RsiLineItemError, bl as computeAlbertaSchedule16, bn as Schedule6Result, bo as ALBERTA_SRED_EXPENDITURE_CUTOFF, br as TaxableIncomeLine, bs as AgriProcessingVintageResult, bt as FirstReturnEvent, bu as AlbertaTaxInput, c as PART_VI_1_DEDUCTION_BANDS, ca as CdeSuccessorInput, cc as IegAgreementMemberResult, ci as albertaDispositionAdjustments, cl as AT1_RESERVE_LINES, cn as BusinessLimitAllocationInput, co as computeCmedb, cr as ProvincialRateChange, cs as schedule5Values, ct as ConformanceSummary, cu as At4970ProjectRowResult, d as computePartVI1Deduction, da as CeeRegularFederal, dc as IegGroupMember, di as albertaTerminalLossDifference, dl as AlbertaSchedule17Result, dn as computeBusinessLimitAllocation, do as computeFedeRegular, dr as dayWeightedRate, ds as Schedule4Input, dt as T2LineKey, du as computeAt4970, ea as CcogpeSuccessorInput, ec as schedule1Values, ei as Schedule12Input, el as At1AbilEntry, en as ItcRecaptureItemResult, eo as computeCcogpeRegular, er as recaptureAddBack, es as schedule6Values, et as computeQuebecTax, eu as CCA_DECLINING_BALANCE_RATES_2024, f as partVI1DeductionMultiple, fa as CeeRegularInput, fc as IegGroupResult, fi as computeSchedule12, fl as At1ReserveBalances, fn as Schedule21Input, fo as computeFedeSuccessor, fr as PROVINCE_RATES_2024, fs as Schedule4Result, ft as T2_LINE_META, fu as LossContinuityInput, g as EIFEL_TRANSITIONAL_RATIO, ga as CeeSuccessorInput, gc as computeIegAgreement, gi as RSI_NEGATIVE_PREFIX, gl as computeAlbertaSchedule17, gn as ReserveContinuityRow, go as Schedule11Input, gr as ProvincialRate, gs as AgriProcessingCurrentYearInput, gt as runConformanceSuite, gu as LossCarrybackInput, h as EIFEL_STANDARD_RATIO_FROM, ha as CeeSuccessorFederal, hc as allocateIegExpenditureLimit, hi as RSI_DELIMITER, hl as At1ReserveTable, hn as ReserveContinuityResult, ho as schedule15Values, hr as ProvinceRateTable, hs as AgriProcessingCombinedVintageInput, ht as runConformance, hu as LossCarrybackError, i as MpDeductionInput, ia as CdeRegularInput, ic as schedule2Values, ii as albertaCapitalGainDifference, il as At1DispositionCategory, in as ZetmResult, io as computeCeeRegular, ir as EifelInput, is as At1Schedule5PredecessorTransfer, it as resolveQuebecTaxRates, iu as resolveCcaRates, j as T2CifPartI, ja as EdaRegularInput, jc as NonCapitalLossByYearOfOriginResult, ji as At1FilingData, jl as Schedule8Result$1, jn as Schedule4Result$1, jo as computeAlbertaSchedule9, jr as computeCcpcActiveBusinessTax, js as computeSchedule3, jt as LRIP_INVESTMENT_CORPORATION_MULTIPLE, ju as AB_TAX_2024, k as T2CifData, ka as CmedbResult, kc as LossVintageRowResult, ki as AT1_CRITICAL_MANDATORY_FIELDS, kl as CcaScheduleResult, kn as computeProvincialAllocation, ko as Schedule9GroupFilingInput, kr as PartITaxInput, ks as Schedule3Input, kt as Schedule55Result, ku as GeneralRateBand, l as PartVI1DeductionBand, la as CdeSuccessorOverride, lc as IegAgreementResult, li as albertaRecaptureDifference, ll as AT1_RESERVE_TOTAL_LINES, ln as BusinessLimitAllocationResult, lo as computeEdaRegular, lr as ProvincialRateChanges, ls as ForeignInvestmentCountryInput, lt as ExpectedSource, lu as At4970Result, m as EIFEL_STANDARD_RATIO, ma as CeeRegularResult, mc as allocateIegEvenly, mi as RSI_COLUMN_GAP, ml as At1ReserveRowResult, mn as computeSchedule21, mo as computeSfedeCountrySuccessor, mr as ProvinceCode, ms as schedule4Values, mt as formatConformanceReport, mu as computeLossContinuity, n as MP_GROSS_REVENUE_THRESHOLD, na as CcogpeSuccessorResult, nc as schedule21Values, ni as Schedule12Result, nl as At1CategoryResult, nn as computeItcRecapture, no as computeCdeRegular, nr as EIFEL_EFFECTIVE_FROM, ns as AlbertaSchedule5Result, nt as QC_TAX_RATE_BOOK, nu as CcaRateTable, o as MpDeductionResult, oa as CdeRegularResult, oc as IegAgreementInput, oi as albertaCcaScheduleAdjustments, ol as computeAlbertaSchedule18, on as AssociatedMemberInput, oo as computeCfreRegular, or as EifelThresholds, os as At1Schedule5SuccessoredPoolEntryResult, ot as CertificationFixture, ou as At4970JurisdictionAmount, p as EIFEL_FIRST_YEAR_START, pa as CeeRegularOverride, pc as IegLimitAllocation, pi as reconcileAlbertaNetIncome, pl as At1ReserveKind, pn as Schedule21Result, po as computeSfedeCountryRegular, pr as PROVINCE_RATE_BOOK, ps as computeSchedule4, pt as foldT2Lines, pu as LossContinuityResult, q as QuebecReturnResult, qa as SfedeCountryRegularOverride, qc as AlbertaGiftCarryforward, qi as AlbertaSchedule15Input, ql as LeaseholdLayerResult, qn as assertSchedule1Fileable, qo as AlbertaSchedule6Input, qr as AlbertaSchedule14Result, qs as schedule10Values, qt as TaxableCapitalResult, r as MP_RATES_2024, ra as CdeRegularFederal, rc as schedule29Values, ri as albertaAbilDifference, rl as At1CategoryTotals, rn as ZetmInput, ro as computeCdeSuccessor, rr as EifelExemption, rs as At1Schedule5PoolTransfer, rt as QuebecTaxRates, ru as isDecliningBalanceClass, s as computeMpDeduction, sa as CdeSuccessorFederal, sc as IegAgreementMember, si as albertaCurrentYearLoss, sl as AT1_RESERVE_KINDS, sn as AssociatedMemberResult, so as computeCfreSuccessor, sr as assessEifel, ss as computeAlbertaSchedule5, st as ConformanceResult, su as At4970ProjectRow, t as MP_EXCLUDED_ACTIVITIES, ta as CcogpeSuccessorOverride, tc as schedule20Values, ti as Schedule12Line, tl as At1AbilResult, tn as ItcRecaptureResult, to as computeCcogpeSuccessor, tr as terminalLossDeduction, ts as AlbertaSchedule5Input, tt as QC_TAX_2024, tu as CCA_RATE_BOOK, u as PartVI1DeductionResult, ua as CdeSuccessorResult, uc as IegAllocationResult, ui as albertaReserveDifference, ul as AlbertaSchedule17Input, un as allocateEvenly, uo as computeEdaSuccessor, ur as blendProvinceRateTable, us as ForeignInvestmentCountryResult, ut as LineCheck, uu as At4970Totals, v as EifelLimitationResult, va as CeeSuccessorResult, vc as IEG_2024, vi as RsiHeaderInput, vl as AlbertaSchedule16Result, vn as CapitalDisposition, vo as computeSchedule11, vr as resolveProvinceRates, vs as AgriProcessingTaxCreditResult, vt as FederalT2Result, vu as LossCarrybackYear, w as computeAdjustedTaxableIncome, wa as CfreCountrySuccessorInput, wc as IegEligibleExpendituresInput, wi as formatRsiText, wl as AlbertaSchedule13Result, wn as computeSchedule5, wo as AlbertaSchedule9Result, wr as dividendsDeductibleS112, ws as CapitalInvestmentTaxCreditResult, wt as SCHEDULE_88_MAX_URLS, wu as AlbertaSbdInput, x as AdjustedTaxableIncomeInput, xa as CfreCountryRegularOverride, xc as computeIeg, xi as RsiScheduleInput, xl as AlbertaCcaOverride, xn as computeSchedule6, xo as ALBERTA_SRED_PROGRAM_START, xr as TaxableIncomeResult, xs as At1ScheduleDataLike, xt as Schedule101Input, xu as AlbertaTaxResult, y as computeEifelLimitation, ya as CfreCountryRegularFederal, yc as IegInput, yi as RsiLineItem, yl as assistanceFrom, yn as DispositionResult, yo as schedule11Values, yr as TaxableIncomeInput, ys as AgriProcessingVintageInput, yt as computeFederalT2, yu as computeLossCarryback, z as Co17Address, za as FedeRegularResult, zc as LimitedPartnershipLossesResult, zi as at1TaxPayableDeductions, zl as Class13Result, zn as Schedule2Result, zo as AlbertaSchedule7Input, zr as CORP_TAX_2024, zs as At1ScheduleValue, zt as GripResult, zu as hasExactRateYear } from "./index3.mjs";
4
4
  import { TaxEngine, TaxObligation, wireTaxToLedger } from "@classytic/tax-core/obligation";
@@ -29,4 +29,4 @@ interface CaTaxResolver extends TaxResolver$1 {
29
29
  declare function createCaTaxResolver(options: CaTaxResolverOptions): CaTaxResolver;
30
30
  declare const caTaxPack: TaxPackDescriptor$1;
31
31
  //#endregion
32
- export { AB_GENERAL_RATE_BANDS, AB_TAX_2024, AB_TAX_RATE_BOOK, ALBERTA_SRED_EXPENDITURE_CUTOFF, ALBERTA_SRED_PROGRAM_START, ALBERTA_SRED_TAX_CREDIT_RATE, AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_CRITICAL_MANDATORY_FIELDS, AT1_DISPOSITION_CATEGORIES, AT1_DONATION_CARRYFORWARD_YEARS, AT1_DONATION_GAIN_RATE, AT1_DONATION_INCOME_RATE, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_RESERVE_KINDS, AT1_RESERVE_LINES, AT1_RESERVE_TOTAL_LINES, AT1_SCHEDULES_WITHOUT_BUILDERS, AT1_SCHEDULES_WITH_BUILDERS, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_16, AT1_SCHEDULE_16_CARRYFORWARD_LINE, AT1_SCHEDULE_17, AT1_SCHEDULE_17_RESERVES, AT1_SCHEDULE_18, AT1_SCHEDULE_18_CATEGORIES, AT1_SCHEDULE_20, AT1_SCHEDULE_20_POOLS, AT1_SCHEDULE_21, AT1_SCHEDULE_21_POOLS, AT1_SCHEDULE_29, AT1_SECTION_34_2_GROSS_UP, AT1_TAX_PAYABLE_LINE, AT4970, AT4970_JURISDICTIONS, type AdjustedTaxableIncomeInput, type AdjustedTaxableIncomeResult, type AgriProcessingCombinedVintageInput, type AgriProcessingCurrentYearInput, type AgriProcessingTaxCreditInput, type AgriProcessingTaxCreditResult, type AgriProcessingVintageInput, type AgriProcessingVintageResult, type AlbertaCcaColumn, type AlbertaCcaOverride, type AlbertaCorporationStatus, type AlbertaGiftCarryforward, type AlbertaLossPool, type AlbertaReconcilingPair, type AlbertaReserveKind, type AlbertaReturnInput, type AlbertaReturnResult, type AlbertaSbdInput, type AlbertaSbdResult, type AlbertaSchedule13ClassResult, type AlbertaSchedule13Input, type AlbertaSchedule13Result, type AlbertaSchedule14Input, type AlbertaSchedule14Result, type AlbertaSchedule15Input, type AlbertaSchedule15Result, type AlbertaSchedule16Input, type AlbertaSchedule16Result, type AlbertaSchedule17Input, type AlbertaSchedule17Result, type AlbertaSchedule18Input, type AlbertaSchedule18Result, type Schedule4Input as AlbertaSchedule4Input, type Schedule4Result as AlbertaSchedule4Result, type AlbertaSchedule5Input, type AlbertaSchedule5Result, type AlbertaSchedule6Input, type AlbertaSchedule6Result, type AlbertaSchedule7Input, type AlbertaSchedule7Result, type Schedule8Input as AlbertaSchedule8Input, type Schedule8Result as AlbertaSchedule8Result, type AlbertaSchedule9Input, type AlbertaSchedule9Result, type AlbertaTaxInput, type AlbertaTaxRates, type AlbertaTaxResult, type AllocatedProvince, type AllocationFactorInput, type AllocationJurisdiction, type AssociatedMemberInput, type AssociatedMemberResult, type At1AbilEntry, type At1AbilResult, type At1CategoryResult, type At1CategoryTotals, At1CriticalFieldMissingError, type At1DispositionCategory, type At1FilingData, At1MandatoryFieldMissingError, type At1ReserveBalances, type At1ReserveKind, type At1ReserveRowResult, type At1ReserveTable, type At1ReturnInput, type At1Schedule5PoolTransfer, type At1Schedule5PredecessorTransfer, type At1Schedule5SuccessoredPoolEntry, type At1Schedule5SuccessoredPoolEntryResult, type At1ScheduleData, type At1ScheduleDataLike, type At1ScheduleValue, type At1ScheduleValueLike, At1TaxPayableMismatchError, type At1TransmitterInfo, type At4970Input, type At4970JurisdictionAmount, type At4970ProjectRow, type At4970ProjectRowResult, type At4970Result, type At4970Totals, type BuildFieldsSpec, type BusinessLimitAllocationInput, type BusinessLimitAllocationResult, type BusinessLimitInput, type BusinessLimitResult, CA_SUPPLY_CATEGORIES, CCA_DECLINING_BALANCE_RATES_2024, CCA_RATE_BOOK, CEC_DEDUCTION_RATE, CEC_INCLUSION_RATE, CLASS_14_1_MINIMUM_DEDUCTION, CLASS_14_1_TRANSITIONAL_RATE, CO17_QUEBEC_PROPORTION_BOX, CO17_RETURN, CO17_TAXABLE_INCOME_BOX, CO17_TAX_PAYABLE_BOX, CORP_TAX_2024, CORP_TAX_RATE_BOOK, type CaProvince, type CaSalesTaxInput, type CaSalesTaxResult, type CaSupplyCategory, type CaSupplyClassification, type CaSupplyTreatment, type CaSupplyType, type CaTaxLeg, type CaTaxResolver, type CaTaxResolverOptions, type CaTaxRuleExtensions, type CapitalDisposition, type CapitalInvestmentTaxCreditInput, type CapitalInvestmentTaxCreditResult, type CaptionRow, type CcaClassInput, type CcaClassResult, type CcaColumn, type CcaRateTable, type CcaScheduleResult, type CcogpeRegularFederal, type CcogpeRegularInput, type CcogpeRegularOverride, type CcogpeRegularResult, type CcogpeSuccessorFederal, type CcogpeSuccessorInput, type CcogpeSuccessorOverride, type CcogpeSuccessorResult, type CcpcActiveBusinessTaxInput, type CcpcActiveBusinessTaxResult, type CdeRegularFederal, type CdeRegularInput, type CdeRegularOverride, type CdeRegularResult, type CdeSuccessorFederal, type CdeSuccessorInput, type CdeSuccessorOverride, type CdeSuccessorResult, type CecIncomeInclusionDetail, type CeeRegularFederal, type CeeRegularInput, type CeeRegularOverride, type CeeRegularResult, type CeeSuccessorFederal, type CeeSuccessorInput, type CeeSuccessorOverride, type CeeSuccessorResult, CertificationFixture, type CfreCountryRegularFederal, type CfreCountryRegularInput, type CfreCountryRegularOverride, type CfreCountryRegularResult, type CfreCountrySuccessorFederal, type CfreCountrySuccessorInput, type CfreCountrySuccessorOverride, type CfreCountrySuccessorResult, type Class13Input, type Class13Result, type Class141AdditionalAllowanceInput, type Class141AdditionalAllowanceResult, type Class14Input, type Class14Property, type Class14PropertyResult, type Class14Result, type CmedbFederal, type CmedbInput, type CmedbResult, type Co17Address, type Co17Certification, type Co17Identity, type Co17ReturnData, type Co17ReturnInput, ConformanceResult, ConformanceSummary, type CorpTaxRates, type DayWeightedRateResult, type DispositionCategory, type DispositionGrid, type DispositionResult, type DonationMaximumInput, type DonationMaximumResult, type DonationPool, EIFEL_EFFECTIVE_FROM, EIFEL_FIRST_YEAR_START, EIFEL_STANDARD_RATIO, EIFEL_STANDARD_RATIO_FROM, EIFEL_TRANSITIONAL_RATIO, type EdaRegularFederal, type EdaRegularInput, type EdaRegularResult, type EdaSuccessorFederal, type EdaSuccessorInput, type EdaSuccessorResult, type EifelExemption, type EifelInput, type EifelLimitationInput, type EifelLimitationResult, type EifelResult, type EifelThresholds, ExpectedSource, FOREIGN_TAX_CREDIT_GROSS_UP, FORMS, type FedeRegularFederal, type FedeRegularInput, type FedeRegularOverride, type FedeRegularResult, type FedeSuccessorFederal, type FedeSuccessorInput, type FedeSuccessorOverride, type FedeSuccessorResult, type FederalCcaClass, type FederalT2Input, type FederalT2Result, type FirstReturnEvent, type ForeignInvestmentCountryInput, type ForeignInvestmentCountryResult, type FormDefinition, type FormField, type FormFieldKind, type FormFieldRequirement, type FormFieldRole, type FormFieldSide, type FormLineRef, type FormProvenance, type FormSection, GST_RATE, type GeneralRateBand, type GripInput, type GripResult, type Gst34Breakdown, type Gst34Input, IEG_2024, ITC_RECAPTURE_PERIOD_YEARS, type IegAgreementInput, type IegAgreementMember, type IegAgreementMemberResult, type IegAgreementResult, type IegAllocationResult, type IegEligibleExpendituresInput, type IegEligibleExpendituresResult, type IegGroupMember, type IegGroupResult, type IegInput, type IegLimitAllocation, type IegResult, type InvestorTaxCreditInput, type InvestorTaxCreditResult, type ItcExpenseKind, type ItcInput, type ItcRecaptureItem, type ItcRecaptureItemResult, type ItcRecaptureResult, LARGE_CORPORATION_THRESHOLD, LRIP_INVESTMENT_CORPORATION_MULTIPLE, LRIP_INVESTMENT_INCOME_FACTOR, type LeaseholdLayer, type LeaseholdLayerResult, type LimitedPartnershipLossRow, type LimitedPartnershipLossRowResult, type LimitedPartnershipLossesResult, type LineBand, LineCheck, type LineNumberScheme, LossCarrybackError, type LossCarrybackInput, type LossCarrybackResult, type LossCarrybackYear, type LossContinuityInput, type LossContinuityResult, type LossScheduleInput, type LossScheduleResult, type LossVintageEntry, type LossVintageRowResult, type LripDividendEvent, type LripEventResult, MAX_LEASEHOLD_PERIODS, MIN_LEASEHOLD_PERIODS, MP_EXCLUDED_ACTIVITIES, MP_GROSS_REVENUE_THRESHOLD, MP_RATES_2024, type MaximumAllowableDeductionInput, type MaximumAllowableDeductionResult, type MpDeductionInput, type MpDeductionRates, type MpDeductionResult, type NonCapitalLossByYearOfOriginInput, type NonCapitalLossByYearOfOriginResult, type OtherLossByYearOfOriginResult, type OtherLossVintageEntry, type OtherLossVintageRowResult, PART_IV_RATE, PART_VI_1_DEDUCTION_BANDS, PROVINCE_RATES_2024, PROVINCE_RATE_BOOK, PROVINCIAL_REGIMES, PSB_SMALL_SUPPLIER_THRESHOLD_MINOR, type Part4RdtohInput, type Part4RdtohResult, type PartITaxInput, type PartITaxResult, type PartVI1DeductionBand, type PartVI1DeductionResult, type PermanentEstablishment, type PlaceOfSupplyInput, type PoliticalContributionInput, type ProvinceCode, type ProvinceRateTable, type ProvincialAllocationInput, type ProvincialAllocationResult, type ProvincialRate, type ProvincialRateChange, type ProvincialRateChanges, type ProvincialRegime, type ProvincialRegimeEntry, type PstBaseRule, QC_TAX_2024, QC_TAX_RATE_BOOK, type QuebecAllocationResult, type QuebecEstablishment, type QuebecReturnInput, type QuebecReturnResult, type QuebecTaxInput, type QuebecTaxRates, type QuebecTaxResult, REFUNDABLE_PART_I_RATE, RSI_COLUMN_GAP, RSI_DELIMITER, RSI_NEGATIVE_PREFIX, RSI_WORD_GAP, type RateBook, type RateBookEntry, type ReserveContinuityResult, type ReserveContinuityRow, type ReserveRow, type RoyaltySupplementalPartnership, type RoyaltySupplementalPartnershipResult, type RoyaltySupplementalPriorYearAdjustment, type RoyaltySupplementalPriorYearAdjustmentResult, type RoyaltyTaxCreditLongestAssociatedYear, type RoyaltyTaxCreditQuarter, type RoyaltyTaxCreditShelterAllocation, type RoyaltyTaxCreditShelterAllocationResult, type RsiHeaderInput, type RsiLineItem, RsiLineItemError, type RsiScheduleInput, SCHEDULE_13_RESERVE_ROWS, SCHEDULE_1_LINES, SCHEDULE_1_LINE_BY_NUMBER, SCHEDULE_1_TOTAL_ADDITIONS_LINE, SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, SCHEDULE_21_BUSINESS_CREDIT_LINE, SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, SCHEDULE_23_GROUP_BUSINESS_LIMIT, SCHEDULE_24_OPERATION_TYPE_LINE, SCHEDULE_2_CARRYFORWARD_YEARS, SCHEDULE_2_CHARITABLE_CURRENT_LINE, SCHEDULE_31_ENHANCED_SRED_RATE, SCHEDULE_31_GENERAL_SRED_RATE, SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, SCHEDULE_3_ELIGIBLE_PAID_LINE, SCHEDULE_3_TAXABLE_PAID_LINE, SCHEDULE_43_DIVIDEND_ALLOWANCE, SCHEDULE_4_CARRYBACK_YEARS, SCHEDULE_4_LPP_CARRYFORWARD_YEARS, SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, SCHEDULE_50_DISCLOSURE_THRESHOLD, SCHEDULE_53_CLOSING_GRIP_LINE, SCHEDULE_53_GENERAL_RATE_FACTOR, SCHEDULE_5_JURISDICTIONS, SCHEDULE_5_REVENUE_OFFSET, SCHEDULE_5_SALARIES_OFFSET, SCHEDULE_6_GRIDS, SCHEDULE_7_ADJUSTED_AII_LINE, SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, SCHEDULE_88_MAX_URLS, SCHEDULE_8_CCA_LINE, SCHEDULE_8_COLUMNS, SCHEDULE_8_RECAPTURE_LINE, SCHEDULE_8_TERMINAL_LOSS_LINE, SECTION_34_2_GROSS_UP, SIMPLIFIED_DIGITAL_THRESHOLD_MINOR, SINGLE_JURISDICTION_ALBERTA_FACTOR, SMALL_SUPPLIER_THRESHOLD_MINOR, type SbdInput, type SbdResult, type Schedule101Input, type Schedule101Result, type Schedule10FilingInput, type Schedule11Input, type Schedule11Result, type Schedule12Adjustment, type Schedule12FilingInput, type Schedule12Input, type Schedule12Line, type Schedule12Result, type Schedule15FilingResult, type Schedule1FilingInput, type Schedule1Input, type Schedule1Line, type Schedule1LineDefect, Schedule1NotFileableError, type Schedule1Result, type Schedule20FilingInput, type Schedule20Input, type Schedule20Result, type Schedule21FilingInput, type Schedule21Input, type Schedule21Result, type Schedule2FilingInput, type Schedule2Input, type Schedule2Result, type Schedule31Input, type Schedule31Result, type Schedule3Input, type Schedule3Result, type Schedule43Input, type Schedule43Rates, type Schedule43Result, type Schedule4Input$1 as Schedule4Input, type Schedule4Result$1 as Schedule4Result, type Schedule54Input, type Schedule54Result, type Schedule55Input, type Schedule55Result, type Schedule5Input, type Schedule5Result, type Schedule6Result, type Schedule88Input, type Schedule88Result, type Schedule8Entry, type Schedule8Result$1 as Schedule8Result, type Schedule9AllocationMember, type Schedule9AllocationMemberResult, type Schedule9AllocationResult, type Schedule9FieldOfScience, type Schedule9GroupFilingInput, type SfedeCountryRegularFederal, type SfedeCountryRegularInput, type SfedeCountryRegularOverride, type SfedeCountryRegularResult, type SfedeCountrySuccessorFederal, type SfedeCountrySuccessorInput, type SfedeCountrySuccessorOverride, type SfedeCountrySuccessorResult, type SmallSupplierInput, type T2CifAddress, type T2CifData, type T2CifGifi, type T2CifPartI, type T2CifQuestionnaire, type T2CifSettlement, type T2CifShareholder, type T2GifiLine, T2LineKey, type T2ReturnInput, type T2SettlementInput, type T2SettlementResult, T2_BASE_PART_I_RATE, T2_CERTIFICATION_FIXTURES, T2_JACKET, T2_LINE_META, T2_NET_INCOME_FOR_TAX_LINE, T2_SCHEDULE_1, T2_SCHEDULE_13, T2_SCHEDULE_130, T2_SCHEDULE_2, T2_SCHEDULE_21, T2_SCHEDULE_23, T2_SCHEDULE_24, T2_SCHEDULE_3, T2_SCHEDULE_31, T2_SCHEDULE_33, T2_SCHEDULE_4, T2_SCHEDULE_43, T2_SCHEDULE_5, T2_SCHEDULE_50, T2_SCHEDULE_53, T2_SCHEDULE_55, T2_SCHEDULE_6, T2_SCHEDULE_7, T2_SCHEDULE_8, T2_SMALL_BUSINESS_DEDUCTION_RATE, T2_TAXABLE_INCOME_LINE, T2_TOTAL_TAX_PAYABLE_LINE, type TaxClassRate, type TaxCode, type TaxEngine, type TaxObligation, type TaxPackDescriptor, type TaxReportTemplate, type TaxResolver, type TaxableCapitalInput, type TaxableCapitalResult, type TaxableIncomeInput, type TaxableIncomeLine, type TaxableIncomeResult, UnclassifiedLineError, UnsupportedCcaClassError, VEHICLE_ITC_CEILINGS, type ZetmInput, type ZetmResult, albertaAbilDifference, albertaBalanceUnpaid, albertaCapitalGainDifference, albertaCcaDifference, albertaCcaScheduleAdjustments, albertaCurrentYearLoss, albertaDispositionAdjustments, albertaRecaptureDifference, albertaReserveDifference, albertaTerminalLossDifference, allocateEvenly, allocateIegEvenly, allocateIegExpenditureLimit, allocateSchedule9ExpenditureLimit, amortizationAddBack, assertAt1MandatoryComplete, assertAt1TaxPayableReconciles, assertCriticalFields, assertSchedule1Fileable, assessEifel, assistanceFrom, at1Engine, at1LineItemId, at1TaxPayableDeductions, at1YesNo, blendProvinceRateTable, buildFields, caTaxPack, calculateCaSalesTax, ccaDeduction, cecScheduleAppliesToTaxYear, charitableDonationsDeduction, claimableItc, classifySupply, co17Engine, computeAdjustedTaxableIncome, computeAlbertaReturn, computeAlbertaSbd, computeAlbertaSchedule13, computeAlbertaSchedule14, computeAlbertaSchedule15, computeAlbertaSchedule16, computeAlbertaSchedule17, computeAlbertaSchedule18, computeSchedule4 as computeAlbertaSchedule4, computeAlbertaSchedule5, computeAlbertaSchedule6, computeAlbertaSchedule7, computeSchedule8 as computeAlbertaSchedule8, computeAlbertaSchedule9, computeAlbertaTax, computeAllocationFactor, computeAt4970, computeBusinessLimit, computeBusinessLimitAllocation, computeCcaClass, computeCcaSchedule, computeCcogpeRegular, computeCcogpeSuccessor, computeCcpcActiveBusinessTax, computeCdeRegular, computeCdeSuccessor, computeCeeRegular, computeCeeSuccessor, computeCfreRegular, computeCfreSuccessor, computeClass13, computeClass14, computeClass141AdditionalAllowance, computeCmedb, computeDayWeightedGeneralTax, computeDonationMaximum, computeEdaRegular, computeEdaSuccessor, computeEifelLimitation, computeFedeRegular, computeFedeSuccessor, computeFederalT2, computeGrip, computeIeg, computeIegAgreement, computeIegBaseAmount, computeIegEligibleExpenditures, computeIegGroupFigures, computeIegReductionFactor, computeItcRecapture, computeLimitedPartnershipLossRow, computeLimitedPartnershipLosses, computeLossCarryback, computeLossContinuity, computeLossSchedule, computeMpDeduction, computeNonCapitalLossByYearOfOrigin, computeOtherLossByYearOfOrigin, computePart4Rdtoh, computePartITax, computePartVI1Deduction, computeProvincialAllocation, computeQuebecAllocationFactor, computeQuebecReturn, computeQuebecTax, computeSBD, computeSchedule1, computeSchedule101, computeSchedule11, computeSchedule12, computeSchedule13, computeSchedule2, computeSchedule20, computeSchedule21, computeSchedule3, computeSchedule31, computeSchedule43, computeSchedule4Losses, computeSchedule5, computeSchedule54, computeSchedule55, computeSchedule6, computeSchedule8$1 as computeSchedule8, computeSchedule9MaximumExpenditureLimit, computeSfedeCountryRegular, computeSfedeCountrySuccessor, computeT2Settlement, computeTaxableCapital, computeTaxableIncome, computeZetm, createCaTaxResolver, dayWeightedRate, deferredIncomeTaxProvisionAddBack, describeLine, dividendsDeductibleS112, earliestRateYear, extendCaTaxRules, extendRateBook, fieldsInSection, findBrokenLinks, findSchedule1LineDefects, foldT2Lines, formatConformanceReport, formatRsiAmount, formatRsiDate, formatRsiText, formsForProgram, getCombinedRate, getField, getForm, getProvincialRegime, gst34Engine, gst34LedgerAdapter, gst34Template, hasExactRateYear, iegT661SourceLine, incomeTaxProvisionAddBack, indexByLine, inputFields, isDecliningBalanceClass, isEnterableLine, isSchedule5Province, isSmallSupplier, latestRateYear, leaseholdPeriods, mealsAndEntertainmentAddBack, netCapitalLossApplied, nonCapitalLossApplied, normalizeSchedule88, partVI1DeductionMultiple, placeOfSupply, pstApplies, ratioOfPermissibleExpenses, recaptureAddBack, reconcileAlbertaNetIncome, renderAt1NetFile, renderAt1Rsi, renderCo17DraftReturn, renderRsiHeader, renderRsiLineItem, renderT2DraftReturn, resetCaTaxRuleExtensions, resolveAlbertaTaxRates, resolveCcaRates, resolveCorpTaxRates, resolveProvinceRates, resolveQuebecTaxRates, resolveRates, runConformance, runConformanceSuite, schedule10Values, schedule11Values, schedule12LossDeductions, schedule12Values, schedule13Values, schedule15Values, schedule16Values, schedule17Values, schedule18Values, schedule1Values, schedule20Values, schedule21Values, schedule29Values, schedule2Values, schedule3Values, schedule4970Values, schedule4Values, schedule5Values, schedule6Values, schedule7Values, schedule8Values, schedule9Values, t2Engine, terminalLossDeduction, validateFormDefinition, wireTaxToLedger, xmlEscape };
32
+ export { AB_GENERAL_RATE_BANDS, AB_TAX_2024, AB_TAX_RATE_BOOK, ALBERTA_SRED_EXPENDITURE_CUTOFF, ALBERTA_SRED_PROGRAM_START, ALBERTA_SRED_TAX_CREDIT_RATE, AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_CRITICAL_MANDATORY_FIELDS, AT1_DISPOSITION_CATEGORIES, AT1_DONATION_CARRYFORWARD_YEARS, AT1_DONATION_GAIN_RATE, AT1_DONATION_INCOME_RATE, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_RESERVE_KINDS, AT1_RESERVE_LINES, AT1_RESERVE_TOTAL_LINES, AT1_SCHEDULES_WITHOUT_BUILDERS, AT1_SCHEDULES_WITH_BUILDERS, AT1_SCHEDULE_1, AT1_SCHEDULE_10, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_16, AT1_SCHEDULE_16_CARRYFORWARD_LINE, AT1_SCHEDULE_17, AT1_SCHEDULE_17_RESERVES, AT1_SCHEDULE_18, AT1_SCHEDULE_18_CATEGORIES, AT1_SCHEDULE_2, AT1_SCHEDULE_20, AT1_SCHEDULE_20_POOLS, AT1_SCHEDULE_21, CONTINUITY_CAPTIONS as AT1_SCHEDULE_21_CONTINUITY_CAPTIONS, CONTINUITY_ORDER as AT1_SCHEDULE_21_CONTINUITY_ORDER, AT1_SCHEDULE_21_POOLS, AT1_SCHEDULE_29, AT1_SECTION_34_2_GROSS_UP, AT1_TAX_PAYABLE_LINE, AT4970, AT4970_JURISDICTIONS, type AdjustedTaxableIncomeInput, type AdjustedTaxableIncomeResult, type AgriProcessingCombinedVintageInput, type AgriProcessingCurrentYearInput, type AgriProcessingTaxCreditInput, type AgriProcessingTaxCreditResult, type AgriProcessingVintageInput, type AgriProcessingVintageResult, type AlbertaCcaColumn, type AlbertaCcaOverride, type AlbertaCorporationStatus, type AlbertaGiftCarryforward, type AlbertaLossPool, type AlbertaReconcilingPair, type AlbertaReserveKind, type AlbertaReturnInput, type AlbertaReturnResult, type AlbertaSbdInput, type AlbertaSbdResult, type AlbertaSchedule13ClassResult, type AlbertaSchedule13Input, type AlbertaSchedule13Result, type AlbertaSchedule14Input, type AlbertaSchedule14Result, type AlbertaSchedule15Input, type AlbertaSchedule15Result, type AlbertaSchedule16Input, type AlbertaSchedule16Result, type AlbertaSchedule17Input, type AlbertaSchedule17Result, type AlbertaSchedule18Input, type AlbertaSchedule18Result, type Schedule4Input as AlbertaSchedule4Input, type Schedule4Result as AlbertaSchedule4Result, type AlbertaSchedule5Input, type AlbertaSchedule5Result, type AlbertaSchedule6Input, type AlbertaSchedule6Result, type AlbertaSchedule7Input, type AlbertaSchedule7Result, type Schedule8Input as AlbertaSchedule8Input, type Schedule8Result as AlbertaSchedule8Result, type AlbertaSchedule9Input, type AlbertaSchedule9Result, type AlbertaTaxInput, type AlbertaTaxRates, type AlbertaTaxResult, type AllocatedProvince, type AllocationFactorInput, type AllocationJurisdiction, type AssociatedMemberInput, type AssociatedMemberResult, type At1AbilEntry, type At1AbilResult, type At1CategoryResult, type At1CategoryTotals, At1CriticalFieldMissingError, type At1DispositionCategory, type At1FilingData, At1MandatoryFieldMissingError, type At1ReserveBalances, type At1ReserveKind, type At1ReserveRowResult, type At1ReserveTable, type At1ReturnInput, type At1Schedule5PoolTransfer, type At1Schedule5PredecessorTransfer, type At1Schedule5SuccessoredPoolEntry, type At1Schedule5SuccessoredPoolEntryResult, type At1ScheduleData, type At1ScheduleDataLike, type At1ScheduleValue, type At1ScheduleValueLike, At1TaxPayableMismatchError, type At1TransmitterInfo, type At4970Input, type At4970JurisdictionAmount, type At4970ProjectRow, type At4970ProjectRowResult, type At4970Result, type At4970Totals, type BuildFieldsSpec, type BusinessLimitAllocationInput, type BusinessLimitAllocationResult, type BusinessLimitInput, type BusinessLimitResult, CA_SUPPLY_CATEGORIES, CCA_DECLINING_BALANCE_RATES_2024, CCA_RATE_BOOK, CEC_DEDUCTION_RATE, CEC_INCLUSION_RATE, CLASS_14_1_MINIMUM_DEDUCTION, CLASS_14_1_TRANSITIONAL_RATE, CO17_QUEBEC_PROPORTION_BOX, CO17_RETURN, CO17_TAXABLE_INCOME_BOX, CO17_TAX_PAYABLE_BOX, CORP_TAX_2024, CORP_TAX_RATE_BOOK, type CaProvince, type CaSalesTaxInput, type CaSalesTaxResult, type CaSupplyCategory, type CaSupplyClassification, type CaSupplyTreatment, type CaSupplyType, type CaTaxLeg, type CaTaxResolver, type CaTaxResolverOptions, type CaTaxRuleExtensions, type CapitalDisposition, type CapitalInvestmentTaxCreditInput, type CapitalInvestmentTaxCreditResult, type CaptionRow, type CcaClassInput, type CcaClassResult, type CcaColumn, type CcaRateTable, type CcaScheduleResult, type CcogpeRegularFederal, type CcogpeRegularInput, type CcogpeRegularOverride, type CcogpeRegularResult, type CcogpeSuccessorFederal, type CcogpeSuccessorInput, type CcogpeSuccessorOverride, type CcogpeSuccessorResult, type CcpcActiveBusinessTaxInput, type CcpcActiveBusinessTaxResult, type CdeRegularFederal, type CdeRegularInput, type CdeRegularOverride, type CdeRegularResult, type CdeSuccessorFederal, type CdeSuccessorInput, type CdeSuccessorOverride, type CdeSuccessorResult, type CecIncomeInclusionDetail, type CeeRegularFederal, type CeeRegularInput, type CeeRegularOverride, type CeeRegularResult, type CeeSuccessorFederal, type CeeSuccessorInput, type CeeSuccessorOverride, type CeeSuccessorResult, CertificationFixture, type CfreCountryRegularFederal, type CfreCountryRegularInput, type CfreCountryRegularOverride, type CfreCountryRegularResult, type CfreCountrySuccessorFederal, type CfreCountrySuccessorInput, type CfreCountrySuccessorOverride, type CfreCountrySuccessorResult, type Class13Input, type Class13Result, type Class141AdditionalAllowanceInput, type Class141AdditionalAllowanceResult, type Class14Input, type Class14Property, type Class14PropertyResult, type Class14Result, type CmedbFederal, type CmedbInput, type CmedbResult, type Co17Address, type Co17Certification, type Co17Identity, type Co17ReturnData, type Co17ReturnInput, ConformanceResult, ConformanceSummary, type CorpTaxRates, type DayWeightedRateResult, type DispositionCategory, type DispositionGrid, type DispositionResult, type DonationMaximumInput, type DonationMaximumResult, type DonationPool, EIFEL_EFFECTIVE_FROM, EIFEL_FIRST_YEAR_START, EIFEL_STANDARD_RATIO, EIFEL_STANDARD_RATIO_FROM, EIFEL_TRANSITIONAL_RATIO, type EdaRegularFederal, type EdaRegularInput, type EdaRegularResult, type EdaSuccessorFederal, type EdaSuccessorInput, type EdaSuccessorResult, type EifelExemption, type EifelInput, type EifelLimitationInput, type EifelLimitationResult, type EifelResult, type EifelThresholds, ExpectedSource, FOREIGN_TAX_CREDIT_GROSS_UP, FORMS, type FedeRegularFederal, type FedeRegularInput, type FedeRegularOverride, type FedeRegularResult, type FedeSuccessorFederal, type FedeSuccessorInput, type FedeSuccessorOverride, type FedeSuccessorResult, type FederalCcaClass, type FederalT2Input, type FederalT2Result, type FirstReturnEvent, type ForeignInvestmentCountryInput, type ForeignInvestmentCountryResult, type FormDefinition, type FormField, type FormFieldKind, type FormFieldRequirement, type FormFieldRole, type FormFieldSide, type FormLineRef, type FormProvenance, type FormSection, GST_RATE, type GeneralRateBand, type GripInput, type GripResult, type Gst34Breakdown, type Gst34Input, IEG_2024, ITC_RECAPTURE_PERIOD_YEARS, type IegAgreementInput, type IegAgreementMember, type IegAgreementMemberResult, type IegAgreementResult, type IegAllocationResult, type IegEligibleExpendituresInput, type IegEligibleExpendituresResult, type IegGroupMember, type IegGroupResult, type IegInput, type IegLimitAllocation, type IegResult, type InvestorTaxCreditInput, type InvestorTaxCreditResult, type ItcExpenseKind, type ItcInput, type ItcRecaptureItem, type ItcRecaptureItemResult, type ItcRecaptureResult, LARGE_CORPORATION_THRESHOLD, LRIP_INVESTMENT_CORPORATION_MULTIPLE, LRIP_INVESTMENT_INCOME_FACTOR, type LeaseholdLayer, type LeaseholdLayerResult, type LimitedPartnershipLossRow, type LimitedPartnershipLossRowResult, type LimitedPartnershipLossesResult, type LineBand, LineCheck, type LineNumberScheme, LossCarrybackError, type LossCarrybackInput, type LossCarrybackResult, type LossCarrybackYear, type LossContinuityInput, type LossContinuityResult, type LossScheduleInput, type LossScheduleResult, type LossVintageEntry, type LossVintageRowResult, type LripDividendEvent, type LripEventResult, MAX_LEASEHOLD_PERIODS, MIN_LEASEHOLD_PERIODS, MP_EXCLUDED_ACTIVITIES, MP_GROSS_REVENUE_THRESHOLD, MP_RATES_2024, type MaximumAllowableDeductionInput, type MaximumAllowableDeductionResult, type MpDeductionInput, type MpDeductionRates, type MpDeductionResult, type NonCapitalLossByYearOfOriginInput, type NonCapitalLossByYearOfOriginResult, type OtherLossByYearOfOriginResult, type OtherLossVintageEntry, type OtherLossVintageRowResult, PART_IV_RATE, PART_VI_1_DEDUCTION_BANDS, PROVINCE_RATES_2024, PROVINCE_RATE_BOOK, PROVINCIAL_REGIMES, PSB_SMALL_SUPPLIER_THRESHOLD_MINOR, type Part4RdtohInput, type Part4RdtohResult, type PartITaxInput, type PartITaxResult, type PartVI1DeductionBand, type PartVI1DeductionResult, type PermanentEstablishment, type PlaceOfSupplyInput, type PoliticalContributionInput, type ProvinceCode, type ProvinceRateTable, type ProvincialAllocationInput, type ProvincialAllocationResult, type ProvincialRate, type ProvincialRateChange, type ProvincialRateChanges, type ProvincialRegime, type ProvincialRegimeEntry, type PstBaseRule, QC_TAX_2024, QC_TAX_RATE_BOOK, type QuebecAllocationResult, type QuebecEstablishment, type QuebecReturnInput, type QuebecReturnResult, type QuebecTaxInput, type QuebecTaxRates, type QuebecTaxResult, REFUNDABLE_PART_I_RATE, RSI_COLUMN_GAP, RSI_DELIMITER, RSI_NEGATIVE_PREFIX, RSI_WORD_GAP, type RateBook, type RateBookEntry, type ReserveContinuityResult, type ReserveContinuityRow, type ReserveRow, type RoyaltySupplementalPartnership, type RoyaltySupplementalPartnershipResult, type RoyaltySupplementalPriorYearAdjustment, type RoyaltySupplementalPriorYearAdjustmentResult, type RoyaltyTaxCreditLongestAssociatedYear, type RoyaltyTaxCreditQuarter, type RoyaltyTaxCreditShelterAllocation, type RoyaltyTaxCreditShelterAllocationResult, type RsiHeaderInput, type RsiLineItem, RsiLineItemError, type RsiScheduleInput, SCHEDULE_13_RESERVE_ROWS, SCHEDULE_1_LINES, SCHEDULE_1_LINE_BY_NUMBER, SCHEDULE_1_TOTAL_ADDITIONS_LINE, SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, SCHEDULE_21_BUSINESS_CREDIT_LINE, SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, SCHEDULE_23_GROUP_BUSINESS_LIMIT, SCHEDULE_24_OPERATION_TYPE_LINE, SCHEDULE_2_CARRYFORWARD_YEARS, SCHEDULE_2_CHARITABLE_CURRENT_LINE, SCHEDULE_31_ENHANCED_SRED_RATE, SCHEDULE_31_GENERAL_SRED_RATE, SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, SCHEDULE_3_ELIGIBLE_PAID_LINE, SCHEDULE_3_TAXABLE_PAID_LINE, SCHEDULE_43_DIVIDEND_ALLOWANCE, SCHEDULE_4_CARRYBACK_YEARS, SCHEDULE_4_LPP_CARRYFORWARD_YEARS, SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, SCHEDULE_50_DISCLOSURE_THRESHOLD, SCHEDULE_53_CLOSING_GRIP_LINE, SCHEDULE_53_GENERAL_RATE_FACTOR, SCHEDULE_5_JURISDICTIONS, SCHEDULE_5_REVENUE_OFFSET, SCHEDULE_5_SALARIES_OFFSET, SCHEDULE_6_GRIDS, SCHEDULE_7_ADJUSTED_AII_LINE, SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, SCHEDULE_88_MAX_URLS, SCHEDULE_8_CCA_LINE, SCHEDULE_8_COLUMNS, SCHEDULE_8_RECAPTURE_LINE, SCHEDULE_8_TERMINAL_LOSS_LINE, SECTION_34_2_GROSS_UP, SIMPLIFIED_DIGITAL_THRESHOLD_MINOR, SINGLE_JURISDICTION_ALBERTA_FACTOR, SMALL_SUPPLIER_THRESHOLD_MINOR, type SbdInput, type SbdResult, type Schedule101Input, type Schedule101Result, type Schedule10FilingInput, type Schedule11Input, type Schedule11Result, type Schedule12Adjustment, type Schedule12FilingInput, type Schedule12Input, type Schedule12Line, type Schedule12Result, type Schedule15FilingResult, type Schedule1FilingInput, type Schedule1Input, type Schedule1Line, type Schedule1LineDefect, Schedule1NotFileableError, type Schedule1Result, type Schedule20FilingInput, type Schedule20Input, type Schedule20Result, type Schedule21FilingInput, type Schedule21Input, type Schedule21Result, type Schedule2FilingInput, type Schedule2Input, type Schedule2Result, type Schedule31Input, type Schedule31Result, type Schedule3Input, type Schedule3Result, type Schedule43Input, type Schedule43Rates, type Schedule43Result, type Schedule4Input$1 as Schedule4Input, type Schedule4Result$1 as Schedule4Result, type Schedule54Input, type Schedule54Result, type Schedule55Input, type Schedule55Result, type Schedule5Input, type Schedule5Result, type Schedule6Result, type Schedule88Input, type Schedule88Result, type Schedule8Entry, type Schedule8Result$1 as Schedule8Result, type Schedule9AllocationMember, type Schedule9AllocationMemberResult, type Schedule9AllocationResult, type Schedule9FieldOfScience, type Schedule9GroupFilingInput, type SfedeCountryRegularFederal, type SfedeCountryRegularInput, type SfedeCountryRegularOverride, type SfedeCountryRegularResult, type SfedeCountrySuccessorFederal, type SfedeCountrySuccessorInput, type SfedeCountrySuccessorOverride, type SfedeCountrySuccessorResult, type SmallSupplierInput, type T2CifAddress, type T2CifData, type T2CifGifi, type T2CifPartI, type T2CifQuestionnaire, type T2CifSettlement, type T2CifShareholder, type T2GifiLine, T2LineKey, type T2ReturnInput, type T2SettlementInput, type T2SettlementResult, T2_BASE_PART_I_RATE, T2_CERTIFICATION_FIXTURES, T2_JACKET, T2_LINE_META, T2_NET_INCOME_FOR_TAX_LINE, T2_SCHEDULE_1, T2_SCHEDULE_13, T2_SCHEDULE_130, T2_SCHEDULE_2, T2_SCHEDULE_21, T2_SCHEDULE_23, T2_SCHEDULE_24, T2_SCHEDULE_3, T2_SCHEDULE_31, T2_SCHEDULE_33, T2_SCHEDULE_4, T2_SCHEDULE_43, T2_SCHEDULE_5, T2_SCHEDULE_50, T2_SCHEDULE_53, T2_SCHEDULE_55, T2_SCHEDULE_6, T2_SCHEDULE_7, T2_SCHEDULE_8, T2_SMALL_BUSINESS_DEDUCTION_RATE, T2_TAXABLE_INCOME_LINE, T2_TOTAL_TAX_PAYABLE_LINE, type TaxClassRate, type TaxCode, type TaxEngine, type TaxObligation, type TaxPackDescriptor, type TaxReportTemplate, type TaxResolver, type TaxableCapitalInput, type TaxableCapitalResult, type TaxableIncomeInput, type TaxableIncomeLine, type TaxableIncomeResult, UnclassifiedLineError, UnsupportedCcaClassError, VEHICLE_ITC_CEILINGS, type ZetmInput, type ZetmResult, albertaAbilDifference, albertaBalanceUnpaid, albertaCapitalGainDifference, albertaCcaDifference, albertaCcaScheduleAdjustments, albertaCurrentYearLoss, albertaDispositionAdjustments, albertaRecaptureDifference, albertaReserveDifference, albertaTerminalLossDifference, allocateEvenly, allocateIegEvenly, allocateIegExpenditureLimit, allocateSchedule9ExpenditureLimit, amortizationAddBack, assertAt1MandatoryComplete, assertAt1TaxPayableReconciles, assertCriticalFields, assertSchedule1Fileable, assessEifel, assistanceFrom, at1Engine, at1LineItemId, at1TaxPayableDeductions, at1YesNo, blendProvinceRateTable, buildFields, caTaxPack, calculateCaSalesTax, ccaDeduction, cecScheduleAppliesToTaxYear, charitableDonationsDeduction, claimableItc, classifySupply, co17Engine, computeAdjustedTaxableIncome, computeAlbertaReturn, computeAlbertaSbd, computeAlbertaSchedule13, computeAlbertaSchedule14, computeAlbertaSchedule15, computeAlbertaSchedule16, computeAlbertaSchedule17, computeAlbertaSchedule18, computeSchedule4 as computeAlbertaSchedule4, computeAlbertaSchedule5, computeAlbertaSchedule6, computeAlbertaSchedule7, computeSchedule8 as computeAlbertaSchedule8, computeAlbertaSchedule9, computeAlbertaTax, computeAllocationFactor, computeAt4970, computeBusinessLimit, computeBusinessLimitAllocation, computeCcaClass, computeCcaSchedule, computeCcogpeRegular, computeCcogpeSuccessor, computeCcpcActiveBusinessTax, computeCdeRegular, computeCdeSuccessor, computeCeeRegular, computeCeeSuccessor, computeCfreRegular, computeCfreSuccessor, computeClass13, computeClass14, computeClass141AdditionalAllowance, computeCmedb, computeDayWeightedGeneralTax, computeDonationMaximum, computeEdaRegular, computeEdaSuccessor, computeEifelLimitation, computeFedeRegular, computeFedeSuccessor, computeFederalT2, computeGrip, computeIeg, computeIegAgreement, computeIegBaseAmount, computeIegEligibleExpenditures, computeIegGroupFigures, computeIegReductionFactor, computeItcRecapture, computeLimitedPartnershipLossRow, computeLimitedPartnershipLosses, computeLossCarryback, computeLossContinuity, computeLossSchedule, computeMpDeduction, computeNonCapitalLossByYearOfOrigin, computeOtherLossByYearOfOrigin, computePart4Rdtoh, computePartITax, computePartVI1Deduction, computeProvincialAllocation, computeQuebecAllocationFactor, computeQuebecReturn, computeQuebecTax, computeSBD, computeSchedule1, computeSchedule101, computeSchedule11, computeSchedule12, computeSchedule13, computeSchedule2, computeSchedule20, computeSchedule21, computeSchedule3, computeSchedule31, computeSchedule43, computeSchedule4Losses, computeSchedule5, computeSchedule54, computeSchedule55, computeSchedule6, computeSchedule8$1 as computeSchedule8, computeSchedule9MaximumExpenditureLimit, computeSfedeCountryRegular, computeSfedeCountrySuccessor, computeT2Settlement, computeTaxableCapital, computeTaxableIncome, computeZetm, createCaTaxResolver, dayWeightedRate, deferredIncomeTaxProvisionAddBack, describeLine, dividendsDeductibleS112, earliestRateYear, extendCaTaxRules, extendRateBook, fieldsInSection, findBrokenLinks, findSchedule1LineDefects, foldT2Lines, formatConformanceReport, formatRsiAmount, formatRsiDate, formatRsiText, formsForProgram, getCombinedRate, getField, getForm, getProvincialRegime, gst34Engine, gst34LedgerAdapter, gst34Template, hasExactRateYear, iegT661SourceLine, incomeTaxProvisionAddBack, indexByLine, inputFields, isDecliningBalanceClass, isEnterableLine, isSchedule5Province, isSmallSupplier, latestRateYear, leaseholdPeriods, mealsAndEntertainmentAddBack, netCapitalLossApplied, nonCapitalLossApplied, normalizeSchedule88, partVI1DeductionMultiple, placeOfSupply, pstApplies, ratioOfPermissibleExpenses, recaptureAddBack, reconcileAlbertaNetIncome, renderAt1NetFile, renderAt1Rsi, renderCo17DraftReturn, renderRsiHeader, renderRsiLineItem, renderT2DraftReturn, resetCaTaxRuleExtensions, resolveAlbertaTaxRates, resolveCcaRates, resolveCorpTaxRates, resolveProvinceRates, resolveQuebecTaxRates, resolveRates, runConformance, runConformanceSuite, schedule10Values, schedule11Values, schedule12LossDeductions, schedule12Values, schedule13Values, schedule15Values, schedule16Values, schedule17Values, schedule18Values, schedule1Values, schedule20Values, schedule21Values, schedule29Values, schedule2Values, schedule3Values, schedule4970Values, schedule4Values, schedule5Values, schedule6Values, schedule7Values, schedule8Values, schedule9Values, scheduleTwentyOneLineId, t2Engine, terminalLossDeduction, validateFormDefinition, wireTaxToLedger, xmlEscape };