Skip to content

Commit

Permalink
Updates for v2.0.569
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Mar 12, 2024
1 parent b1012b6 commit 557e1aa
Show file tree
Hide file tree
Showing 39 changed files with 6,663 additions and 128 deletions.
1,912 changes: 1,815 additions & 97 deletions sdk/api/openapi.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sdk/docs/AborApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public class Example {
String code = "code_example"; // String | The code of the Abor. Together with the scope this uniquely identifies the Abor.
String effectiveAt = "effectiveAt_example"; // String | The effective datetime or cut label at which to retrieve the Abor properties. Defaults to the current LUSID system datetime if not specified.
OffsetDateTime asAt = OffsetDateTime.now(); // OffsetDateTime | The asAt datetime at which to retrieve the Abor definition. Defaults to returning the latest version of the Abor definition if not specified.
List<String> propertyKeys = Arrays.asList(); // List<String> | A list of property keys from the 'Abor' domain to decorate onto the Abor. These must take the format {domain}/{scope}/{code}, for example 'Abor/Manager/Id'. If not provided will return all the entitled properties for that Abor.
List<String> propertyKeys = Arrays.asList(); // List<String> | A list of property keys from the 'Abor' domain to decorate onto the Abor. These must take the format {domain}/{scope}/{code}, for example 'Abor/Manager/Id'. If no properties are specified, then no properties will be returned.
try {
Abor result = apiInstance.getAbor(scope, code)
.effectiveAt(effectiveAt)
Expand All @@ -371,7 +371,7 @@ public class Example {
| **code** | **String**| The code of the Abor. Together with the scope this uniquely identifies the Abor. | |
| **effectiveAt** | **String**| The effective datetime or cut label at which to retrieve the Abor properties. Defaults to the current LUSID system datetime if not specified. | [optional] |
| **asAt** | **OffsetDateTime**| The asAt datetime at which to retrieve the Abor definition. Defaults to returning the latest version of the Abor definition if not specified. | [optional] |
| **propertyKeys** | [**List&lt;String&gt;**](String.md)| A list of property keys from the &#39;Abor&#39; domain to decorate onto the Abor. These must take the format {domain}/{scope}/{code}, for example &#39;Abor/Manager/Id&#39;. If not provided will return all the entitled properties for that Abor. | [optional] |
| **propertyKeys** | [**List&lt;String&gt;**](String.md)| A list of property keys from the &#39;Abor&#39; domain to decorate onto the Abor. These must take the format {domain}/{scope}/{code}, for example &#39;Abor/Manager/Id&#39;. If no properties are specified, then no properties will be returned. | [optional] |

### Return type

Expand Down
4 changes: 2 additions & 2 deletions sdk/docs/AborConfigurationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public class Example {
String code = "code_example"; // String | The code of the AborConfiguration. Together with the scope this uniquely identifies the AborConfiguration.
String effectiveAt = "effectiveAt_example"; // String | The effective datetime or cut label at which to retrieve the AborConfiguration properties. Defaults to the current LUSID system datetime if not specified.
OffsetDateTime asAt = OffsetDateTime.now(); // OffsetDateTime | The asAt datetime at which to retrieve the AborConfiguration definition. Defaults to returning the latest version of the AborConfiguration definition if not specified.
List<String> propertyKeys = Arrays.asList(); // List<String> | A list of property keys from the 'AborConfiguration' domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. If not provided will return all the entitled properties for that AborConfiguration.
List<String> propertyKeys = Arrays.asList(); // List<String> | A list of property keys from the 'AborConfiguration' domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example 'AborConfiguration/Manager/Id'. If no properties are specified, then no properties will be returned.
try {
AborConfiguration result = apiInstance.getAborConfiguration(scope, code)
.effectiveAt(effectiveAt)
Expand All @@ -214,7 +214,7 @@ public class Example {
| **code** | **String**| The code of the AborConfiguration. Together with the scope this uniquely identifies the AborConfiguration. | |
| **effectiveAt** | **String**| The effective datetime or cut label at which to retrieve the AborConfiguration properties. Defaults to the current LUSID system datetime if not specified. | [optional] |
| **asAt** | **OffsetDateTime**| The asAt datetime at which to retrieve the AborConfiguration definition. Defaults to returning the latest version of the AborConfiguration definition if not specified. | [optional] |
| **propertyKeys** | [**List&lt;String&gt;**](String.md)| A list of property keys from the &#39;AborConfiguration&#39; domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example &#39;AborConfiguration/Manager/Id&#39;. If not provided will return all the entitled properties for that AborConfiguration. | [optional] |
| **propertyKeys** | [**List&lt;String&gt;**](String.md)| A list of property keys from the &#39;AborConfiguration&#39; domain to decorate onto the AborConfiguration. These must take the format {domain}/{scope}/{code}, for example &#39;AborConfiguration/Manager/Id&#39;. If no properties are specified, then no properties will be returned. | [optional] |

### Return type

Expand Down
4 changes: 2 additions & 2 deletions sdk/docs/ChartOfAccountsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ public class Example {
String code = "code_example"; // String | The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.
String effectiveAt = "effectiveAt_example"; // String | The effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified.
OffsetDateTime asAt = OffsetDateTime.now(); // OffsetDateTime | The asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified.
List<String> propertyKeys = Arrays.asList(); // List<String> | A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If not provided will return all the entitled properties for that Chart of Accounts.
List<String> propertyKeys = Arrays.asList(); // List<String> | A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned.
try {
ChartOfAccounts result = apiInstance.getChartOfAccounts(scope, code)
.effectiveAt(effectiveAt)
Expand All @@ -842,7 +842,7 @@ public class Example {
| **code** | **String**| The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. | |
| **effectiveAt** | **String**| The effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified. | [optional] |
| **asAt** | **OffsetDateTime**| The asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified. | [optional] |
| **propertyKeys** | [**List&lt;String&gt;**](String.md)| A list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. If not provided will return all the entitled properties for that Chart of Accounts. | [optional] |
| **propertyKeys** | [**List&lt;String&gt;**](String.md)| A list of property keys from the &#39;ChartOfAccounts&#39; domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example &#39;ChartOfAccounts/Manager/Id&#39;. If no properties are specified, then no properties will be returned. | [optional] |

### Return type

Expand Down
3 changes: 2 additions & 1 deletion sdk/docs/CreateDerivedPropertyDefinitionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**domain** | [**DomainEnum**](#DomainEnum) | The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg | |
|**domain** | [**DomainEnum**](#DomainEnum) | The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg | |
|**scope** | **String** | The scope that the property exists in. | |
|**code** | **String** | The code of the property. Together with the domain and scope this uniquely identifies the property. | |
|**displayName** | **String** | The display name of the property. | |
Expand Down Expand Up @@ -54,6 +54,7 @@
| CUSTODIANACCOUNT | &quot;CustodianAccount&quot; |
| ABOR | &quot;Abor&quot; |
| ABORCONFIGURATION | &quot;AborConfiguration&quot; |
| FUND | &quot;Fund&quot; |
| RECONCILIATION | &quot;Reconciliation&quot; |
| PROPERTYDEFINITION | &quot;PropertyDefinition&quot; |
| COMPLIANCE | &quot;Compliance&quot; |
Expand Down
3 changes: 2 additions & 1 deletion sdk/docs/CreatePropertyDefinitionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**domain** | [**DomainEnum**](#DomainEnum) | The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg | |
|**domain** | [**DomainEnum**](#DomainEnum) | The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg | |
|**scope** | **String** | The scope that the property exists in. | |
|**code** | **String** | The code of the property. Together with the domain and scope this uniquely identifies the property. | |
|**valueRequired** | **Boolean** | This field is not implemented and should be disregarded. | [optional] |
Expand Down Expand Up @@ -57,6 +57,7 @@
| CUSTODIANACCOUNT | &quot;CustodianAccount&quot; |
| ABOR | &quot;Abor&quot; |
| ABORCONFIGURATION | &quot;AborConfiguration&quot; |
| FUND | &quot;Fund&quot; |
| RECONCILIATION | &quot;Reconciliation&quot; |
| PROPERTYDEFINITION | &quot;PropertyDefinition&quot; |
| COMPLIANCE | &quot;Compliance&quot; |
Expand Down
14 changes: 14 additions & 0 deletions sdk/docs/DayMonth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# DayMonth


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**day** | **Integer** | Day part of Day, Month for Year End date specification. | |
|**month** | **Integer** | Month part of Day, Month for Year End date specification. | |



26 changes: 26 additions & 0 deletions sdk/docs/Fund.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


# Fund

A Fund entity.

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**href** | **URI** | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. | [optional] |
|**id** | [**ResourceId**](ResourceId.md) | | |
|**displayName** | **String** | The name of the Fund. | [optional] |
|**description** | **String** | A description for the Fund. | [optional] |
|**aborId** | [**ResourceId**](ResourceId.md) | | |
|**shareClassInstruments** | [**List&lt;InstrumentResolutionDetail&gt;**](InstrumentResolutionDetail.md) | Details the user-provided instrument identifiers and the instrument resolved from them. | [optional] |
|**type** | **String** | The type of fund; &#39;Standalone&#39;, &#39;Master&#39; or &#39;Feeder&#39; | |
|**inceptionDate** | **OffsetDateTime** | Inception date of the Fund | |
|**decimalPlaces** | **Integer** | Number of decimal places for reporting | [optional] |
|**yearEndDate** | [**DayMonth**](DayMonth.md) | | |
|**properties** | [**Map&lt;String, Property&gt;**](Property.md) | A set of properties for the Fund. | [optional] |
|**version** | [**Version**](Version.md) | | [optional] |
|**links** | [**List&lt;Link&gt;**](Link.md) | | [optional] |



16 changes: 16 additions & 0 deletions sdk/docs/FundProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


# FundProperties


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**href** | **URI** | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. | [optional] |
|**properties** | [**Map&lt;String, Property&gt;**](Property.md) | The Fund properties. These will be from the &#39;Fund&#39; domain. | [optional] |
|**version** | [**Version**](Version.md) | | [optional] |
|**links** | [**List&lt;Link&gt;**](Link.md) | | [optional] |



24 changes: 24 additions & 0 deletions sdk/docs/FundRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


# FundRequest

The request used to create a Fund.

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**code** | **String** | The code given for the Fund. | |
|**displayName** | **String** | The name of the Fund. | [optional] |
|**description** | **String** | A description for the Fund. | [optional] |
|**aborId** | [**ResourceId**](ResourceId.md) | | |
|**shareClassInstrumentScopes** | **List&lt;String&gt;** | The scopes in which the instruments lie. | [optional] |
|**shareClassInstruments** | [**List&lt;InstrumentResolutionDetail&gt;**](InstrumentResolutionDetail.md) | Details the user-provided instrument identifiers and the instrument resolved from them. | [optional] |
|**type** | **String** | The type of fund; &#39;Standalone&#39;, &#39;Master&#39; or &#39;Feeder&#39; | |
|**inceptionDate** | **OffsetDateTime** | Inception date of the Fund | |
|**decimalPlaces** | **Integer** | Number of decimal places for reporting | [optional] |
|**yearEndDate** | [**DayMonth**](DayMonth.md) | | |
|**properties** | [**Map&lt;String, Property&gt;**](Property.md) | A set of properties for the Fund. | [optional] |



Loading

0 comments on commit 557e1aa

Please sign in to comment.