jaz-clio 5.4.33 → 5.4.34

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-api
3
- version: 5.4.33
3
+ version: 5.4.34
4
4
  description: >-
5
5
  Use this skill whenever you call, debug, or review code that touches the Jaz
6
6
  REST API. Covers field names, response shapes, 141 production gotchas, error
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.4.33
3
+ version: 5.4.34
4
4
  description: >-
5
5
  Use this skill when running Clio CLI commands, building shell scripts with
6
6
  Clio, debugging auth issues, understanding --json output, paginating results,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.4.33
3
+ version: 5.4.34
4
4
  description: >-
5
5
  Use this skill when migrating accounting data into Jaz — importing from Xero,
6
6
  QuickBooks, Sage, MYOB, or Excel exports. Covers the full conversion pipeline:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-jobs
3
- version: 5.4.33
3
+ version: 5.4.34
4
4
  description: >-
5
5
  Use this skill for recurring accounting workflows — month/quarter/year-end
6
6
  close, bank reconciliation, GST/VAT filing, payment runs, credit control,
@@ -229,7 +229,7 @@ Invoke `audit-prep.md` job. Year-end-close output (TB final, all reports, all re
229
229
 
230
230
  - **Run in January for prior FY.** Standalone mode includes all 4 quarter closes; allow 5-10 days for full FY catch-up if quarterly cadence has slipped.
231
231
  - **External audit timeline:** auditor typically arrives 4-6 weeks after FY-end. Year-end-close + audit-prep should complete within 6 weeks of FY-end. Faster = cheaper audit.
232
- - **Reclassification reversal:** the Y6 entries are FY-specific. Year 2's monthly-close.md step 0 (or a Y1 reverse step in next year's year-end-close) should reverse them before fresh classification.
232
+ - **Reclassification reversal:** the Y6 entries are FY-specific. Year 2's monthly-close.md step 1 (or a Y1 reverse step in next year's year-end-close) should reverse them before fresh classification.
233
233
  - **Form C-S timing:** SG IRAS deadline is November 30 of the FOLLOWING year. ECI: within 3 months of FY-end. Plan year-end-close to feed audit-prep within 3 months for ECI compliance.
234
234
 
235
235
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-practice
3
- version: 5.4.33
3
+ version: 5.4.34
4
4
  description: >-
5
5
  Use this skill whenever an accounting practitioner is doing client work in
6
6
  Jaz — closing the books, filing GST, year-end statutory, onboarding a new
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-recipes
3
- version: 5.4.33
3
+ version: 5.4.34
4
4
  description: >-
5
5
  Use this skill when modeling complex multi-step accounting transactions —
6
6
  anything that spans multiple periods, involves changing amounts, or requires
@@ -19,7 +19,7 @@
19
19
  - **`apply_credit_to_invoice(...)` / `create_customer_credit_note(...)`** — step 6 specific write-off pattern: when individual invoices are deemed unrecoverable, write them off via credit note OR direct payment with `paymentMethod: 'DEBT_WRITE_OFF'` (per memory rule).
20
20
 
21
21
  ### Cross-references
22
- - Within an engagement: invoked from `practice/references/annual-statutory.md` step 4d (Y4 in `year-end-close.md`) for FY-end ECL; from `practice/references/quarterly-gst.md` step Q if quarterly cadence is set; rarely from monthly-close (mental check only).
22
+ - Within an engagement: invoked from `practice/references/annual-statutory.md` step 4d (Y4 in `year-end-close.md`) for FY-end ECL; from `practice/references/quarterly-gst.md` step 8 if quarterly cadence is set; rarely from monthly-close (mental check during step 8 variance only).
23
23
  - Sibling: `provisions.md` (engine `provision`) — IAS 37 provisions with PV unwinding pattern, more complex than this recipe.
24
24
  - IFRS / accounting context: IFRS 9.5.5.15 (simplified approach mandatory for trade receivables); IFRS 9.B5.5.35 (provision matrix). For specific large customers in stage-3 (objective evidence of impairment): supplement this recipe with specific impairment via `create_customer_credit_note` per customer.
