Implement RESOURCE-WP-0005: entity register, V0.1 terms parameters, entity association on inventory and planning records, transfer-price and credit-state arithmetic, monthly settlement, and entity views on the portfolio report. Live close emits nothing until delivered cost is known. Handoffs are FIN-WP-0006 and RAILIANCE-WP-0017.
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"schema_version": "0.1",
|
|
"terms_version": "0.1",
|
|
"entities": [
|
|
{
|
|
"id": "entity:binky",
|
|
"display_name": "Binky",
|
|
"role": "umbrella",
|
|
"credit_limit_eur": "1000.00",
|
|
"account_ref": null,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "entity:frontier",
|
|
"display_name": "Frontier",
|
|
"role": "consumer",
|
|
"credit_limit_eur": "1000.00",
|
|
"account_ref": null,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "entity:railiance",
|
|
"display_name": "Railiance",
|
|
"role": "provider",
|
|
"credit_limit_eur": null,
|
|
"account_ref": null,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "entity:netkingdom",
|
|
"display_name": "Netkingdom",
|
|
"role": "consumer",
|
|
"credit_limit_eur": "1000.00",
|
|
"account_ref": null,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "entity:helixforge",
|
|
"display_name": "Helixforge",
|
|
"role": "consumer",
|
|
"credit_limit_eur": "1000.00",
|
|
"account_ref": null,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "entity:coulomb",
|
|
"display_name": "Coulomb",
|
|
"role": "consumer",
|
|
"credit_limit_eur": "1000.00",
|
|
"account_ref": null,
|
|
"status": "active"
|
|
}
|
|
]
|
|
}
|