Asset Model
SampleAsset
org.acme.trading.SampleAsset - An asset named SampleAsset
| Name | Type | Description |
|---|---|---|
| assetId | string | The instance identifier for this type |
| value | string |
Commodity
org.acme.trading.Commodity - An asset named Commodity
| Name | Type | Description |
|---|---|---|
| tradingSymbol | string | The instance identifier for this type |
| description | string | |
| mainExchange | string | |
| quantity | number | |
| owner | string | The identifier of an instance of org.acme.trading.Trader |
AnotherCommodity
org.acme.trading.AnotherCommodity - An asset named AnotherCommodity
| Name | Type | Description |
|---|---|---|
| tradingSymbol | string | The instance identifier for this type |
| description | string | |
| mainExchange | string | |
| quantity | number | |
| owner | string | The identifier of an instance of org.acme.trading.Trader |
ACLs
Queries
still to do