25
25
 
@@ -193,7 +193,7 @@ Write-offs reduce both the gross AR balance AND offset against the existing Allo
193
193
  ## Cross-references back to engagements
194
194
 
195
195
  - `practice/references/annual-statutory.md` step 4d (Y4) — year-end ECL true-up. Practice playbook reads `CLIENT.ecl_loss_rate_matrix` for the bucket rates and `CLIENT.materiality_threshold` for skip-or-post decision.
196
- - `practice/references/quarterly-gst.md` step Q (where applicable) — quarterly ECL review for clients on quarterly cadence.
197
- - `practice/references/monthly-close.md` step 13 — mental ECL check only; formal recipe runs annually/quarterly.
196
+ - `practice/references/quarterly-gst.md` step 8 (where applicable) — quarterly ECL review for clients on quarterly cadence.
197
+ - `practice/references/monthly-close.md` step 8 — mental ECL cross-check during variance analysis only; formal recipe runs annually/quarterly.
198
198
  - `audit-prep.md` step 8 — supporting schedule via the most recent `ECL Provision` capsule + the underlying `clio calc ecl` JSON. Auditor tests rate appropriateness against actual historical loss data.
199
199
  - Sibling `provisions.md` (engine `provision`) — IAS 37 provisions with PV unwinding (more complex pattern).
@@ -143,12 +143,12 @@ After the FINAL period (60th repayment) is finalized:
143
143
  - **Interest-only period:** Not supported by the loan calculator. Workaround: post N manual interest-only journals via `create_journal` (Dr Interest Expense / Cr Cash) for the interest-only window, then run `plan_recipe(recipe: 'loan', ...)` from the start of the amortizing window with the full outstanding principal.
144
144
  - **Multi-currency loan (USD loan with SGD base):** Pass `currency: 'USD'`. Disbursement records via `currency: { sourceCurrency: 'USD' }` per `jaz-api/SKILL.md` rule 25. Monthly repayments stay in USD. Period-end FX revaluation against base currency is auto-handled by Jaz (Loan Payable is a monetary item per IAS 21.23 — Jaz auto-translates at closing rate). Verify via `practice/references/monthly-close.md` step 6 verification flow; do NOT invoke `execute_recipe(recipe: 'fx-reval', ...)`.
145
145
  - **Loan origination fees:** Out of scope for this recipe (the engine's IFRS 9 effective-interest treatment doesn't currently amortize fees into the EIR). Post fees as a separate manual journal: Dr `Operating Expense > Loan Origination Fee` / Cr Cash. For IFRS 9 EIR-amortized fees, model the fee as `prepaid-expense` over the loan term.
146
- - **Year-end current/non-current reclassification:** Out of scope for the engine — manual annual journal: Dr Loan Payable Non-Current / Cr Loan Payable Current for the next 12 months' principal portion. Practice playbook `practice/references/annual-statutory.md` step 8 covers this.
146
+ - **Year-end current/non-current reclassification:** Out of scope for the engine — manual annual journal: Dr Loan Payable Non-Current / Cr Loan Payable Current for the next 12 months' principal portion. Job blueprint `jobs/references/year-end-close.md` Y6 covers this.
147
147
 
148
148
  ---
149
149
 
150
150
  ## Cross-references back to engagements
151
151
 
152
152
  - `practice/references/monthly-close.md` step 4 — explicitly excludes loan interest from monthly accruals because the loan scheduler emits it automatically. Practitioner should never post a manual loan-interest accrual.
153
- - `practice/references/annual-statutory.md` step 8 — current/non-current reclassification of the next 12 months' principal portion (manual journal pattern, not engine-managed).
153
+ - `jobs/references/year-end-close.md` Y6 — current/non-current reclassification of the next 12 months' principal portion (manual journal pattern, not engine-managed).
154
154
  - `practice/references/onboarding.md` — when the prior firm carried a loan, the opening trial balance includes the outstanding balance. Conversion (`jaz-conversion/SKILL.md § Option 2`) loads it via the `Conversion Clearing > Loan` account; this recipe then runs from the migration date forward only (do NOT model historical periods retroactively).
