Allocations
flAllocationDelete
Delete allocations in LUSID
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Scope of the allocation | Yes | String | "FinbourneExamples" |
code | Unique identifier of the allocation | Yes | String | test-order |
flAllocationGet
Get an allocation
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Allocation's scope | Yes | String | "FinbourneExamples" |
code | Allocation's code | Yes | String | test-order |
as_at_date | AsAt date of the allocation | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
allocation property keys | List of property keys to paint onto allocations | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |
flAllocationsAdd
Create one or more allocations
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
allocation cells | Populated table from flAllocationsAdd_Template | Yes | Cell reference | See template |
flAllocationsAdd_Template
Creates a template for adding allocations
flAllocationsList
Get a list of allocations
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
as_at_date | AsAt date of the allocation | 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 the filtering expression | No | filtering expression | id.code eq 'test-code' |
allocation property keys | List of property keys to paint onto allocations | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |