Invoke Skill Prepare Asc360 Memo
post
/api/v1/skills/prepare.asc360.memo/invokePrepare an ASC 360 capex memo (PP&E capitalise-vs-expense, depreciation, impairment). Deterministic engine: capitalised cost = sum of GROUNDED cost components; depreciation = depreciable base / useful life; impairment via the recoverability test. An ungrounded capitalisation policy or cost component is FLAGGED for partner input β never printed as a cost.
Request bodyapplication/json
| Field | Type | Description |
|---|---|---|
subject_entity | string | null | β |
cost_componentsrequired | any[] | β |
capitalisation_policy | any | null | β |
salvage_value | number | integer | β |
useful_liferequired | integer | β |
lhi_cost | number | integer | null | β |
lhi_useful_life | integer | null | β |
remaining_lease_term | integer | null | β |
carrying_amount | number | integer | any | null | β |
sum_undiscounted_cash_flows | number | integer | any | null | β |
fair_value | number | integer | any | null | β |
Responses
200Skill executed successfully
| Field | Type | Description | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
skillrequired | string | β | |||||||||||||||||||||||||||||||||||||||
outputrequired | object | βshow nested
| |||||||||||||||||||||||||||||||||||||||
correlation_idrequired | string | β |
401Authentication required
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
403Insufficient permissions
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
404Skill not found
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
429Rate limit exceeded
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
5XXInternal server error
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
curl https://api.dev.arch.ie/api/v1/skills/prepare.asc360.memo/invoke \
-X POST \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{
"subject_entity": null,
"cost_components": [
null
],
"capitalisation_policy": null,
"salvage_value": null,
"useful_life": 0,
"lhi_cost": null,
"lhi_useful_life": null,
"remaining_lease_term": null,
"carrying_amount": null,
"sum_undiscounted_cash_flows": null,
"fair_value": null
}'