@@ -22,7 +22,7 @@ CWIP costs accumulate as construction progresses — multiple bills from contrac
22
22
  - **`generate_trial_balance(period_end: <date>)`** — step 5 verify CWIP balance is zero post-transfer; FA balance reflects new asset.
23
23
 
24
24
  ### Cross-references
25
- - Within an engagement: invoked from `practice/references/monthly-close.md` step 11 (per active capital project per `CLIENT.capital_projects[]`); from `practice/references/annual-statutory.md` step 4 (year-end review of CWIP balances — IAS 16.20 capitalization criteria; flag any CWIP not capitalized for > 12 months as potential expense).
25
+ - Within an engagement: invoked from `practice/references/monthly-close.md` step 7 (per active capital project per `CLIENT.capital_projects[]`); from `practice/references/annual-statutory.md` step 4h (year-end review of CWIP balances — IAS 16.20 capitalization criteria; flag any CWIP not capitalized for > 12 months as potential expense).
26
26
  - Sibling: `bank-loan.md` (financing the construction often ties together — the loan funds the CWIP); `declining-balance.md` / `asset-disposal.md` for post-capitalization lifecycle.
27
27
  - IFRS / accounting context: IAS 16.16-22 (cost components includable in PP&E during construction); IAS 16.23 (capitalization stops when asset is in location and condition for intended use); IAS 23 (borrowing costs eligible for capitalization on qualifying assets).
28
28
 
