@classytic/ca-tax 0.0.15 → 0.0.18
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/CHANGELOG.md +344 -0
- package/dist/forms/index.d.mts +2 -2
- package/dist/forms/index.mjs +2 -2
- package/dist/forms.mjs +2400 -1572
- package/dist/index.d.mts +158 -20
- package/dist/index.mjs +3 -3
- package/dist/index3.d.mts +1359 -1490
- package/dist/index4.d.mts +3 -3
- package/dist/t2/index.d.mts +3 -3
- package/dist/t2/index.mjs +3 -3
- package/dist/t2.mjs +1406 -1315
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,349 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.18] - 2026-09-08
|
|
4
|
+
|
|
5
|
+
### Removed — AT1 Schedules 5, 6, 7, 8 and 9 (BREAKING)
|
|
6
|
+
|
|
7
|
+
Every one of these is a repealed programme, not a dormant one, and the definitions were
|
|
8
|
+
declaring `taxYears: { from: 2024 }` — a year none of them can apply to.
|
|
9
|
+
|
|
10
|
+
| Schedule | Why it is gone |
|
|
11
|
+
|---|---|
|
|
12
|
+
| 5 · Royalty Tax Deduction, 6 · Royalty Tax Credit, 7 · Royalty Supplemental | The Alberta Royalty Tax Credit ended with 2006 |
|
|
13
|
+
| 8 · Political Contributions Tax Credit | Corporate political contributions have been prohibited in Alberta since 2015-06-15 (Bill 1), so the contribution the credit rewards cannot lawfully be made |
|
|
14
|
+
| 9 · SR&ED Tax Credit | Eliminated for expenditures after 2019-12-31 and replaced by the Innovation Employment Grant — Schedule 29, which this package models |
|
|
15
|
+
|
|
16
|
+
Three independent sources agree: `alberta.ca/corporate-income-tax` publishes exactly fifteen AT1
|
|
17
|
+
forms and none of these; TRA's current printed AT1 (TRA11722 Rev. 2025-07) prints no line for any
|
|
18
|
+
of them; and AuraTax, a TRA-certified Net File preparer, offers the same fifteen schedules and no
|
|
19
|
+
more. Evidence and method in
|
|
20
|
+
`research/validation/auratax/2026-09-01-at1-schedules-5-11-missing-pdfs`.
|
|
21
|
+
|
|
22
|
+
Removed: `AT1_SCHEDULE_5` … `AT1_SCHEDULE_9` and their engine modules, result types and
|
|
23
|
+
`schedule{5..9}Values` emitters; the matching optional keys on `computeAlbertaReturn`'s
|
|
24
|
+
`schedules` input (`royaltyTaxDeduction`, `royaltyTaxCredit`, `royaltySupplemental`,
|
|
25
|
+
`politicalContributions`, `sredTaxCredit`).
|
|
26
|
+
|
|
27
|
+
**Not** removed: RSI jacket lines 064, 071, 074 and 081. §3.2.3.1 marks all four mandatory and the
|
|
28
|
+
Net File format stays stable across reassessment years, so they are still emitted — now as a
|
|
29
|
+
documented constant zero carrying its own repeal reason (see `NOTES` in `t2/at1/forms/jacket.ts`).
|
|
30
|
+
|
|
31
|
+
### Fixed — AT1 line 090 overstated the balance by the whole Innovation Employment Grant
|
|
32
|
+
|
|
33
|
+
`albertaBalanceUnpaid` followed §3.2.3.1's own line-090 rule,
|
|
34
|
+
`000080 - (000081 + 000082 + 00085 + 000086 + 000087)`. That rule nets the **eliminated** Alberta
|
|
35
|
+
SR&ED tax credit (081) and omits both the Innovation Employment Grant (129) and the Film and
|
|
36
|
+
Television Tax Credit (115) — two credits the same specification marks mandatory. Every
|
|
37
|
+
corporation claiming an IEG was therefore filed with a balance overstated by the entire grant.
|
|
38
|
+
|
|
39
|
+
Line 090 now follows the printed form, which strikes a subtotal at 088:
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
088 = 129 + 082 + 085 + 086 + 115 + 087 (print-only — no line code, not filed)
|
|
43
|
+
090 = 080 − 088
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Four things say the specification's rule is the stale half, not the form's: 088 does not exist in
|
|
47
|
+
the specification at all, so 090 is the only place credits can net; the specification defines 115
|
|
48
|
+
and 129 as mandatory and then omits both from its own formula; the rule text carries a typo
|
|
49
|
+
(`00085` for `000085`); and its worked RSI example is a 2009 tax year carrying lines 083 and 084
|
|
50
|
+
that are not on the current form. `albertaBalanceUnpaidPerSpec` is exported alongside so a host can
|
|
51
|
+
compute both and disclose the difference rather than assert one in silence —
|
|
52
|
+
`apps/server` raises `AT1_BALANCE_FORMULA_CONFLICT` (amber) where they differ.
|
|
53
|
+
|
|
54
|
+
`AT1_BALANCE_CREDIT_LINES` now lists the form's six credits; `AT1_BALANCE_CREDIT_LINES_PER_SPEC`
|
|
55
|
+
is new and lists the specification's five.
|
|
56
|
+
|
|
57
|
+
### Fixed — AT1 Schedule 10 filed the capital column at the wrong amount, and omitted four lines
|
|
58
|
+
|
|
59
|
+
The capital block is four printed columns, not two. `schedule10Values` read the "Amount of Loss
|
|
60
|
+
Applied (Inclusion Rate X Capital Loss)" heading as though it labelled 044/046/048 and wrote the
|
|
61
|
+
rated figure into them, while emitting no inclusion rate at all. Those lines are the **gross**
|
|
62
|
+
amount: §3.2.3.11 requires `010044 ≤ 010042` and `010050 = 010042 − (010044 + 010046 + 010048)`,
|
|
63
|
+
so a rated figure fails TRA's own cross-line rules. The applied column has no line code — TRA
|
|
64
|
+
derives it.
|
|
65
|
+
|
|
66
|
+
Now emitted: 043/045/047 (the inclusion rate, six decimals, per year of *application* — ¾ before
|
|
67
|
+
2000-02-28, ⅔ to 2000-10-17, ½ after, so a three-year carry-back can legitimately carry three
|
|
68
|
+
different rates) and 050 (the balance carried forward), none of which were filed before.
|
|
69
|
+
`LossCarrybackYear` gains an optional per-year `inclusionRate`.
|
|
70
|
+
|
|
71
|
+
### Fixed — AT1 Schedule 18 line 053 was captioned as the wrong deduction
|
|
72
|
+
|
|
73
|
+
Captioned "Add: adjustment under subsection 112(3) to losses". §3.2.3.19 names it "Add: Line 160 of
|
|
74
|
+
federal Schedule 6" and rules it "Must equal fed 006160". The `from` wiring was already right, so
|
|
75
|
+
this was a wrong label on a correctly-wired transmitted line.
|
|
76
|
+
|
|
77
|
+
Also added, all printed on the form and previously unrecorded: 060 → Schedule 21 line 119,
|
|
78
|
+
099 (when negative) → Schedule 21 line 057, and 094 → Schedule 12 line 040. The personal-use and
|
|
79
|
+
listed-personal-property rows now word column D "Gain:" rather than "Gain or (loss):", matching the
|
|
80
|
+
page — a loss on those categories is not deductible and 018058's own rule floors it at zero.
|
|
81
|
+
|
|
82
|
+
### Fixed — AT1 Schedule 16 dropped the negative-pool branch
|
|
83
|
+
|
|
84
|
+
Line 016's caption was "Subtotal". The form states the arithmetic *and* a branch: a **negative**
|
|
85
|
+
subtotal carries to Schedule 12 line 034 with "0" on lines 018/020/022. A negative pool is an income
|
|
86
|
+
inclusion, not a nil deduction, and nothing recorded that. Line 020's printed carry-forward to
|
|
87
|
+
Schedule 12 line 034 was also unwired.
|
|
88
|
+
|
|
89
|
+
### Changed — captions are the form's own words
|
|
90
|
+
|
|
91
|
+
AT1 Schedules 10, 12, 13, 16, 17, 18, 20 and 21 now carry the printed captions verbatim, including
|
|
92
|
+
parentheticals the preparer needs ("(enter as a positive amount)", `Line 001 - line 013: (if
|
|
93
|
+
positive, enter "0")`) and the arithmetic a caption states.
|
|
94
|
+
|
|
95
|
+
Schedule 21's five loss pools each carry their **own** captions. The three printed blocks word the
|
|
96
|
+
same row three ways ("Deduct: losses expired" / "…(see note on page 4)" / "…after seven taxation
|
|
97
|
+
years"), and the "applied" row is genuinely two printed rows per block — 041 "applied against
|
|
98
|
+
taxable income" against 061 "applied against current year capital gain", 079 against 099 "applied
|
|
99
|
+
against farming income". One shared caption map said the capital column was applied against taxable
|
|
100
|
+
income, which it is not. Schedule 20's section order now follows the page (Area A, Area B, gifts,
|
|
101
|
+
carryforward — Area B is on page 1, the gifts block overleaf); its module header had been calling
|
|
102
|
+
the gifts block "Area B", which is the maximum-deduction calculation.
|
|
103
|
+
|
|
104
|
+
Schedule 13 gains `AlbertaCcaColumn.printedHeading`: the column heading verbatim, kept beside the
|
|
105
|
+
short label because this form states each derived column's arithmetic inside its own heading
|
|
106
|
+
("UCC at the end of the year (column 10 minus column 23)") and a forty-word heading is the right
|
|
107
|
+
record of the form and the wrong thing to print twenty-four times across a grid.
|
|
108
|
+
|
|
109
|
+
### Changed — provenance now cites the primary document
|
|
110
|
+
|
|
111
|
+
Schedules 12, 13, 16, 17, 18 and 21 cited derived `research/field-maps/*.md` notes; all six now cite
|
|
112
|
+
the form they were actually read from, and say which half came from where. Schedule 20 cited an
|
|
113
|
+
AuraTax README.
|
|
114
|
+
|
|
115
|
+
AT1 Schedule 18's PDF is a **dynamic XFA form** — its pages carry only Adobe's "requires Adobe
|
|
116
|
+
Reader 8" placeholder, so `pdftotext` and every renderer return that and nothing else. The form
|
|
117
|
+
lives in the `/AcroForm /XFA` template stream; the extraction, and the command to reproduce it, are
|
|
118
|
+
checked in at `research/sources/tra-forms/xfa/`.
|
|
119
|
+
|
|
120
|
+
## [0.0.17] - 2026-09-07
|
|
121
|
+
|
|
122
|
+
### Added — federal per-schedule, per-line filing payloads (`src/t2/filing/t2-schedule-line-items.ts`)
|
|
123
|
+
|
|
124
|
+
The federal counterpart of the AT1 side's `at1-schedule-line-items.ts`. `federalSchedulePayloads()`
|
|
125
|
+
assembles a `T2ScheduleData[]` — one entry per schedule that has at least one computed value,
|
|
126
|
+
never an empty one — from `computeFederalT2`'s result. `t2LineItemId(line, occurrence)` mints a
|
|
127
|
+
6-digit id (3-digit CRA line + 3-digit occurrence), deliberately shorter than Alberta's 9-digit
|
|
128
|
+
`SSSFFFOOO` scheme since a federal line number is unique across the whole return;
|
|
129
|
+
`parseT2LineItemId` round-trips it and explicitly refuses a 9-digit Alberta id rather than
|
|
130
|
+
silently misreading one. `FederalT2Result.schedulePayloads` now carries this array.
|
|
131
|
+
|
|
132
|
+
The core rule, load-bearing for correctness: **a value is emitted only if its line is recorded
|
|
133
|
+
in code** — a named constant, a `.line` field, or a documented result-type comment — never typed
|
|
134
|
+
from memory. Schedule 3 deliberately has no producer: its named lines (460/465) are
|
|
135
|
+
preparer-entered pool movements, and emitting them here would file the right numbers under the
|
|
136
|
+
wrong labels. Building this file is what surfaced the two line-mapping bugs below — both were
|
|
137
|
+
plausible-looking numbers that no type caught.
|
|
138
|
+
|
|
139
|
+
### Added — T2 Schedule 141, Notes Checklist (`src/t2/forms/schedule141.ts`)
|
|
140
|
+
|
|
141
|
+
The only GIFI-adjacent schedule that is a real filed form (100/125 are blank grids). Five parts:
|
|
142
|
+
who prepared the financial statements and their designation (`preparer`, line 111), the level of
|
|
143
|
+
assurance — audit/review/compilation/bookkeeping (`involvement`), the qualified-opinion flag CRA
|
|
144
|
+
risk-scores on (`reservation`, line 099), notes on impairments/revaluations/contingent
|
|
145
|
+
liabilities/hedge accounting/prior-period corrections (`notes`), and who prepared the *return*
|
|
146
|
+
as distinct from the statements (`return-preparer`). All boxes are tick fields except two free-text
|
|
147
|
+
"please specify" lines (305, 314).
|
|
148
|
+
|
|
149
|
+
### Fixed — the jacket's loss-pool lines pointed at the wrong Schedule 4 boxes
|
|
150
|
+
|
|
151
|
+
Jacket lines 331/332 were sourced from Schedule 4 lines **150** and **250**; the form prints
|
|
152
|
+
**130** and **225** at those positions. Line 332 is additionally HALF of line 225 — Schedule 4
|
|
153
|
+
records the loss at its gross amount, the jacket takes it at the 50% inclusion rate. Both bugs
|
|
154
|
+
were caught only by building the per-line filing payload above and cross-checking every
|
|
155
|
+
`carriedOut`/`carriedIn` reference against the actual printed form. Also added: jacket lines 333
|
|
156
|
+
(restricted farm losses ← Schedule 4 line 430), 334 (farm losses ← line 330), 335 (limited
|
|
157
|
+
partnership losses ← Schedule 4's Part 7 third table — no single numbered box prints this total),
|
|
158
|
+
and 336 (RIFE denied under EIFEL ← Schedule 4 line 730, tracing back to Schedule 130).
|
|
159
|
+
|
|
160
|
+
### Added — Schedule 4 Part 7, limited partnership losses
|
|
161
|
+
|
|
162
|
+
Previously undocumented in this engine — the interface comment stated in writing that LP losses
|
|
163
|
+
"do not appear anywhere on the printed Schedule 4," which was wrong. Three tables, lines 600-680
|
|
164
|
+
(current-year LP losses, prior-year applicable amounts, continuity carry-forward), added as a
|
|
165
|
+
hand-authored caption block since extraction returned nothing at all for this part. Lines 330 and
|
|
166
|
+
335 were also mistagged into Part 1 (Part 1's own footnote references them) and moved to their
|
|
167
|
+
correct home, Part 3 — Farm losses.
|
|
168
|
+
|
|
169
|
+
### Added — Schedule 7 Part 7, specified corporate income
|
|
170
|
+
|
|
171
|
+
Lines 610/620/625 were missing entirely from extraction (line 600 came through as a garbled
|
|
172
|
+
fragment, "column EE 11"); line 615 was mistagged into Part 6 because Part 6's text references
|
|
173
|
+
it. Added as a hand-authored block with corrected sectioning; line 615 disambiguated from 625 —
|
|
174
|
+
615 is "total income described under clause 125(1)(a)(i)(B)" (column FF), 625 a separate column
|
|
175
|
+
GG total.
|
|
176
|
+
|
|
177
|
+
### Fixed — Schedule 33's own doc comment cited a line that doesn't exist
|
|
178
|
+
|
|
179
|
+
`taxableCapitalEmployedInCanada`'s comment said "Line 690"; the form prints "Taxable capital
|
|
180
|
+
employed in Canada" against line **790**, matching the constant the comment sat beside without
|
|
181
|
+
anyone noticing the disagreement.
|
|
182
|
+
|
|
183
|
+
### Fixed — Schedule 31 and Schedule 4 caption text glued to stray footnote digits
|
|
184
|
+
|
|
185
|
+
`pdftotext -layout` extraction interleaves a caption-left/arithmetic-right or footnote-superscript
|
|
186
|
+
layout into the caption text itself (e.g. Schedule 4 line 300 arriving as "Farm loss expired 9").
|
|
187
|
+
New `captionOverrides` on `BuildFieldsSpec` — a per-line caption replacement — fixes eight
|
|
188
|
+
Schedule 4 lines and three Schedule 31 lines. A blanket "strip a trailing number" rule was
|
|
189
|
+
rejected: captions can legitimately end in one ("Classes 54 to 56", "Amount D on page 3"). A new
|
|
190
|
+
blanket-scan test walks every schedule's fields and fails if a caption ends in a bare 1-2 digit
|
|
191
|
+
number not preceded by a recognized reference word, to catch the next one of these before it
|
|
192
|
+
ships.
|
|
193
|
+
|
|
194
|
+
### Fixed (from `9a068da`) — 38 of Schedule 130's 98 extracted lines sectioned by what they cited, not where they're printed
|
|
195
|
+
|
|
196
|
+
The caption extractor tagged each line by whichever Part its own caption text cross-references
|
|
197
|
+
(e.g. line 083's caption reads "…from Part 2A," so it was tagged Part 2A) rather than the Part it
|
|
198
|
+
is physically printed under (083 is actually Part 2F). Five such lines are named in the fix:
|
|
199
|
+
083 (→ ATI, Part 2F), 126/127 (→ CUEC, Part 2I), 130 (→ Part 2J), 159 (→ RIFE under s.111(8), Part
|
|
200
|
+
2O). Sectioning now uses explicit line-number bands rather than the extractor's citation-based
|
|
201
|
+
tag, since Schedule 130 numbers strictly sequentially with no interleaving — and a new
|
|
202
|
+
contiguity test asserts a section id can never reappear after another section starts, to catch
|
|
203
|
+
a future "left and re-entered" regression the same way.
|
|
204
|
+
|
|
205
|
+
### Added (from `9a068da`) — the 64 Schedule 130 lines `pdftotext` cannot pair inside grid columns, hand-authored
|
|
206
|
+
|
|
207
|
+
Column-header lines inside Parts 1A-1E, 2B, 2C, 2E, 2I, and 2M — including the two most
|
|
208
|
+
load-bearing totals on the whole schedule, line 045 (total IFE) and line 106 (ATI) — were
|
|
209
|
+
missing from extraction entirely (grid/table layouts defeat the caption-pairing heuristic). All
|
|
210
|
+
64 added by hand. Schedule 130 is now fully modelled: only the group ratio amount (s.18.21) and
|
|
211
|
+
capacity transferred under s.18.2(4) remain outside the engine, asked for as bare figures.
|
|
212
|
+
|
|
213
|
+
### Added (from `26bb212`) — AT1 transmitter (filer-detail) validation, checked before sending, not after
|
|
214
|
+
|
|
215
|
+
`validateAt1Transmitter`/`assertAt1TransmitterValid` (new `@spinekit`-style export from
|
|
216
|
+
`./at1/filing/at1-transmitter-validation.js`) checks the AT1 NetFile transmitter block —
|
|
217
|
+
software identity, third-party/preparer contact, address, and the TRA character-set rule —
|
|
218
|
+
against TRA's own EDI certification rules (error codes 20010-20145) locally, before any network
|
|
219
|
+
call.
|
|
220
|
+
|
|
221
|
+
This closes a real gap: a live transmission to TRA's certification endpoint was rejected after
|
|
222
|
+
7.5 seconds with a bare code `20100` and no message text, caused by the package's own fallback
|
|
223
|
+
phone number `0000000000` — ten digits, so it passed a naive length check, but TRA rejects any
|
|
224
|
+
all-same-digit number. Nothing had caught this locally; the malformed submission went out over
|
|
225
|
+
the wire and came back refused with nothing pointing at which field, or even that the return
|
|
226
|
+
itself had been accepted. The phone check now explicitly rejects a single repeated digit in
|
|
227
|
+
addition to the length/digit-count rule. Note: this package has no transmit/HTTP call site of
|
|
228
|
+
its own — wiring the assertion into an actual pre-send check is the calling application's job;
|
|
229
|
+
this release adds the validator and its export, not an automatic hook.
|
|
230
|
+
|
|
231
|
+
## [0.0.16] - 2026-09-07
|
|
232
|
+
|
|
233
|
+
### Added — federal EIFEL: all twenty parts of Schedule 130 now modelled
|
|
234
|
+
|
|
235
|
+
Previously only the excluded-entity gate and adjusted taxable income (Part 2F) existed, and
|
|
236
|
+
both fed nothing. This release builds and wires the rest of T2SCH130 and applies the result
|
|
237
|
+
to the return:
|
|
238
|
+
|
|
239
|
+
- **Excess-capacity regime** (Parts 1A, 2G-2J, 2O, `eifel-capacity.ts`) — received capacity
|
|
240
|
+
(1A), excess capacity for the year (2G, line 129 — the figure AT1 Schedule 21 line 320 asks
|
|
241
|
+
for by name), the paragraph 111(1)(a.1) RIFE deduction (2J), cumulative unused excess
|
|
242
|
+
capacity across three prior years (2I), absorbed capacity (2H), and RIFE arising under
|
|
243
|
+
subsection 111(8) (2O, feeding T2SCH4 line 710).
|
|
244
|
+
- **Interest and financing expenses/revenues** (Parts 1B-1E, 2A-2E, 2L-2N, `eifel-ife.ts`) —
|
|
245
|
+
IFE and IFR are now *derived* from their components rather than asked for as a single
|
|
246
|
+
preparer-supplied total. IFE in particular is not "the interest the corporation paid": it
|
|
247
|
+
reaches into three places where interest was already capitalised into something else and
|
|
248
|
+
pulls it back out — depreciable-property UCC (2B), resource-expense pools (2C), and a
|
|
249
|
+
partnership's own IFE (1E) — then nets off funding-cost-reducing amounts. A preparer
|
|
250
|
+
totalling interest expense off the income statement misses all three.
|
|
251
|
+
- **Applied to the return** (`federal-t2.ts`): Schedule 1 line 251 (the s.18.2(2) denial),
|
|
252
|
+
Schedule 1 line 252 (the paragraph 12(1)(l.2) partnership add-back), and jacket line 336
|
|
253
|
+
(the paragraph 111(1)(a.1) deduction) are now populated from the chain rather than left as
|
|
254
|
+
preparer inputs. Because adjusted taxable income is defined without regard to those same
|
|
255
|
+
three provisions, the Schedule 1 → taxable income sequence now runs twice when the chain
|
|
256
|
+
produces a nonzero adjustment — once to supply the untouched base the chain needs, once
|
|
257
|
+
more with the three adjustments folded in — via one `runIncomeSequence` closure so the two
|
|
258
|
+
passes cannot drift apart. Excluded entities (small CCPC, de minimis, domestic) skip the
|
|
259
|
+
whole chain unaffected.
|
|
260
|
+
|
|
261
|
+
All new `FederalT2Input.eifel.*` fields and `FederalT2Result.eifel*` fields are optional/
|
|
262
|
+
additive — no breaking change to an existing caller. See the integrator note below, though:
|
|
263
|
+
`requiresLimitation === true` now means something materially different than in 0.0.15.
|
|
264
|
+
|
|
265
|
+
### Fixed — two EIFEL wiring bugs caught before anything used them
|
|
266
|
+
|
|
267
|
+
1. Schedule 1 line 251 was carrying the raw shortfall (`limitation.deniedAmount`) instead of
|
|
268
|
+
Part 2L's own computation, which excludes the partnership share and affiliate RAIFE from
|
|
269
|
+
its base because both are already denied separately (Parts 2N and 2M) — leaving them in
|
|
270
|
+
denied them twice. Fixed by `computeExcessIfe` (Part 2L): `base = variableA −
|
|
271
|
+
partnershipShare − affiliateRaife` (floored at nil), then `excessIfe = base ×
|
|
272
|
+
deniedProportion`, wired onto line 251 in place of the raw shortfall.
|
|
273
|
+
2. The Schedule 1 line 252 partnership add-back was a bare preparer-supplied field with no
|
|
274
|
+
derivation. It is properly Part 1E's total (line 156) at the Part 2K denied proportion
|
|
275
|
+
(line 158) — now computed by `computePartnershipIfeAddBack`, still overridable directly.
|
|
276
|
+
|
|
277
|
+
Both fixes required Part 2M to run *after* the limitation (it needs the Part 2K denied
|
|
278
|
+
proportion), the same ordering Part 2O already had.
|
|
279
|
+
|
|
280
|
+
### Fixed — line 111 of Schedule 130 reads a signed ATI, not the floored one
|
|
281
|
+
|
|
282
|
+
Lines 107 and 119 read adjusted taxable income floored at nil; line 111 asks for the absolute
|
|
283
|
+
value of ATI "in the absence of section 257" — the Act's own no-negative-amounts rule, which
|
|
284
|
+
the form deliberately reaches around at this one line. `eifel-capacity.ts` takes the *signed*
|
|
285
|
+
ATI as input and derives both readings itself, rather than being handed an already-floored
|
|
286
|
+
figure that has lost the sign line 111 needs.
|
|
287
|
+
|
|
288
|
+
### Added — AT1 Schedule 21 (Alberta) RIFE continuity — lines 200-250, 310-350
|
|
289
|
+
|
|
290
|
+
New `computeRifeContinuity`: `250 (closing) = 200 (opening) + 210 (wind-up transfer) − 220
|
|
291
|
+
(acquisition-of-control adjustment) + 230 (current-year RIFE) − 240 (deducted)`, capped by
|
|
292
|
+
`350 = min(310, 340)` where `310 = 200 + 210 − 220` and `340 = 320 (excess capacity) + 330
|
|
293
|
+
(received capacity)`. Claims the maximum (line 350) automatically when no explicit claim is
|
|
294
|
+
given; flags and caps an explicit claim that exceeds it.
|
|
295
|
+
|
|
296
|
+
Its three federally-sourced inputs, named as printed on the form: line 230 ← T2SCH4 line 710;
|
|
297
|
+
line 320 ← T2SCH130 line 129; line 330 ← T2SCH130 line 130. Its output feeds forward: line 240
|
|
298
|
+
is printed "Enter amount on line 130 of the Schedule 12" — AT1 Schedule 12 line 130 (a real
|
|
299
|
+
filed line) now resolves to it when Schedule 21 exists.
|
|
300
|
+
|
|
301
|
+
**Not part of NetFile.** An exhaustive check of the transmission schema found no `021200`
|
|
302
|
+
through `021350` field anywhere — the NetFile emitter reads `AT1_SCHEDULE_21_POOLS` (the loss-
|
|
303
|
+
continuity pools), never this section. Adding the section's `FormDefinition` entries (below)
|
|
304
|
+
does not change what gets transmitted; only line 240's downstream effect on AT1 Schedule 12
|
|
305
|
+
line 130 reaches the wire. This ledger is paper/UI-only.
|
|
306
|
+
|
|
307
|
+
### Fixed — AT1 Schedule 21's RIFE lines were literals in JSX, now on the `FormDefinition`
|
|
308
|
+
|
|
309
|
+
The RIFE section had been modelled only in its own compute module; the line numbers shown in
|
|
310
|
+
the editor were hard-coded strings outside the consistency check that holds every other
|
|
311
|
+
displayed line number to the extracted form. `AT1_SCHEDULE_21`'s `FormDefinition` now carries
|
|
312
|
+
all ten lines (200, 210, 220, 230, 240, 250, 310, 320, 330, 340, 350) with role and, for the
|
|
313
|
+
carried-in/carried-out lines, the same source/destination the paper form prints.
|
|
314
|
+
|
|
315
|
+
### Fixed — two comments wrongly said their NetFile builders were "not wired"
|
|
316
|
+
|
|
317
|
+
`schedule4-foreign-investment-tax-credit.ts` and `schedule8-political-contributions.ts` are
|
|
318
|
+
both called from `alberta-return.ts` and listed in `AT1_SCHEDULES_WITH_BUILDERS` — only their
|
|
319
|
+
file location differs from the shared builder file. Comments corrected; an orphaned doc
|
|
320
|
+
comment in `at1-schedule-line-items.ts` describing schedules the engine "cannot yet file",
|
|
321
|
+
sitting directly above the constant listing schedules it *can* file, removed.
|
|
322
|
+
|
|
323
|
+
### Added — a silent-nil issue when a regime return never supplied gross IFE
|
|
324
|
+
|
|
325
|
+
A corporation inside the EIFEL regime that never supplied Schedule 130 Part 2A line 045
|
|
326
|
+
(gross interest and financing expenses) computes a denial of nil — indistinguishable from a
|
|
327
|
+
corporation genuinely within its ceiling. `federal-t2.ts` now appends an explicit issue in
|
|
328
|
+
this case naming the missing figure and noting it is not the same amount as the group *net*
|
|
329
|
+
interest figure used for the de minimis test.
|
|
330
|
+
|
|
331
|
+
### Note for integrators — `requiresLimitation` no longer means "not computed"
|
|
332
|
+
|
|
333
|
+
In 0.0.15, `FederalT2Result.eifel.requiresLimitation === true` meant the regime applies and
|
|
334
|
+
the restriction is **not** computed — do not file. It now means the regime applies **and** is
|
|
335
|
+
computed (`eifelAdjustedTaxableIncome`/`eifelLimitation`/`eifelCapacity`/`eifelIfe`/`eifelIfr`
|
|
336
|
+
populated), while still flagging the return for review — several sub-components (group-ratio
|
|
337
|
+
elections, prior-year vintages, received-capacity tables) remain preparer-supplied rather than
|
|
338
|
+
derivable. Code branching on `requiresLimitation` alone should re-check that branch. The
|
|
339
|
+
`eifel.issues` array may also carry new text even where `requiresLimitation` was already true.
|
|
340
|
+
|
|
341
|
+
### Changed — peer floor raised
|
|
342
|
+
|
|
343
|
+
- `@classytic/primitives` `>=0.23.0` → **`>=0.26.4`**
|
|
344
|
+
|
|
345
|
+
`@classytic/tax-core >=0.3.0` was already current.
|
|
346
|
+
|
|
3
347
|
## [0.0.15] - 2026-09-04
|
|
4
348
|
|
|
5
349
|
### Fixed — one `aaii` figure was doing three different jobs
|
package/dist/forms/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_DONATION_CARRYFORWARD_YEARS, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_SCHEDULE_1, AT1_SCHEDULE_10, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_15, 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, COMPUTED_CONTINUITY_ROWS as AT1_SCHEDULE_20_COMPUTED_CONTINUITY_ROWS, CONTINUITY_ROWS as AT1_SCHEDULE_20_CONTINUITY_ROWS, 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_SCHEDULE_3, AT1_SCHEDULE_4,
|
|
1
|
+
import { $ as SCHEDULE_5_REVENUE_OFFSET, $t as AT1_SCHEDULE_16, A as T2_SCHEDULE_24, An as indexByLine, At as AT1_IEG_MAX_EXPENDITURE, B as SCHEDULE_8_CCA_LINE, Bt as AT1_SCHEDULE_20, C as T2_SCHEDULE_43, Cn as FormFieldRole, Ct as CO17_QUEBEC_PROPORTION_BOX, D as SCHEDULE_31_GENERAL_SRED_RATE, Dn as FormSection, Dt as AT1_IEG_BASE_RATE, E as SCHEDULE_31_ENHANCED_SRED_RATE, En as FormProvenance, Et as CO17_TAX_PAYABLE_BOX, F as T2_SCHEDULE_21, Ft as AlbertaLossPool, G as SCHEDULE_7_ADJUSTED_AII_LINE, Gt as DonationPool, H as SCHEDULE_8_RECAPTURE_LINE, Ht as COMPUTED_CONTINUITY_ROWS, I as ReserveRow, It as CONTINUITY_CAPTIONS, J as DispositionGrid, Jt as AT1_SECTION_34_2_GROSS_UP, K as SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, Kt as AT1_SCHEDULE_18, L as SCHEDULE_13_RESERVE_ROWS, Lt as CONTINUITY_ORDER, M as T2_SCHEDULE_23, Mn as isEnterableLine, Mt as AT1_SCHEDULE_29, N as SCHEDULE_21_BUSINESS_CREDIT_LINE, Nn as validateFormDefinition, Nt as AT1_SCHEDULE_21, O as T2_SCHEDULE_31, On as LineNumberScheme, Ot as AT1_IEG_ENHANCED_RATE, P as SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, Pt as AT1_SCHEDULE_21_POOLS, Q as SCHEDULE_5_JURISDICTIONS, Qt as AlbertaReserveKind, R as T2_SCHEDULE_13, Rt as scheduleTwentyOneLineId, S as SCHEDULE_43_DIVIDEND_ALLOWANCE, Sn as FormFieldRequirement, St as T2_TOTAL_TAX_PAYABLE_LINE, T as T2_SCHEDULE_33, Tn as FormLineRef, Tt as CO17_TAXABLE_INCOME_BOX, U as SCHEDULE_8_TERMINAL_LOSS_LINE, Ut as CONTINUITY_ROWS, V as SCHEDULE_8_COLUMNS, Vt as AT1_SCHEDULE_20_POOLS, W as T2_SCHEDULE_8, Wt as ContinuityRow, X as T2_SCHEDULE_6, Xt as AT1_SCHEDULE_17, Y as SCHEDULE_6_GRIDS, Yt as DispositionCategory, Z as AllocationJurisdiction, Zt as AT1_SCHEDULE_17_RESERVES, _ as SCHEDULE_53_CLOSING_GRIP_LINE, _n as AT4970, _t as T2_BASE_PART_I_RATE, a as getField, an as AT1_SCHEDULE_12, at as T2_SCHEDULE_4, b as SCHEDULE_50_DISCLOSURE_THRESHOLD, bn as FormField, bt as T2_SMALL_BUSINESS_DEDUCTION_RATE, c as CaptionRow, cn as AT1_SCHEDULE_10, ct as T2_SCHEDULE_3, d as buildFields, dn as AT1_SCHEDULE_2, dt as T2_SCHEDULE_2, en as AT1_SCHEDULE_16_CARRYFORWARD_LINE, et as SCHEDULE_5_SALARIES_OFFSET, f as SCHEDULE_141_PREPARER_IDENTIFIED_LINE, fn as AT1_SCHEDULE_1, ft as SCHEDULE_1_LINES, g as T2_SCHEDULE_55, gn as AT1_TAX_PAYABLE_LINE, gt as T2_SCHEDULE_1, h as T2_SCHEDULE_130, hn as AT1_JACKET, ht as SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, i as formsForProgram, in as AlbertaCcaColumn, it as SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, j as SCHEDULE_23_GROUP_BUSINESS_LIMIT, jn as inputFields, jt as AT1_IEG_PRIOR_YEARS, k as SCHEDULE_24_OPERATION_TYPE_LINE, kn as fieldsInSection, kt as AT1_IEG_JACKET_LINE, l as LineBand, ln as AT1_SCHEDULE_4, lt as SCHEDULE_2_CARRYFORWARD_YEARS, m as T2_SCHEDULE_141, mn as AT1_BALANCE_LINE, mt as SCHEDULE_1_TOTAL_ADDITIONS_LINE, n as describeLine, nn as AT1_SCHEDULE_13, nt as SCHEDULE_4_CARRYBACK_YEARS, o as getForm, on as AT1_SCHEDULE_12_PAIRS, ot as SCHEDULE_3_ELIGIBLE_PAID_LINE, p as SCHEDULE_141_RESERVATION_LINE, pn as AT1_BALANCE_CREDIT_LINES, pt as SCHEDULE_1_LINE_BY_NUMBER, q as T2_SCHEDULE_7, qt as AT1_SCHEDULE_18_CATEGORIES, r as findBrokenLinks, rn as AT1_SCHEDULE_13_COLUMNS, rt as SCHEDULE_4_LPP_CARRYFORWARD_YEARS, s as BuildFieldsSpec, sn as AlbertaReconcilingPair, st as SCHEDULE_3_TAXABLE_PAID_LINE, t as FORMS, tn as AT1_SCHEDULE_15, tt as T2_SCHEDULE_5, u as UnclassifiedLineError, un as AT1_SCHEDULE_3, ut as SCHEDULE_2_CHARITABLE_CURRENT_LINE, v as SCHEDULE_53_GENERAL_RATE_FACTOR, vn as AT4970_JURISDICTIONS, vt as T2_JACKET, w as SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, wn as FormFieldSide, wt as CO17_RETURN, x as T2_SCHEDULE_50, xn as FormFieldKind, xt as T2_TAXABLE_INCOME_LINE, y as T2_SCHEDULE_53, yn as FormDefinition, yt as T2_NET_INCOME_FOR_TAX_LINE, z as CcaColumn, zt as AT1_DONATION_CARRYFORWARD_YEARS } from "../index.mjs";
|
|
2
|
+
export { AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_DONATION_CARRYFORWARD_YEARS, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_SCHEDULE_1, AT1_SCHEDULE_10, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_15, 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, COMPUTED_CONTINUITY_ROWS as AT1_SCHEDULE_20_COMPUTED_CONTINUITY_ROWS, CONTINUITY_ROWS as AT1_SCHEDULE_20_CONTINUITY_ROWS, 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_SCHEDULE_3, AT1_SCHEDULE_4, AT1_SECTION_34_2_GROSS_UP, AT1_TAX_PAYABLE_LINE, AT4970, AT4970_JURISDICTIONS, type AlbertaCcaColumn, type AlbertaLossPool, type AlbertaReconcilingPair, type AlbertaReserveKind, type AllocationJurisdiction, type BuildFieldsSpec, CO17_QUEBEC_PROPORTION_BOX, CO17_RETURN, CO17_TAXABLE_INCOME_BOX, CO17_TAX_PAYABLE_BOX, type CaptionRow, type CcaColumn, type ContinuityRow, type DispositionCategory, type DispositionGrid, type DonationPool, FORMS, type FormDefinition, type FormField, type FormFieldKind, type FormFieldRequirement, type FormFieldRole, type FormFieldSide, type FormLineRef, type FormProvenance, type FormSection, type LineBand, type LineNumberScheme, type ReserveRow, SCHEDULE_13_RESERVE_ROWS, SCHEDULE_141_PREPARER_IDENTIFIED_LINE, SCHEDULE_141_RESERVATION_LINE, 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_8_CCA_LINE, SCHEDULE_8_COLUMNS, SCHEDULE_8_RECAPTURE_LINE, SCHEDULE_8_TERMINAL_LOSS_LINE, T2_BASE_PART_I_RATE, T2_JACKET, T2_NET_INCOME_FOR_TAX_LINE, T2_SCHEDULE_1, T2_SCHEDULE_13, T2_SCHEDULE_130, T2_SCHEDULE_141, 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, buildFields, describeLine, fieldsInSection, findBrokenLinks, formsForProgram, getField, getForm, indexByLine, inputFields, isEnterableLine, scheduleTwentyOneLineId, validateFormDefinition };
|
package/dist/forms/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_DONATION_CARRYFORWARD_YEARS, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_SCHEDULE_1, AT1_SCHEDULE_10, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_15, 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, COMPUTED_CONTINUITY_ROWS as AT1_SCHEDULE_20_COMPUTED_CONTINUITY_ROWS, CONTINUITY_ROWS as AT1_SCHEDULE_20_CONTINUITY_ROWS, 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_SCHEDULE_3, AT1_SCHEDULE_4,
|
|
1
|
+
import { $ as SCHEDULE_3_ELIGIBLE_PAID_LINE, $t as AT1_SCHEDULE_10, A as T2_SCHEDULE_21, At as AT1_SCHEDULE_29, B as T2_SCHEDULE_7, Bt as CONTINUITY_ROWS, C as T2_SCHEDULE_31, Ct as CO17_TAXABLE_INCOME_BOX, D as T2_SCHEDULE_23, Dt as AT1_IEG_JACKET_LINE, E as SCHEDULE_23_GROUP_BUSINESS_LIMIT, Et as AT1_IEG_ENHANCED_RATE, F as SCHEDULE_8_RECAPTURE_LINE, Ft as scheduleTwentyOneLineId, G as SCHEDULE_5_SALARIES_OFFSET, Gt as AT1_SCHEDULE_17_RESERVES, H as T2_SCHEDULE_6, Ht as AT1_SCHEDULE_18_CATEGORIES, I as SCHEDULE_8_TERMINAL_LOSS_LINE, It as AT1_DONATION_CARRYFORWARD_YEARS, J as SCHEDULE_4_LPP_CARRYFORWARD_YEARS, Jt as AT1_SCHEDULE_15, K as T2_SCHEDULE_5, Kt as AT1_SCHEDULE_16, L as T2_SCHEDULE_8, Lt as AT1_SCHEDULE_20, M as T2_SCHEDULE_13, Mt as AT1_SCHEDULE_21_POOLS, N as SCHEDULE_8_CCA_LINE, Nt as CONTINUITY_CAPTIONS, O as SCHEDULE_21_BUSINESS_CREDIT_LINE, Ot as AT1_IEG_MAX_EXPENDITURE, P as SCHEDULE_8_COLUMNS, Pt as CONTINUITY_ORDER, Q as buildFields, Qt as AT1_SCHEDULE_12_PAIRS, R as SCHEDULE_7_ADJUSTED_AII_LINE, Rt as AT1_SCHEDULE_20_POOLS, S as SCHEDULE_31_GENERAL_SRED_RATE, St as CO17_RETURN, T as T2_SCHEDULE_24, Tt as AT1_IEG_BASE_RATE, U as SCHEDULE_5_JURISDICTIONS, Ut as AT1_SECTION_34_2_GROSS_UP, V as SCHEDULE_6_GRIDS, Vt as AT1_SCHEDULE_18, W as SCHEDULE_5_REVENUE_OFFSET, Wt as AT1_SCHEDULE_17, X as T2_SCHEDULE_4, Xt as AT1_SCHEDULE_13_COLUMNS, Y as SCHEDULE_4_NON_CAPITAL_CARRYFORWARD_YEARS, Yt as AT1_SCHEDULE_13, Z as UnclassifiedLineError, Zt as AT1_SCHEDULE_12, _ as SCHEDULE_43_DIVIDEND_ALLOWANCE, _t as T2_NET_INCOME_FOR_TAX_LINE, a as getField, an as AT1_BALANCE_LINE, at as SCHEDULE_1_LINES, b as T2_SCHEDULE_33, bt as T2_TOTAL_TAX_PAYABLE_LINE, c as SCHEDULE_141_RESERVATION_LINE, cn as AT4970, ct as SCHEDULE_1_TOTAL_DEDUCTIONS_LINE, d as T2_SCHEDULE_55, dt as indexByLine, en as AT1_SCHEDULE_4, et as SCHEDULE_3_TAXABLE_PAID_LINE, f as SCHEDULE_53_CLOSING_GRIP_LINE, ft as inputFields, g as T2_SCHEDULE_50, gt as T2_JACKET, h as SCHEDULE_50_DISCLOSURE_THRESHOLD, ht as T2_BASE_PART_I_RATE, i as formsForProgram, in as AT1_BALANCE_CREDIT_LINES, it as T2_SCHEDULE_2, j as SCHEDULE_13_RESERVE_ROWS, jt as AT1_SCHEDULE_21, k as SCHEDULE_21_NON_BUSINESS_CREDIT_LINE, kt as AT1_IEG_PRIOR_YEARS, l as T2_SCHEDULE_141, ln as AT4970_JURISDICTIONS, lt as T2_SCHEDULE_1, m as T2_SCHEDULE_53, mt as validateFormDefinition, n as describeLine, nn as AT1_SCHEDULE_2, nt as SCHEDULE_2_CARRYFORWARD_YEARS, o as getForm, on as AT1_JACKET, ot as SCHEDULE_1_LINE_BY_NUMBER, p as SCHEDULE_53_GENERAL_RATE_FACTOR, pt as isEnterableLine, q as SCHEDULE_4_CARRYBACK_YEARS, qt as AT1_SCHEDULE_16_CARRYFORWARD_LINE, r as findBrokenLinks, rn as AT1_SCHEDULE_1, rt as SCHEDULE_2_CHARITABLE_CURRENT_LINE, s as SCHEDULE_141_PREPARER_IDENTIFIED_LINE, sn as AT1_TAX_PAYABLE_LINE, st as SCHEDULE_1_TOTAL_ADDITIONS_LINE, t as FORMS, tn as AT1_SCHEDULE_3, tt as T2_SCHEDULE_3, u as T2_SCHEDULE_130, ut as fieldsInSection, v as T2_SCHEDULE_43, vt as T2_SMALL_BUSINESS_DEDUCTION_RATE, w as SCHEDULE_24_OPERATION_TYPE_LINE, wt as CO17_TAX_PAYABLE_BOX, x as SCHEDULE_31_ENHANCED_SRED_RATE, xt as CO17_QUEBEC_PROPORTION_BOX, y as SCHEDULE_33_TAXABLE_CAPITAL_IN_CANADA_LINE, yt as T2_TAXABLE_INCOME_LINE, z as SCHEDULE_7_PASSIVE_INCOME_THRESHOLD, zt as COMPUTED_CONTINUITY_ROWS } from "../forms.mjs";
|
|
2
|
+
export { AT1_BALANCE_CREDIT_LINES, AT1_BALANCE_LINE, AT1_DONATION_CARRYFORWARD_YEARS, AT1_IEG_BASE_RATE, AT1_IEG_ENHANCED_RATE, AT1_IEG_JACKET_LINE, AT1_IEG_MAX_EXPENDITURE, AT1_IEG_PRIOR_YEARS, AT1_JACKET, AT1_SCHEDULE_1, AT1_SCHEDULE_10, AT1_SCHEDULE_12, AT1_SCHEDULE_12_PAIRS, AT1_SCHEDULE_13, AT1_SCHEDULE_13_COLUMNS, AT1_SCHEDULE_15, 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, COMPUTED_CONTINUITY_ROWS as AT1_SCHEDULE_20_COMPUTED_CONTINUITY_ROWS, CONTINUITY_ROWS as AT1_SCHEDULE_20_CONTINUITY_ROWS, 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_SCHEDULE_3, AT1_SCHEDULE_4, AT1_SECTION_34_2_GROSS_UP, AT1_TAX_PAYABLE_LINE, AT4970, AT4970_JURISDICTIONS, CO17_QUEBEC_PROPORTION_BOX, CO17_RETURN, CO17_TAXABLE_INCOME_BOX, CO17_TAX_PAYABLE_BOX, FORMS, SCHEDULE_13_RESERVE_ROWS, SCHEDULE_141_PREPARER_IDENTIFIED_LINE, SCHEDULE_141_RESERVATION_LINE, 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_8_CCA_LINE, SCHEDULE_8_COLUMNS, SCHEDULE_8_RECAPTURE_LINE, SCHEDULE_8_TERMINAL_LOSS_LINE, T2_BASE_PART_I_RATE, T2_JACKET, T2_NET_INCOME_FOR_TAX_LINE, T2_SCHEDULE_1, T2_SCHEDULE_13, T2_SCHEDULE_130, T2_SCHEDULE_141, 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, buildFields, describeLine, fieldsInSection, findBrokenLinks, formsForProgram, getField, getForm, indexByLine, inputFields, isEnterableLine, scheduleTwentyOneLineId, validateFormDefinition };
|