schedule63
T2 Corporation Income Tax Return
- Kind
- batch
- Supported tax years
- 2024–2025
- Strict profile
- s63_2025_five_line_projection_v1
- Payload schema version
- 0.8.0
- Dependencies (run automatically)
- foreign_affiliate_analysis, reserve_continuity, schedule1, schedule10, schedule125, schedule13, schedule130, schedule15, schedule17, schedule2, schedule21, schedule25, schedule3, schedule5, schedule6, schedule73, schedule8, t661
Example request
Send this body to POST /api/v1/computations/batch. It satisfies the strict profile, so it works with or without the payloadContract selector.
{
"compute": [
"schedule63"
],
"inputs": {
"taxYear": 2024,
"fiscalStart": "2024-01-01",
"fiscalEnd": "2024-12-31",
"creditRecognizedInTrialBalanceGifi9659": false,
"subsection12_2_2Election": {
"amount": 78.7,
"filed_on_time": true
},
"schedule63": {
"line080_total_farming_expenses": 30000,
"line100_gross_farming_expenses": 30000,
"part10_days_in_tax_year": 366,
"part10_days_by_calendar_year": {
"2024": 366
},
"parts2to9_eligible_farming_expenses_by_province": {
"ON": 30000
},
"line395_federal_total_excluding_partnership": 68.7,
"line475_partnership_subtotal": 10,
"line495_grand_total": 78.7
},
"isCCPC": true,
"daysInYear": 366,
"t2Jacket": {
"filingStatus": {
"firstYearAfterAmalgamation": false,
"firstYearAfterIncorporation": true,
"subsidiaryWindupS88": false
}
}
}
}Input cells (48)
Paths are relative to the request’s inputs object; [] marks an array element.
Required says when a cell must be present. Always means every request needs it: the default boundary rejects the call when the cell is omitted or null. Strict means only a request that sends this target’s payloadContract selector needs it. See Run computations for the default boundary.
These cells are everything this target accepts. A member that is not published here, or is sent with the wrong JSON type, fails the call with a 400 naming each failing cell.
| Cell | Types | Required |
|---|---|---|
| creditRecognizedInTrialBalanceGifi9659Explicit answer to whether the fuel-charge credit is already booked in the trial balance at GIFI 9659 (total farm revenue, Schedule 125); controls the Schedule 1 addition. | boolean | strict |
| daysInYearInclusive day count for the canonical fiscalStart/fiscalEnd period required by the settled Part I dependency closure. | integer | strict |
| fiscalEndLast day of the taxation year, as YYYY-MM-DD, on or after fiscalStart. Its calendar year must equal taxYear. Required for the same reason as fiscalStart. | string | strict |
| fiscalStartFirst day of the taxation year, as YYYY-MM-DD. Required because this target's dependency closure reaches part_i_tax, whose rates and limits are day-weighted; ITA s.249(1)(a) makes the taxation year the fiscal period, and the engine will not invent calendar-year bounds. | string | strict |
| isCCPCThe corporation was a Canadian-controlled private corporation (ITA s.125(7) definition) throughout the taxation year. | boolean | |
| schedule63.creditRecognizedInTrialBalanceGifi9659Whether the s.127.42(7) assistance is already in S125 GIFI 9659. | boolean | null | |
| schedule63.lastModifiedAt | string | |
| schedule63.lastModifiedBy | string | |
| schedule63.line080_total_farming_expenses | null | number | strict |
| schedule63.line090_nal_transactions | null | number | |
| schedule63.line100_gross_farming_expenses | null | number | strict |
| schedule63.line150_nl_total | null | number | |
| schedule63.line160_pe_total | null | number | |
| schedule63.line170_ns_total | null | number | |
| schedule63.line180_nb_total | null | number | |
| schedule63.line200_on_total | null | number | |
| schedule63.line210_mb_total | null | number | |
| schedule63.line220_sk_total | null | number | |
| schedule63.line230_ab_total | null | number | |
| schedule63.line350_partnership_allocation_nl | null | number | |
| schedule63.line360_partnership_allocation_pe | null | number | |
| schedule63.line370_partnership_allocation_ns | null | number | |
| schedule63.line380_partnership_allocation_nb | null | number | |
| schedule63.line395_federal_total_excluding_partnership | null | number | strict |
| schedule63.line400_partnership_allocation_on | null | number | |
| schedule63.line410_partnership_allocation_mb | null | number | |
| schedule63.line420_partnership_allocation_sk | null | number | |
| schedule63.line430_partnership_allocation_ab | null | number | |
| schedule63.line475_partnership_subtotal | null | number | strict |
| schedule63.line495_grand_total | null | number | strict |
| schedule63.part10_days_by_calendar_year.2024 | integer | strict |
| schedule63.part10_days_in_tax_year | integer | strict |
| schedule63.partnershipAllocationsT5013 box 237 rows (s.127.42(3)). The engine sums them into boxes 350-430 and line 475; a supplied row set governs those totals. | array | null | |
| schedule63.partnershipAllocations[].box237AmountT5013 box 237. `null` is an UNANSWERED slip, never a nil allocation. | null | number | |
| schedule63.partnershipAllocations[].fiscalPeriodEndFiscal period end of the partnership, when recorded. | null | string | |
| schedule63.partnershipAllocations[].partnershipAccountNumberThe partnership's full CRA RZ program account, e.g. 123456789RZ0001. A T5013 information return is filed under an RZ account, so a bare nine-digit business-number root does not identify the slip issuer. | null | string | |
| schedule63.partnershipAllocations[].partnershipName | null | string | |
| schedule63.partnershipAllocations[].provinceOne of the eight designated provinces (NL/PE/NS/NB/ON/MB/SK/AB). | null | string | |
| schedule63.parts2to9_eligible_farming_expenses_by_province.ON | integer | strict |
| schedule63.subsection12_2_2ElectionOptional timely s.12(2.2) election; null means no election was made. | null | object | |
| schedule63.subsection12_2_2Election.amountAmount elected to reduce the underlying outlay under ITA s.12(2.2). | null | number | |
| schedule63.subsection12_2_2Election.filed_on_timeThe s.12(2.2) election was filed by the applicable return due date. | boolean | null | |
| subsection12_2_2Election.amount | number | strict |
| subsection12_2_2Election.filed_on_times.12(2.2) timing condition: the election was made on or before the return filing-due date; the engine will not assume a time-limited election was made. | boolean | strict |
| t2Jacket.filingStatus.firstYearAfterAmalgamation | boolean | strict |
| t2Jacket.filingStatus.firstYearAfterIncorporation | boolean | strict |
| t2Jacket.filingStatus.subsidiaryWindupS88 | boolean | strict |
| taxYearFour-digit taxation year accepted by the batch reader. Historical applicability is decided by the requested form; years after 2027 fail at the shared verified-rate horizon. | integer | string | always |
Strict profile accepted values (13 of 48 cells)
These values apply only when the request sends this target’s payloadContract selector. A cell marked pinned must equal the value shown to satisfy the strict profile. On the default boundary the same cell accepts any value of its published type.
| Cell | Accepted values |
|---|---|
| daysInYear | 1 to 1000000000000000 |
| fiscalEnd | date (YYYY-MM-DD); 10 to 10 characters |
| fiscalStart | date (YYYY-MM-DD); 10 to 10 characters |
| schedule63.line080_total_farming_expenses | -1000000000000000 to 1000000000000000 |
| schedule63.line100_gross_farming_expenses | -1000000000000000 to 1000000000000000 |
| schedule63.line395_federal_total_excluding_partnership | -1000000000000000 to 1000000000000000 |
| schedule63.line475_partnership_subtotal | -1000000000000000 to 1000000000000000 |
| schedule63.line495_grand_total | -1000000000000000 to 1000000000000000 |
| schedule63.part10_days_by_calendar_year.2024 | -1000000000000000 to 1000000000000000 |
| schedule63.part10_days_in_tax_year | -1000000000000000 to 1000000000000000 |
| schedule63.parts2to9_eligible_farming_expenses_by_province.ON | -1000000000000000 to 1000000000000000 |
| subsection12_2_2Election.amount | 0 to 600000000000 |
| taxYear | matches ^\s*(?:1[0-9]{3}|2(?:0(?:[0-1][0-9]{1}|2[0-7])))\s*$; 1000 to 2027 |
Output cells (390)
Paths are relative to this target’s result object in the response.
| Cell | Types |
|---|---|
| answered_count | integer |
| assistance_s127_42_7.credit_amount | null | number |
| assistance_s127_42_7.deemed_assistance_s127_42_7 | null | number |
| assistance_s127_42_7.determined | boolean |
| assistance_s127_42_7.inclusion_taxation_year | string |
| assistance_s127_42_7.outlay_reduction_s12_2_2 | null | number |
| assistance_s127_42_7.recognized_in_trial_balance_gifi_9659 | boolean |
| assistance_s127_42_7.s12_2_2_election.amount_elected | number |
| assistance_s127_42_7.s12_2_2_election.filed_on_time | boolean |
| assistance_s127_42_7.s12_2_2_election.reduction_applied | number |
| assistance_s127_42_7.s1_addition_s12_1_x | null | number |
| credit_substantiated | boolean |
| eligibility_met | boolean | null |
| fired_gates | object |
| line_080 | integer |
| line_100 | integer |
| line_395 | number |
| line_395_computed | number |
| line_475 | integer |
| line_495 | number |
| missing_required[] | string |
| part_10_day_counts.days_by_calendar_year.2024 | integer |
| part_10_day_counts.days_in_tax_year | integer |
| part_10_expenses_by_province.ON | number |
| part_10_province_totals.ON | number |
| part_10_rows[].amount | number |
| part_10_rows[].calendar_year | integer |
| part_10_rows[].days_in_calendar_year | integer |
| part_10_rows[].days_in_tax_year | integer |
| part_10_rows[].eligible_farming_expenses | number |
| part_10_rows[].form_amount | string |
| part_10_rows[].payment_rate | string |
| part_10_rows[].proration | number |
| part_10_rows[].province | string |
| part_11_partnership_detail.by_province | object |
| part_11_partnership_detail.evidence_present | boolean |
| part_11_partnership_detail.line_475 | null | number |
| part_11_partnership_detail.line_475_computed | array | boolean | null | number | object | string |
| part_11_partnership_detail.rows | array |
| part_1_detail.amount_1a_mandatory_inventory_adjustment | null | number |
| part_1_detail.amount_1a_source | null | string |
| part_1_detail.amount_1b_optional_value_of_inventory | null | number |
| part_1_detail.amount_1b_source | null | string |
| part_1_detail.amount_1c_subtotal | number |
| part_1_detail.line_080 | null | number |
| part_1_detail.line_090 | array | boolean | null | number | object | string |
| part_1_detail.line_100 | null | number |
| part_1_detail.line_100_computed | null | number |
| part_1_detail.line_100_entered | null | number |
| parts_2_to_9.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.amount_f_total_salaries_and_wages | array | boolean | null | number | object | string |
| parts_2_to_9.available | boolean |
| parts_2_to_9.basis | array | boolean | null | number | object | string |
| parts_2_to_9.day_counts_source | string |
| parts_2_to_9.fiscal_end | string |
| parts_2_to_9.fiscal_start | string |
| parts_2_to_9.printed_day_fractions_10a_to_10c.2024 | number |
| parts_2_to_9.rows | array |
| parts_2_to_9.single_province | array | boolean | null | number | object | string |
| parts_2_to_9.unavailable_reason | string |
| parts_2_to_9.by_part.2.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.part | integer |
| parts_2_to_9.by_part.2.province | string |
| parts_2_to_9.by_part.2.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.2.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.2.s5_salaries_line | string |
| parts_2_to_9.by_part.3.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.part | integer |
| parts_2_to_9.by_part.3.province | string |
| parts_2_to_9.by_part.3.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.3.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.3.s5_salaries_line | string |
| parts_2_to_9.by_part.4.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.part | integer |
| parts_2_to_9.by_part.4.province | string |
| parts_2_to_9.by_part.4.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.4.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.4.s5_salaries_line | string |
| parts_2_to_9.by_part.5.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.part | integer |
| parts_2_to_9.by_part.5.province | string |
| parts_2_to_9.by_part.5.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.5.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.5.s5_salaries_line | string |
| parts_2_to_9.by_part.6.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.part | integer |
| parts_2_to_9.by_part.6.province | string |
| parts_2_to_9.by_part.6.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.6.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.6.s5_salaries_line | string |
| parts_2_to_9.by_part.7.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.part | integer |
| parts_2_to_9.by_part.7.province | string |
| parts_2_to_9.by_part.7.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.7.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.7.s5_salaries_line | string |
| parts_2_to_9.by_part.8.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.part | integer |
| parts_2_to_9.by_part.8.province | string |
| parts_2_to_9.by_part.8.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.8.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.8.s5_salaries_line | string |
| parts_2_to_9.by_part.9.amount_a | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.amount_b_gross_revenue_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.amount_c_total_gross_revenue | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.amount_d_gross_revenue_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.amount_e_salaries_in_province | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.amount_f_total_salaries | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.amount_g_salaries_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.basis | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.eligible_farming_expenses | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.part | integer |
| parts_2_to_9.by_part.9.province | string |
| parts_2_to_9.by_part.9.relevant_proportion | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.relevant_proportion_printed_5dp | array | boolean | null | number | object | string |
| parts_2_to_9.by_part.9.s5_gross_revenue_line | string |
| parts_2_to_9.by_part.9.s5_salaries_line | string |
| provisional | boolean |
| ready | boolean |
| s125_tie_out.assistance_inclusion_status | string |
| s125_tie_out.available | boolean |
| s125_tie_out.expense_base_difference | array | boolean | null | number | object | string |
| s125_tie_out.expense_base_status | string |
| s125_tie_out.farm_section_present | boolean |
| s125_tie_out.line_9659_total_farm_revenue | number |
| s125_tie_out.line_9898_total_farm_expenses | number |
| s1_feed_s127_42_7_assistanceThe s.12(1)(x) inclusion Schedule 1 receives, or null when the engine has not established one. A s.12(2.2) election whose timeliness is unconfirmed cannot be applied and cannot be assumed away, so the feed is UNKNOWN rather than nil: publishing 0 there would post a settled nil inclusion to Schedule 1 line 112's sibling grid on facts the engine explicitly refused. | null | number |
| t2_line_795_feedThe grand-total s.127.42 credit T2 line 795 receives, or null when the engine has not established one. The value is null wherever the credit fails closed — an unconfirmed s.12(2.2) election timeliness among them — so a consumer can tell an unestablished credit from a computed nil instead of posting an unclaimed nil to the jacket. | null | number |
| total_count | integer |
| warnings[].box | string |
| warnings[].citation.applies_to_boxes[] | string |
| warnings[].citation.cra_text_verbatim | string |
| warnings[].citation.form_id | string |
| warnings[].citation.form_revision | string |
| warnings[].citation.gate_id | string |
| warnings[].citation.rule | string |
| warnings[].citation.source | string |
| warnings[].citation.source_url | string |
| warnings[].citation.verified_at | string |
| warnings[].gate_id | null | string |
| warnings[].message | string |
| warnings[].severity | string |
| warnings[].code | string |
| part_10_by_amount.10A.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10A.calendar_year | integer |
| part_10_by_amount.10A.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10A.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10A.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10A.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10A.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10A.province | array | boolean | null | number | object | string |
| part_10_by_amount.10B.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10B.calendar_year | integer |
| part_10_by_amount.10B.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10B.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10B.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10B.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10B.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10B.province | array | boolean | null | number | object | string |
| part_10_by_amount.10C.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10C.calendar_year | integer |
| part_10_by_amount.10C.days_in_calendar_year | integer |
| part_10_by_amount.10C.days_in_tax_year | integer |
| part_10_by_amount.10C.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10C.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10C.printed_proportion | number |
| part_10_by_amount.10C.province | array | boolean | null | number | object | string |
| part_10_by_amount.10D.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10D.calendar_year | integer |
| part_10_by_amount.10D.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10D.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10D.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10D.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10D.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10D.province | string |
| part_10_by_amount.10E.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10E.calendar_year | integer |
| part_10_by_amount.10E.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10E.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10E.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10E.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10E.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10E.province | string |
| part_10_by_amount.10F.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10F.calendar_year | integer |
| part_10_by_amount.10F.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10F.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10F.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10F.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10F.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10F.province | string |
| part_10_by_amount.10G.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10G.calendar_year | integer |
| part_10_by_amount.10G.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10G.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10G.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10G.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10G.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10G.province | string |
| part_10_by_amount.10H.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10H.calendar_year | integer |
| part_10_by_amount.10H.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10H.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10H.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10H.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10H.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10H.province | string |
| part_10_by_amount.10I.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10I.calendar_year | integer |
| part_10_by_amount.10I.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10I.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10I.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10I.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10I.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10I.province | string |
| part_10_by_amount.10J.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10J.calendar_year | integer |
| part_10_by_amount.10J.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10J.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10J.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10J.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10J.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10J.province | string |
| part_10_by_amount.10K.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10K.calendar_year | integer |
| part_10_by_amount.10K.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10K.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10K.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10K.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10K.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10K.province | string |
| part_10_by_amount.10L.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10L.calendar_year | integer |
| part_10_by_amount.10L.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10L.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10L.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10L.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10L.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10L.province | string |
| part_10_by_amount.10M.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10M.calendar_year | integer |
| part_10_by_amount.10M.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10M.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10M.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10M.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10M.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10M.province | string |
| part_10_by_amount.10N.amount | number |
| part_10_by_amount.10N.calendar_year | integer |
| part_10_by_amount.10N.days_in_calendar_year | integer |
| part_10_by_amount.10N.days_in_tax_year | integer |
| part_10_by_amount.10N.eligible_farming_expenses | number |
| part_10_by_amount.10N.payment_rate | string |
| part_10_by_amount.10N.printed_proportion | number |
| part_10_by_amount.10N.province | string |
| part_10_by_amount.10O.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10O.calendar_year | integer |
| part_10_by_amount.10O.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10O.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10O.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10O.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10O.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10O.province | string |
| part_10_by_amount.10P.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10P.calendar_year | integer |
| part_10_by_amount.10P.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10P.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10P.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10P.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10P.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10P.province | string |
| part_10_by_amount.10Q.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10Q.calendar_year | integer |
| part_10_by_amount.10Q.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10Q.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10Q.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10Q.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10Q.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10Q.province | string |
| part_10_by_amount.10R.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10R.calendar_year | integer |
| part_10_by_amount.10R.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10R.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10R.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10R.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10R.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10R.province | string |
| part_10_by_amount.10S.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10S.calendar_year | integer |
| part_10_by_amount.10S.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10S.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10S.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10S.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10S.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10S.province | string |
| part_10_by_amount.10T.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10T.calendar_year | integer |
| part_10_by_amount.10T.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10T.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10T.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10T.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10T.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10T.province | string |
| part_10_by_amount.10U.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10U.calendar_year | integer |
| part_10_by_amount.10U.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10U.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10U.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10U.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10U.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10U.province | string |
| part_10_by_amount.10V.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10V.calendar_year | integer |
| part_10_by_amount.10V.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10V.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10V.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10V.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10V.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10V.province | string |
| part_10_by_amount.10W.amount | array | boolean | null | number | object | string |
| part_10_by_amount.10W.calendar_year | integer |
| part_10_by_amount.10W.days_in_calendar_year | array | boolean | null | number | object | string |
| part_10_by_amount.10W.days_in_tax_year | array | boolean | null | number | object | string |
| part_10_by_amount.10W.eligible_farming_expenses | array | boolean | null | number | object | string |
| part_10_by_amount.10W.payment_rate | array | boolean | null | number | object | string |
| part_10_by_amount.10W.printed_proportion | array | boolean | null | number | object | string |
| part_10_by_amount.10W.province | string |