FundEstimateValuationPoint
More...
|
| | FundEstimateValuationPoint (string code=default(string), string navTypeCode=default(string), ResourceId timelineId=default(ResourceId), PreviousFundCalendarEntry previousEntry=default(PreviousFundCalendarEntry), DateTimeOffset effectiveAt=default(DateTimeOffset), EntryTypeEnum entryType=default(EntryTypeEnum), string status=default(string), bool applyClearDown=default(bool), string leaderNavTypeCode=default(string), List< EstimateVariant > variants=default(List< EstimateVariant >), DateTimeOffset? dateOfLastPcaScan=default(DateTimeOffset?), FundCalendarEntriesTypeEnum fundCalendarEntriesType=default(FundCalendarEntriesTypeEnum)) |
| | Initializes a new instance of the FundEstimateValuationPoint class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| override 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 (FundEstimateValuationPoint input) |
| | Returns true if FundEstimateValuationPoint instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
| | FundCalendarEntries (FundCalendarEntriesTypeEnum fundCalendarEntriesType=default(FundCalendarEntriesTypeEnum)) |
| | Initializes a new instance of the FundCalendarEntries class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| override bool | Equals (object input) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (FundCalendarEntries input) |
| | Returns true if FundCalendarEntries 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: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark. 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 | 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...
|
| |
| 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...
|
| |
| string | LeaderNavTypeCode [get, set] |
| | The code of the Nav Type that this Nav Type will follow when set. More...
|
| |
| List< EstimateVariant > | Variants [get, set] |
| | The variants of the Estimate Valuation Point. More...
|
| |
| DateTimeOffset? | DateOfLastPcaScan [get, set] |
| | The last date a PCA scan was conducted for a Valuation Point More...
|
| |
| FundCalendarEntriesTypeEnum | FundCalendarEntriesType [get, set] |
| | The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark. More...
|
| |
◆ EntryTypeEnum
◆ FundEstimateValuationPoint() [1/2]
| Lusid.Sdk.Model.FundEstimateValuationPoint.FundEstimateValuationPoint |
( |
| ) |
|
|
inlineprotected |
◆ FundEstimateValuationPoint() [2/2]
| Lusid.Sdk.Model.FundEstimateValuationPoint.FundEstimateValuationPoint |
( |
string |
code = default(string), |
|
|
string |
navTypeCode = default(string), |
|
|
ResourceId |
timelineId = default(ResourceId), |
|
|
PreviousFundCalendarEntry |
previousEntry = default(PreviousFundCalendarEntry), |
|
|
DateTimeOffset |
effectiveAt = default(DateTimeOffset), |
|
|
EntryTypeEnum |
entryType = default(EntryTypeEnum), |
|
|
string |
status = default(string), |
|
|
bool |
applyClearDown = default(bool), |
|
|
string |
leaderNavTypeCode = default(string), |
|
|
List< EstimateVariant > |
variants = default(List<EstimateVariant>), |
|
|
DateTimeOffset? |
dateOfLastPcaScan = default(DateTimeOffset?), |
|
|
FundCalendarEntriesTypeEnum |
fundCalendarEntriesType = default(FundCalendarEntriesTypeEnum) |
|
) |
| |
|
inline |
◆ BaseValidate()
| IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.FundEstimateValuationPoint.BaseValidate |
( |
ValidationContext |
validationContext | ) |
|
|
inlineprotected |
To validate all properties of the instance
- Parameters
-
| validationContext | Validation context |
- Returns
- Validation Result
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.FundEstimateValuationPoint.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.FundEstimateValuationPoint.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| override string Lusid.Sdk.Model.FundEstimateValuationPoint.ToJson |
( |
| ) |
|
|
inlinevirtual |
◆ ToString()
| override string Lusid.Sdk.Model.FundEstimateValuationPoint.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ApplyClearDown
| bool Lusid.Sdk.Model.FundEstimateValuationPoint.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.
◆ Code
| string Lusid.Sdk.Model.FundEstimateValuationPoint.Code |
|
getset |
◆ DateOfLastPcaScan
| DateTimeOffset? Lusid.Sdk.Model.FundEstimateValuationPoint.DateOfLastPcaScan |
|
getset |
The last date a PCA scan was conducted for a Valuation Point
The last date a PCA scan was conducted for a Valuation Point
◆ EffectiveAt
| DateTimeOffset Lusid.Sdk.Model.FundEstimateValuationPoint.EffectiveAt |
|
getset |
◆ EntryType
| EntryTypeEnum Lusid.Sdk.Model.FundEstimateValuationPoint.EntryType |
|
getset |
◆ LeaderNavTypeCode
| string Lusid.Sdk.Model.FundEstimateValuationPoint.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.FundEstimateValuationPoint.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
◆ Status
| string Lusid.Sdk.Model.FundEstimateValuationPoint.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.FundEstimateValuationPoint.TimelineId |
|
getset |
◆ Variants
The variants of the Estimate Valuation Point.
The variants of the Estimate Valuation Point.
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/FundEstimateValuationPoint.cs