Placements
flPlacementDelete
Delete Placements in LUSID
Parameters
| Name | Description | Required Field | Format | Example |
|---|---|---|---|---|
| scope | Scope of the Placement | Yes | String | "FinbourneExamples" |
| code | Unique identifier of the Placement | Yes | String | test-order |
flPlacementGet
Get a placement
Parameters
| Name | Description | Required Field | Format | Example |
|---|---|---|---|---|
| scope | Placement's scope | Yes | String | "FinbourneExamples" |
| code | Placement's code | Yes | String | test-order |
| as_at_date | AsAt date of the placement | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
| placement property keys | List of property keys to paint onto placements | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |
flPlacementsAdd
Create one or more Placements
Parameters
| Name | Description | Required Field | Format | Example |
|---|---|---|---|---|
| Placement cells | Populated table from flPlacementsAdd_Template | Yes | Cell reference | See template |
flPlacementsAdd_Template
Creates a template for adding placements
flPlacementsList
Get a list of placements
Parameters
| Name | Description | Required Field | Format | Example |
|---|---|---|---|---|
| as_at_date | AsAt date of the placement | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
| limit | Limit the number of returned results to this many | No | Whole number | 50 |
| filter | Filter results based on filtering expression | No | filtering expression | id.code eq 'test-code' |
| placement property keys | List of property keys to paint onto placements | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |