FundCalendarEntry
More...
|
| | FundCalendarEntry (string code=default(string), string variant=default(string), string displayName=default(string), string description=default(string), string navTypeCode=default(string), ResourceId timelineId=default(ResourceId), PreviousFundCalendarEntry previousEntry=default(PreviousFundCalendarEntry), DateTimeOffset effectiveAt=default(DateTimeOffset), DateTimeOffset asAt=default(DateTimeOffset), EntryTypeEnum entryType=default(EntryTypeEnum), string status=default(string), bool applyClearDown=default(bool), DateTimeOffset? holdingsAsAtOverride=default(DateTimeOffset?), DateTimeOffset? valuationsAsAtOverride=default(DateTimeOffset?), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion), string href=default(string), string leaderNavTypeCode=default(string)) |
| | Initializes a new instance of the FundCalendarEntry class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| virtual string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object input) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (FundCalendarEntry input) |
| | Returns true if FundCalendarEntry instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| EntryTypeEnum | EntryType [get, set] |
| | The type of the Fund Calendar Entry. Available values: ValuationPointFundCalendarEntry, BookmarkFundCalendarEntry. More...
|
| |
| string | Code [get, set] |
| | The unique Code of the Calendar Entry. The Calendar Entry, together with the Fund Scope and Code, uniquely identifies a Fund Calendar Entry. More...
|
| |
| string | Variant [get, set] |
| | The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType. More...
|
| |
| string | DisplayName [get, set] |
| | The name of the Fund Calendar entry. More...
|
| |
| string | Description [get, set] |
| | A description for the Fund Calendar entry. More...
|
| |
| string | NavTypeCode [get, set] |
| | The navTypeCode of the Fund Calendar Entry. This is the code of the NAV type that this Calendar Entry is associated with. More...
|
| |
| ResourceId | TimelineId [get, set] |
| | Gets or Sets TimelineId More...
|
| |
| PreviousFundCalendarEntry | PreviousEntry [get, set] |
| | Gets or Sets PreviousEntry More...
|
| |
| DateTimeOffset | EffectiveAt [get, set] |
| | The effective at of the Calendar Entry. More...
|
| |
| DateTimeOffset | AsAt [get, set] |
| | The asAt datetime for the Calendar Entry. More...
|
| |
| string | Status [get, set] |
| | The status of the Fund Calendar Entry. Can be 'Estimate', 'Unofficial' or 'Final'. More...
|
| |
| bool | ApplyClearDown [get, set] |
| | Set to true if that closed period should have the clear down applied. More...
|
| |
| DateTimeOffset? | HoldingsAsAtOverride [get, set] |
| | The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt. More...
|
| |
| DateTimeOffset? | ValuationsAsAtOverride [get, set] |
| | The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | The properties for the Calendar Entry. These will be from the 'ClosedPeriod' domain. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime. More...
|
| |
| string | LeaderNavTypeCode [get, set] |
| | The code of the Nav Type that this Nav Type will follow when set. More...
|
| |
◆ EntryTypeEnum
The type of the Fund Calendar Entry. Available values: ValuationPointFundCalendarEntry, BookmarkFundCalendarEntry.
The type of the Fund Calendar Entry. Available values: ValuationPointFundCalendarEntry, BookmarkFundCalendarEntry.
| Enumerator |
|---|
| ValuationPointFundCalendarEntry | Enum ValuationPointFundCalendarEntry for value: ValuationPointFundCalendarEntry
|
| BookmarkFundCalendarEntry | Enum BookmarkFundCalendarEntry for value: BookmarkFundCalendarEntry
|
◆ FundCalendarEntry() [1/2]
| Lusid.Sdk.Model.FundCalendarEntry.FundCalendarEntry |
( |
| ) |
|
|
inlineprotected |
◆ FundCalendarEntry() [2/2]
| Lusid.Sdk.Model.FundCalendarEntry.FundCalendarEntry |
( |
string |
code = default(string), |
|
|
string |
variant = default(string), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
string |
navTypeCode = default(string), |
|
|
ResourceId |
timelineId = default(ResourceId), |
|
|
PreviousFundCalendarEntry |
previousEntry = default(PreviousFundCalendarEntry), |
|
|
DateTimeOffset |
effectiveAt = default(DateTimeOffset), |
|
|
DateTimeOffset |
asAt = default(DateTimeOffset), |
|
|
EntryTypeEnum |
entryType = default(EntryTypeEnum), |
|
|
string |
status = default(string), |
|
|
bool |
applyClearDown = default(bool), |
|
|
DateTimeOffset? |
holdingsAsAtOverride = default(DateTimeOffset?), |
|
|
DateTimeOffset? |
valuationsAsAtOverride = default(DateTimeOffset?), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
string |
href = default(string), |
|
|
string |
leaderNavTypeCode = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the FundCalendarEntry class.
- Parameters
-
| code | The unique Code of the Calendar Entry. The Calendar Entry, together with the Fund Scope and Code, uniquely identifies a Fund Calendar Entry. (required). |
| variant | The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType.. |
| displayName | The name of the Fund Calendar entry. (required). |
| description | A description for the Fund Calendar entry.. |
| navTypeCode | The navTypeCode of the Fund Calendar Entry. This is the code of the NAV type that this Calendar Entry is associated with. (required). |
| timelineId | timelineId. |
| previousEntry | previousEntry. |
| effectiveAt | The effective at of the Calendar Entry.. |
| asAt | The asAt datetime for the Calendar Entry. (required). |
| entryType | The type of the Fund Calendar Entry. Available values: ValuationPointFundCalendarEntry, BookmarkFundCalendarEntry. (required). |
| status | The status of the Fund Calendar Entry. Can be 'Estimate', 'Unofficial' or 'Final'.. |
| applyClearDown | Set to true if that closed period should have the clear down applied. (required). |
| holdingsAsAtOverride | The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt.. |
| valuationsAsAtOverride | The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt.. |
| properties | The properties for the Calendar Entry. These will be from the 'ClosedPeriod' domain.. |
| varVersion | varVersion (required). |
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.. |
| leaderNavTypeCode | The code of the Nav Type that this Nav Type will follow when set.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.FundCalendarEntry.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.FundCalendarEntry.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.FundCalendarEntry.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.FundCalendarEntry.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ApplyClearDown
| bool Lusid.Sdk.Model.FundCalendarEntry.ApplyClearDown |
|
getset |
Set to true if that closed period should have the clear down applied.
Set to true if that closed period should have the clear down applied.
◆ AsAt
| DateTimeOffset Lusid.Sdk.Model.FundCalendarEntry.AsAt |
|
getset |
The asAt datetime for the Calendar Entry.
The asAt datetime for the Calendar Entry.
◆ Code
| string Lusid.Sdk.Model.FundCalendarEntry.Code |
|
getset |
◆ Description
| string Lusid.Sdk.Model.FundCalendarEntry.Description |
|
getset |
◆ DisplayName
| string Lusid.Sdk.Model.FundCalendarEntry.DisplayName |
|
getset |
◆ EffectiveAt
| DateTimeOffset Lusid.Sdk.Model.FundCalendarEntry.EffectiveAt |
|
getset |
◆ EntryType
The type of the Fund Calendar Entry. Available values: ValuationPointFundCalendarEntry, BookmarkFundCalendarEntry.
The type of the Fund Calendar Entry. Available values: ValuationPointFundCalendarEntry, BookmarkFundCalendarEntry.
◆ HoldingsAsAtOverride
| DateTimeOffset? Lusid.Sdk.Model.FundCalendarEntry.HoldingsAsAtOverride |
|
getset |
The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt.
The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt.
◆ Href
| string Lusid.Sdk.Model.FundCalendarEntry.Href |
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.
◆ LeaderNavTypeCode
| string Lusid.Sdk.Model.FundCalendarEntry.LeaderNavTypeCode |
|
getset |
The code of the Nav Type that this Nav Type will follow when set.
The code of the Nav Type that this Nav Type will follow when set.
◆ NavTypeCode
| string Lusid.Sdk.Model.FundCalendarEntry.NavTypeCode |
|
getset |
The navTypeCode of the Fund Calendar Entry. This is the code of the NAV type that this Calendar Entry is associated with.
The navTypeCode of the Fund Calendar Entry. This is the code of the NAV type that this Calendar Entry is associated with.
◆ PreviousEntry
Gets or Sets PreviousEntry
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.FundCalendarEntry.Properties |
|
getset |
◆ Status
| string Lusid.Sdk.Model.FundCalendarEntry.Status |
|
getset |
The status of the Fund Calendar Entry. Can be 'Estimate', 'Unofficial' or 'Final'.
The status of the Fund Calendar Entry. Can be 'Estimate', 'Unofficial' or 'Final'.
◆ TimelineId
| ResourceId Lusid.Sdk.Model.FundCalendarEntry.TimelineId |
|
getset |
◆ ValuationsAsAtOverride
| DateTimeOffset? Lusid.Sdk.Model.FundCalendarEntry.ValuationsAsAtOverride |
|
getset |
The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt.
The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt.
◆ Variant
| string Lusid.Sdk.Model.FundCalendarEntry.Variant |
|
getset |
The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType.
The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType.
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/FundCalendarEntry.cs