@@ -217,8 +217,8 @@ Close the project capsule (or keep ACTIVE for traceability — the FA still refe
217
217
 
218
218
  ## Cross-references back to engagements
219
219
 
220
- - `practice/references/monthly-close.md` step 11 — review active CWIP per project; flag any pending completion.
221
- - `practice/references/annual-statutory.md` step 4 — year-end review: any CWIP balance > 12 months without completion should be questioned (auditor will). Either complete the transfer, or impair if abandoned.
220
+ - `practice/references/monthly-close.md` step 7 — review active CWIP per project; flag any pending completion.
221
+ - `practice/references/annual-statutory.md` step 4h — year-end review: any CWIP balance > 12 months without completion should be questioned (auditor will). Either complete the transfer, or impair if abandoned.
222
222
  - `audit-prep.md` step 8 — supporting schedule: per project capsule, all bills + transfer journal + FA registration. Auditor traces from individual bills → CWIP balance → FA cost.
223
223
  - `bank-loan.md` — if construction is loan-financed, pair this recipe with the loan recipe; capitalize interest during construction per IAS 23.
224
224
  - `asset-disposal.md` — when the eventual FA is later disposed (typically many years after construction).
@@ -18,7 +18,7 @@
18
18
  - **`bulk_update_journals(items: [{resourceId: <id>, saveAsDraft: false}, ...])`** — step 5 monthly: finalize this period's pre-emitted DRAFT depreciation journal.
19
19
 
20
20
  ### Cross-references
21
- - Within an engagement: invoked from `practice/references/monthly-close.md` step 9 (only when an asset uses non-SL method — Jaz native FA handles SL automatically). For SL: `create_fixed_asset` directly via `fixed-assets` tool family; do NOT use this recipe.
21
+ - Within an engagement: invoked from `practice/references/monthly-close.md` step 5 (only when an asset uses non-SL method — Jaz native FA handles SL automatically). For SL: `create_fixed_asset` directly via `fixed-assets` tool family; do NOT use this recipe.
22
22
  - Sibling: `asset-disposal.md` for end-of-life de-recognition; `ifrs16-lease.md` (lease engine) which uses SL depreciation via the FA register because ROU is always SL under IFRS 16.
23
23
  - IFRS / accounting context: IAS 16.62 — depreciation method should reflect the pattern of consumption of the asset's economic benefits. DDB / 150DB are valid alternatives to SL when usage is front-loaded (vehicles, technology). NOT for buildings, land improvements (always SL).
24
24
 
@@ -136,8 +136,8 @@ After the FINAL period (month 60):
136
136
 
137
137
  ## Cross-references back to engagements
138
138
 
139
- - `practice/references/monthly-close.md` step 9 — invoked monthly only when an asset uses non-SL. SL depreciation runs through Jaz native FA register automatically (no recipe needed).
140
- - `practice/references/annual-statutory.md` step 4b — full FY-end depreciation reconciliation: sum 12 monthly journals against `clio calc depreciation --frequency annual` cross-check; auditor will sample-test.
139
+ - `practice/references/monthly-close.md` step 5 — invoked monthly only when an asset uses non-SL. SL depreciation runs through Jaz native FA register automatically (no recipe needed).
140
+ - `practice/references/annual-statutory.md` step 4a — full FY-end depreciation reconciliation: sum 12 monthly journals against `clio calc depreciation --frequency annual` cross-check; auditor will sample-test.
141
141
  - `practice/references/onboarding.md` — opening accumulated depreciation loaded via conversion (Conversion Clearing > Accumulated Depreciation account); recipe runs forward from the migration date with `cost: <NBV at migration>` instead of original cost. Useful-life-years should be `remaining life`, not original.
142
142
  - Sibling recipe `asset-disposal.md` — end-of-life de-recognition.
143
143
  - `audit-prep.md` step 8 — supporting schedule via `search_capsules(filter: {capsuleType: {eq: 'Depreciation'}})` + per-capsule `clio calc depreciation` recompute.
@@ -21,7 +21,7 @@
21
21
  - **`bulk_update_journals(items: [{resourceId: <id>, saveAsDraft: false}, ...])`** — step 5 monthly: finalize this period's pre-emitted DRAFT recognition journal.
22
22
 
23
23
  ### Cross-references
24
- - Within an engagement: invoked from `practice/references/monthly-close.md` step 8 (finalize this period's pre-emitted journal for existing capsules; create a new capsule for any new deferred arrangement starting this period).
24
+ - Within an engagement: invoked from `practice/references/monthly-close.md` step 7 (finalize this period's pre-emitted journal for existing capsules; create a new capsule for any new deferred arrangement starting this period).
25
25
  - Sibling recipes: `prepaid-amortization.md` (mirror — same engine pattern, opposite direction).
26
26
  - IFRS / accounting context: IFRS 15 — revenue recognition over time when control transfers gradually (subscriptions, retainers, multi-period service contracts). The recipe assumes ratable straight-line recognition; for stage-based / milestone billing, use a different pattern (see Variations).
27
27
 
@@ -140,7 +140,7 @@ If customer cancels mid-term: invoke ad-hoc adjustment — delete remaining DRAF
140
140
 
141
141
  ## Cross-references back to engagements
142
142
 
143
- - `practice/references/monthly-close.md` step 8 — invoked monthly to finalize this period's pre-emitted recognition journal per existing Deferred Revenue capsule, AND to plan/execute new capsules when a fresh deferred arrangement starts in the period.
143
+ - `practice/references/monthly-close.md` step 7 — invoked monthly to finalize this period's pre-emitted recognition journal per existing Deferred Revenue capsule, AND to plan/execute new capsules when a fresh deferred arrangement starts in the period.
144
144
  - `practice/references/onboarding.md` — opening trial balance may include opening Deferred Revenue (subscriptions in flight at conversion date). Conversion (`jaz-conversion/SKILL.md § Option 2`) loads the opening balance via clearing account; this recipe then sets up forward recognition only (do NOT model historical periods retroactively).
145
145
  - `practice/references/annual-statutory.md` step 1 — final monthly close before year-end-close handles the December recognition journal; year-end-close confirms Deferred Revenue is correctly classified as current vs non-current liability for BS presentation.
146
146
  - Sibling recipe `prepaid-amortization.md` — same engine pattern from the buyer's perspective.
@@ -33,7 +33,7 @@ The two patterns share the same `Employee Benefits` capsule type but use differe
33
33
  - For year-end true-up: see `year-end-close.md` Y2 — manual journal pattern with HR-supplied actuals.
34
34
 
35
35
  ### Cross-references
36
- - Within an engagement: invoked from `practice/references/monthly-close.md` step 10 (monthly leave) and `practice/references/annual-statutory.md` Y2 (annual leave + bonus true-ups).
36
+ - Within an engagement: invoked from `practice/references/monthly-close.md` step 4 (monthly leave) and `practice/references/annual-statutory.md` step 4f (Y2 in `year-end-close.md` bonus accrual true-up).
37
37
  - Sibling: `accrued-expenses.md` (the engine that drives the bonus pattern); `dividend.md` (annual P&L distribution to shareholders, mirror to bonus).
38
38
  - IFRS / accounting context: IAS 19.11 (short-term employee benefits — recognized as expense in the period the service is rendered); IAS 19.13 (accrual of leave entitlement); IAS 19.19 (recognition criteria for bonuses — present obligation + reliable estimate).
39
39
 
@@ -174,7 +174,6 @@ Per quarter-end-close (`quarter-end-close.md`):
174
174
 
175
175
  ## Cross-references back to engagements
176
176
 
177
- - `practice/references/monthly-close.md` step 10 — monthly leave-accrual finalize per existing leave capsule.
178
- - `practice/references/quarterly-gst.md` step Q (where applicable) — quarterly bonus accrual + reversal pair finalize.
179
- - `practice/references/annual-statutory.md` Y2 — both leave and bonus true-ups against actuals; transition from accrual to actual cash payment in early Q1 next FY.
177
+ - `practice/references/monthly-close.md` step 4 — monthly leave-accrual finalize per existing leave capsule.
178
+ - `practice/references/annual-statutory.md` step 4f (Y2 in `year-end-close.md`) — both leave and bonus true-ups against actuals; transition from accrual to actual cash payment in early Q1 next FY. (No quarterly bonus-accrual step exists in `quarterly-gst.md` — true-up runs annually only.)
180
179
  - Sibling `accrued-expenses.md` — the engine that drives the bonus pattern; full error table + variations there.
@@ -139,7 +139,7 @@ If you genuinely need to know whether auto-FX is enabled for a specific org: che
139
139
 
140
140
  ## Cross-references back to engagements
141
141
 
142
- - `practice/references/monthly-close.md` step 6 — VERIFICATION ONLY. Confirm Jaz's auto-posted FX gain/loss matches independent calc; surface variance only. The prior step-6 wording calling for `plan_recipe` + `execute_recipe` is wrong and will be corrected in a follow-up R8.x patch.
142
+ - `practice/references/monthly-close.md` step 6 — VERIFICATION ONLY. Confirm Jaz's auto-posted FX gain/loss matches independent calc; surface variance only.
143
143
  - `practice/references/quarterly-gst.md` step 6 — same.
144
- - `practice/references/annual-statutory.md` step 4f — FY-end FX verification feeds audit-prep step 8 supporting schedules; auditors want the independent recomputation alongside Jaz's auto-posted journals.
144
+ - `practice/references/annual-statutory.md` step 4c — FY-end FX verification feeds audit-prep step 8 supporting schedules; auditors want the independent recomputation alongside Jaz's auto-posted journals.
145
145
  - `audit-prep.md` step 8 — receives the verification file as a supporting schedule.
@@ -110,6 +110,6 @@ Month 60: final depreciation post. NBV = 0. Decommission FA via `update_fixed_as
110
110
 
111
111
  ## Cross-references back to engagements
112
112
 
113
- - See `ifrs16-lease.md` cross-references — same engagement contexts (monthly-close step 7, annual-statutory step 8 for current/non-current reclass).
113
+ - See `ifrs16-lease.md` cross-references — same engagement contexts (monthly-close step 7, `jobs/references/year-end-close.md` Y6 for current/non-current reclass).
114
114
  - Sibling recipe `ifrs16-lease.md` — full step-by-step + error table + non-HP variations.
115
115
  - `asset-disposal.md` — when HP'd asset is eventually sold/scrapped (typically after month 60 = end of useful life).
@@ -21,7 +21,7 @@
21
21
  - **`generate_fa_summary(period_end: <date>)`** — step 5 verify Jaz auto-posted ROU depreciation.
22
22
 
23
23
  ### Cross-references
24
- - Within an engagement: invoked from `practice/references/monthly-close.md` step 7 (verify scheduler / pre-emitted unwinding journal + verify Jaz FA posted ROU depreciation), `annual-statutory.md` step 4 (current/non-current reclassification of the next 12 months' principal portion).
24
+ - Within an engagement: invoked from `practice/references/monthly-close.md` step 7 (verify scheduler / pre-emitted unwinding journal + verify Jaz FA posted ROU depreciation), `jobs/references/year-end-close.md` Y6 (current/non-current reclassification of the next 12 months' principal portion).
25
25
  - Sibling recipes: `bank-loan.md` (similar amortization pattern but no FA dimension); `hire-purchase.md` (shares the lease engine but with different useful-life-months per asset).
26
26
  - IFRS / accounting context: IFRS 16 paragraphs 22-25 (recognition), 36 (subsequent measurement), 47 (lease liability re-measurement).
27
27
 
@@ -164,14 +164,14 @@ After the FINAL period (month 36):
164
164
  - **Variable rent** (CPI-linked, turnover-linked): NOT supported by initial recipe. Recompute PV at each reset event and re-measure manually.
165
165
  - **Multi-currency lease** (USD payments from SGD bank): pass `currency: 'USD'`. ROU + Lease Liability denominate in USD; Jaz auto-translates BS balances at closing rate per IAS 21.23 (do NOT invoke `fx-reval` recipe).
166
166
  - **Lease with prepayments** (initial payment at signing): post the prepayment as `create_cash_out_entry` against ROU Asset BEFORE invoking the recipe. The recipe's PV calculation should exclude the upfront payment portion.
167
- - **Year-end current/non-current reclassification**: Out of scope for the engine. Manual annual journal: Dr Lease Liability (Non-Current) / Cr Lease Liability (Current) for the next 12 months' principal portion. Practice playbook `practice/references/annual-statutory.md` step 8 covers this.
167
+ - **Year-end current/non-current reclassification**: Out of scope for the engine. Manual annual journal: Dr Lease Liability (Non-Current) / Cr Lease Liability (Current) for the next 12 months' principal portion. Job blueprint `jobs/references/year-end-close.md` Y6 covers this.
168
168
 
169
169
  ---
170
170
 
171
171
  ## Cross-references back to engagements
172
172
 
173
173
  - `practice/references/monthly-close.md` step 7 — invoked monthly to finalize this period's pre-emitted unwinding DRAFT (5a) + verify Jaz auto-posted ROU depreciation (5b).
174
- - `practice/references/annual-statutory.md` step 8 — current/non-current reclassification (manual annual journal) + auditor sample-test of the lease schedule via `clio calc lease`.
174
+ - `jobs/references/year-end-close.md` Y6 — current/non-current reclassification (manual annual journal) + auditor sample-test of the lease schedule via `clio calc lease`.
175
175
  - `practice/references/onboarding.md` — opening lease balances loaded via conversion (`jaz-conversion/SKILL.md § Option 2` with the Conversion Clearing > Lease account); recipe runs forward only from migration date.
176
176
  - `audit-prep.md` step 8 — supporting schedule via `search_capsules(filter: {capsuleType: {eq: 'Lease'}})` + per-capsule `clio calc lease` recompute. Auditor reconciles to TB Lease Liability + ROU Asset NBV.
177
177
  - Sibling recipe `hire-purchase.md` — same engine, different useful-life parameter.
@@ -28,7 +28,7 @@ Intercompany requires posting MIRRORED entries in TWO different Jaz orgs (Entity
28
28
  - NEVER mix. Cross-org pollution corrupts both entities' books.
29
29
 
30
30
  ### Cross-references
31
- - Within an engagement: invoked from `practice/references/monthly-close.md` step 11 (intercompany leg of monthly close, only for clients with active intercompany arrangements per `CLIENT.intercompany_arrangements[]`).
31
+ - Within an engagement: invoked from `practice/references/monthly-close.md` step 7 (intercompany leg of monthly close, only for clients with active intercompany arrangements per `CLIENT.intercompany_arrangements[]`).
32
32
  - Sibling: `dividend.md` (cross-entity equity distribution — also requires multi-org coordination).
33
33
  - IFRS / accounting context: IAS 24 (related-party disclosure); intercompany balances ELIMINATE at consolidation per IFRS 10.B86 (consolidation procedures).
34
34
 
@@ -178,7 +178,7 @@ For consolidation (if the practitioner manages a group): the matched IC balances
178
178
  | Cross-FX intercompany | Entity A in SGD, Entity B in USD — IC Receivable in A doesn't match USD-equivalent in B | Both sides should agree on the transaction-currency amount (e.g., USD 15,000). Translation to base currency happens at each entity's books separately. Reconciliation at the SOURCE currency level, not base. |
179
179
  | Transfer-pricing dispute (IRAS audit) | (process — separate from posting) | IC charges must satisfy arm's-length principle (SG: ITA s34D / OECD TPG). Maintain a transfer-pricing study. Practice playbook should reference `CLIENT.transfer_pricing_documentation`. |
180
180
  | Both entities forget to post | (audit risk) | Year-end audit-prep step — auditor reconciles IC balances. Build a quarterly review into the engagement playbook. |
181
- | Settlement reference mismatch | Bank-recon doesn't match IC payment to bill payment | Use a consistent `IC-PAY-YYYY-MM-XX` reference convention. Document in `practice/references/monthly-close.md` step 11. |
181
+ | Settlement reference mismatch | Bank-recon doesn't match IC payment to bill payment | Use a consistent `IC-PAY-YYYY-MM-XX` reference convention. Document in `practice/references/monthly-close.md` step 7. |
182
182
 
183
183
  ---
184
184
 
@@ -194,8 +194,8 @@ For consolidation (if the practitioner manages a group): the matched IC balances
194
194
 
195
195
  ## Cross-references back to engagements
196
196
 
197
- - `practice/references/monthly-close.md` step 11 — invoked monthly per active IC arrangement in `CLIENT.intercompany_arrangements[]`. Practice playbook orchestrates multi-org context switching (load entity A → post → load entity B → post → reconcile).
198
- - `practice/references/annual-statutory.md` step 4 — full FY IC reconciliation; auditor sample-tests.
197
+ - `practice/references/monthly-close.md` step 7 — invoked monthly per active IC arrangement in `CLIENT.intercompany_arrangements[]`. Practice playbook orchestrates multi-org context switching (load entity A → post → load entity B → post → reconcile).
198
+ - `practice/references/annual-statutory.md` step 4g — full FY IC reconciliation; auditor sample-tests.
199
199
  - `audit-prep.md` step 8 — IC balances supporting schedule; auditor independently confirms with the counter-entity.
200
200
  - Sibling `dividend.md` — cross-entity equity distribution; same multi-org coordination pattern.
201
201
  - `practice/references/onboarding.md` — multi-org practitioner workflow setup; CLIENT.md per entity with `jaz_api_key_override` per client.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaz-clio",
3
- "version": "5.4.33",
3
+ "version": "5.4.34",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {