-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Concourse
committed
Mar 12, 2024
1 parent
b1012b6
commit 557e1aa
Showing
39 changed files
with
6,663 additions
and
128 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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<InstrumentResolutionDetail>**](InstrumentResolutionDetail.md) | Details the user-provided instrument identifiers and the instrument resolved from them. | [optional] | | ||
|**type** | **String** | The type of fund; 'Standalone', 'Master' or 'Feeder' | | | ||
|**inceptionDate** | **OffsetDateTime** | Inception date of the Fund | | | ||
|**decimalPlaces** | **Integer** | Number of decimal places for reporting | [optional] | | ||
|**yearEndDate** | [**DayMonth**](DayMonth.md) | | | | ||
|**properties** | [**Map<String, Property>**](Property.md) | A set of properties for the Fund. | [optional] | | ||
|**version** | [**Version**](Version.md) | | [optional] | | ||
|**links** | [**List<Link>**](Link.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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<String, Property>**](Property.md) | The Fund properties. These will be from the 'Fund' domain. | [optional] | | ||
|**version** | [**Version**](Version.md) | | [optional] | | ||
|**links** | [**List<Link>**](Link.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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<String>** | The scopes in which the instruments lie. | [optional] | | ||
|**shareClassInstruments** | [**List<InstrumentResolutionDetail>**](InstrumentResolutionDetail.md) | Details the user-provided instrument identifiers and the instrument resolved from them. | [optional] | | ||
|**type** | **String** | The type of fund; 'Standalone', 'Master' or 'Feeder' | | | ||
|**inceptionDate** | **OffsetDateTime** | Inception date of the Fund | | | ||
|**decimalPlaces** | **Integer** | Number of decimal places for reporting | [optional] | | ||
|**yearEndDate** | [**DayMonth**](DayMonth.md) | | | | ||
|**properties** | [**Map<String, Property>**](Property.md) | A set of properties for the Fund. | [optional] | | ||
|
||
|
||
|
Oops, something went wrong.