Skip to content

Commit

Permalink
Updates for v2.0.1090
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Sep 26, 2024
1 parent 862b8f9 commit 941f30b
Show file tree
Hide file tree
Showing 43 changed files with 5,015 additions and 685 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This code is automatically generated by the [OpenAPI Generator](https://openapi-

## Versions

- API version: 0.11.6865
- SDK version: 2.0.1084
- API version: 0.11.6870
- SDK version: 2.0.1090

## Requirements

Expand All @@ -47,7 +47,7 @@ Add this dependency to your pom.xml
<dependency>
<groupId>com.finbourne</groupId>
<artifactId>lusid-sdk</artifactId>
<version>2.0.1084</version>
<version>2.0.1090</version>
</dependency>
```

Expand All @@ -61,7 +61,7 @@ Add this dependency to your build.gradle
}
dependencies {
implementation "com.finbourne:lusid-sdk:2.0.1084"
implementation "com.finbourne:lusid-sdk:2.0.1090"
}
```

Expand Down
8 changes: 8 additions & 0 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Class | Method | HTTP request | Description
*DerivedTransactionPortfoliosApi* | [**deleteDerivedPortfolioDetails**](docs/DerivedTransactionPortfoliosApi.md#deletederivedportfoliodetails) | **DELETE** /api/derivedtransactionportfolios/{scope}/{code}/details | [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details
*EntitiesApi* | [**getCustomEntityByEntityUniqueId**](docs/EntitiesApi.md#getcustomentitybyentityuniqueid) | **GET** /api/entities/customentities/{entityUniqueId} | [EXPERIMENTAL] GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId
*EntitiesApi* | [**getDataTypeByEntityUniqueId**](docs/EntitiesApi.md#getdatatypebyentityuniqueid) | **GET** /api/entities/datatypes/{entityUniqueId} | [EXPERIMENTAL] GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId
*EntitiesApi* | [**getEntityHistory**](docs/EntitiesApi.md#getentityhistory) | **GET** /api/entities/{entityType}/{entityUniqueId}/history | [EXPERIMENTAL] GetEntityHistory: List an entity's history information
*EntitiesApi* | [**getInstrumentByEntityUniqueId**](docs/EntitiesApi.md#getinstrumentbyentityuniqueid) | **GET** /api/entities/instruments/{entityUniqueId} | [EXPERIMENTAL] GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId
*EntitiesApi* | [**getPortfolioByEntityUniqueId**](docs/EntitiesApi.md#getportfoliobyentityuniqueid) | **GET** /api/entities/portfolios/{entityUniqueId} | [EXPERIMENTAL] GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId
*EntitiesApi* | [**getPortfolioChanges**](docs/EntitiesApi.md#getportfoliochanges) | **GET** /api/entities/changes/portfolios | GetPortfolioChanges: Get the next change to each portfolio in a scope.
Expand All @@ -207,6 +208,7 @@ Class | Method | HTTP request | Description
*FundConfigurationApi* | [**deleteFundConfiguration**](docs/FundConfigurationApi.md#deletefundconfiguration) | **DELETE** /api/fundconfigurations/{scope}/{code} | [EXPERIMENTAL] DeleteFundConfiguration: Delete a FundConfiguration.
*FundConfigurationApi* | [**getFundConfiguration**](docs/FundConfigurationApi.md#getfundconfiguration) | **GET** /api/fundconfigurations/{scope}/{code} | [EXPERIMENTAL] GetFundConfiguration: Get FundConfiguration.
*FundConfigurationApi* | [**listFundConfigurations**](docs/FundConfigurationApi.md#listfundconfigurations) | **GET** /api/fundconfigurations | [EXPERIMENTAL] ListFundConfigurations: List FundConfiguration.
*FundConfigurationApi* | [**patchFundConfiguration**](docs/FundConfigurationApi.md#patchfundconfiguration) | **PATCH** /api/fundconfigurations/{scope}/{code} | [EXPERIMENTAL] PatchFundConfiguration: Patch Fund Configuration.
*FundConfigurationApi* | [**upsertFundConfigurationProperties**](docs/FundConfigurationApi.md#upsertfundconfigurationproperties) | **POST** /api/fundconfigurations/{scope}/{code}/properties/$upsert | [EXPERIMENTAL] UpsertFundConfigurationProperties: Upsert FundConfiguration properties
*FundsApi* | [**acceptEstimateValuationPoint**](docs/FundsApi.md#acceptestimatevaluationpoint) | **POST** /api/funds/{scope}/{code}/valuationpoints/$acceptestimate | [EXPERIMENTAL] AcceptEstimateValuationPoint: Accepts an Estimate Valuation Point.
*FundsApi* | [**createFee**](docs/FundsApi.md#createfee) | **POST** /api/funds/{scope}/{code}/fees | [EXPERIMENTAL] CreateFee: Create a Fee.
Expand Down Expand Up @@ -675,6 +677,7 @@ Class | Method | HTTP request | Description
- [BondCouponEvent](docs/BondCouponEvent.md)
- [BondDefaultEvent](docs/BondDefaultEvent.md)
- [BondPrincipalEvent](docs/BondPrincipalEvent.md)
- [BonusIssueEvent](docs/BonusIssueEvent.md)
- [BookTransactionsRequest](docs/BookTransactionsRequest.md)
- [BookTransactionsResponse](docs/BookTransactionsResponse.md)
- [BoolComplianceParameter](docs/BoolComplianceParameter.md)
Expand Down Expand Up @@ -715,6 +718,7 @@ Class | Method | HTTP request | Description
- [Change](docs/Change.md)
- [ChangeHistory](docs/ChangeHistory.md)
- [ChangeHistoryAction](docs/ChangeHistoryAction.md)
- [ChangeInterval](docs/ChangeInterval.md)
- [ChangeIntervalWithOrderManagementDetail](docs/ChangeIntervalWithOrderManagementDetail.md)
- [ChangeItem](docs/ChangeItem.md)
- [ChartOfAccounts](docs/ChartOfAccounts.md)
Expand Down Expand Up @@ -883,6 +887,7 @@ Class | Method | HTTP request | Description
- [EconomicDependencyType](docs/EconomicDependencyType.md)
- [EconomicDependencyWithComplexMarketData](docs/EconomicDependencyWithComplexMarketData.md)
- [EconomicDependencyWithQuote](docs/EconomicDependencyWithQuote.md)
- [EffectiveRange](docs/EffectiveRange.md)
- [ElectionSpecification](docs/ElectionSpecification.md)
- [EligibilityCalculation](docs/EligibilityCalculation.md)
- [EmptyModelOptions](docs/EmptyModelOptions.md)
Expand Down Expand Up @@ -1072,6 +1077,7 @@ Class | Method | HTTP request | Description
- [JournalEntryLine](docs/JournalEntryLine.md)
- [JournalEntryLinesQueryParameters](docs/JournalEntryLinesQueryParameters.md)
- [LabelValueSet](docs/LabelValueSet.md)
- [LapseElection](docs/LapseElection.md)
- [LegDefinition](docs/LegDefinition.md)
- [LegalEntity](docs/LegalEntity.md)
- [LevelStep](docs/LevelStep.md)
Expand Down Expand Up @@ -1103,6 +1109,7 @@ Class | Method | HTTP request | Description
- [MarketObservableType](docs/MarketObservableType.md)
- [MarketOptions](docs/MarketOptions.md)
- [MarketQuote](docs/MarketQuote.md)
- [MasteredInstrument](docs/MasteredInstrument.md)
- [MatchCriterion](docs/MatchCriterion.md)
- [MaturityEvent](docs/MaturityEvent.md)
- [MbsCouponEvent](docs/MbsCouponEvent.md)
Expand Down Expand Up @@ -1370,6 +1377,7 @@ Class | Method | HTTP request | Description
- [ResourceListOfCalendarDate](docs/ResourceListOfCalendarDate.md)
- [ResourceListOfChange](docs/ResourceListOfChange.md)
- [ResourceListOfChangeHistory](docs/ResourceListOfChangeHistory.md)
- [ResourceListOfChangeInterval](docs/ResourceListOfChangeInterval.md)
- [ResourceListOfChangeIntervalWithOrderManagementDetail](docs/ResourceListOfChangeIntervalWithOrderManagementDetail.md)
- [ResourceListOfComplianceBreachedOrderInfo](docs/ResourceListOfComplianceBreachedOrderInfo.md)
- [ResourceListOfComplianceRule](docs/ResourceListOfComplianceRule.md)
Expand Down
Loading

0 comments on commit 941f30b

Please sign in to comment.