ValuationPoint
More...
|
| | ValuationPoint (string href=default(string), string valuationPointCode=default(string), string variant=default(string), string name=default(string), string status=default(string), bool applyClearDown=default(bool), DateTimeOffset effectiveAt=default(DateTimeOffset), DateTimeOffset queryAsAt=default(DateTimeOffset), DateTimeOffset holdingsAsAt=default(DateTimeOffset), DateTimeOffset valuationAsAt=default(DateTimeOffset), PreviousValuationPoint previous=default(PreviousValuationPoint), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the ValuationPoint 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 (ValuationPoint input) |
| | Returns true if ValuationPoint instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
|
| |
| string | ValuationPointCode [get, set] |
| | The code of the Valuation Point. More...
|
| |
| string | Variant [get, set] |
| | The Variant name for the Valuation Point. More...
|
| |
| string | Name [get, set] |
| | Identifiable Name assigned to the Valuation Point. More...
|
| |
| string | Status [get, set] |
| | The status of the Valuation Point. Available values: Undefined, Estimate, Final, Candidate, Unofficial. More...
|
| |
| bool | ApplyClearDown [get, set] |
| | Indicates whether a clear down was applied when the Valuation Point was created. More...
|
| |
| DateTimeOffset | EffectiveAt [get, set] |
| | The effective time of the Valuation Point. More...
|
| |
| DateTimeOffset | QueryAsAt [get, set] |
| | The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry. More...
|
| |
| DateTimeOffset | HoldingsAsAt [get, set] |
| | The AsAt time used for building holdings in the Valuation Point. More...
|
| |
| DateTimeOffset | ValuationAsAt [get, set] |
| | The AsAt time used for performing valuations in the Valuation Point. More...
|
| |
| PreviousValuationPoint | Previous [get, set] |
| | Gets or Sets Previous More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | The Valuation Point properties. These are from the 'DiaryEntry' domain. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ ValuationPoint() [1/2]
| Lusid.Sdk.Model.ValuationPoint.ValuationPoint |
( |
| ) |
|
|
inlineprotected |
◆ ValuationPoint() [2/2]
| Lusid.Sdk.Model.ValuationPoint.ValuationPoint |
( |
string |
href = default(string), |
|
|
string |
valuationPointCode = default(string), |
|
|
string |
variant = default(string), |
|
|
string |
name = default(string), |
|
|
string |
status = default(string), |
|
|
bool |
applyClearDown = default(bool), |
|
|
DateTimeOffset |
effectiveAt = default(DateTimeOffset), |
|
|
DateTimeOffset |
queryAsAt = default(DateTimeOffset), |
|
|
DateTimeOffset |
holdingsAsAt = default(DateTimeOffset), |
|
|
DateTimeOffset |
valuationAsAt = default(DateTimeOffset), |
|
|
PreviousValuationPoint |
previous = default(PreviousValuationPoint), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the ValuationPoint class.
- Parameters
-
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| valuationPointCode | The code of the Valuation Point.. |
| variant | The Variant name for the Valuation Point.. |
| name | Identifiable Name assigned to the Valuation Point.. |
| status | The status of the Valuation Point. Available values: Undefined, Estimate, Final, Candidate, Unofficial. (required). |
| applyClearDown | Indicates whether a clear down was applied when the Valuation Point was created.. |
| effectiveAt | The effective time of the Valuation Point. (required). |
| queryAsAt | The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry.. |
| holdingsAsAt | The AsAt time used for building holdings in the Valuation Point.. |
| valuationAsAt | The AsAt time used for performing valuations in the Valuation Point.. |
| previous | previous. |
| properties | The Valuation Point properties. These are from the 'DiaryEntry' domain.. |
| varVersion | varVersion. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.ValuationPoint.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
Returns true if ValuationPoint instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ValuationPoint.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.ValuationPoint.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ValuationPoint.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ApplyClearDown
| bool Lusid.Sdk.Model.ValuationPoint.ApplyClearDown |
|
getset |
Indicates whether a clear down was applied when the Valuation Point was created.
Indicates whether a clear down was applied when the Valuation Point was created.
◆ EffectiveAt
| DateTimeOffset Lusid.Sdk.Model.ValuationPoint.EffectiveAt |
|
getset |
The effective time of the Valuation Point.
The effective time of the Valuation Point.
◆ HoldingsAsAt
| DateTimeOffset Lusid.Sdk.Model.ValuationPoint.HoldingsAsAt |
|
getset |
The AsAt time used for building holdings in the Valuation Point.
The AsAt time used for building holdings in the Valuation Point.
◆ Href
| string Lusid.Sdk.Model.ValuationPoint.Href |
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
◆ Links
| List<Link> Lusid.Sdk.Model.ValuationPoint.Links |
|
getset |
◆ Name
| string Lusid.Sdk.Model.ValuationPoint.Name |
|
getset |
Identifiable Name assigned to the Valuation Point.
Identifiable Name assigned to the Valuation Point.
◆ Previous
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.ValuationPoint.Properties |
|
getset |
The Valuation Point properties. These are from the 'DiaryEntry' domain.
The Valuation Point properties. These are from the 'DiaryEntry' domain.
◆ QueryAsAt
| DateTimeOffset Lusid.Sdk.Model.ValuationPoint.QueryAsAt |
|
getset |
The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry.
The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry.
◆ Status
| string Lusid.Sdk.Model.ValuationPoint.Status |
|
getset |
The status of the Valuation Point. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
The status of the Valuation Point. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
◆ ValuationAsAt
| DateTimeOffset Lusid.Sdk.Model.ValuationPoint.ValuationAsAt |
|
getset |
The AsAt time used for performing valuations in the Valuation Point.
The AsAt time used for performing valuations in the Valuation Point.
◆ ValuationPointCode
| string Lusid.Sdk.Model.ValuationPoint.ValuationPointCode |
|
getset |
The code of the Valuation Point.
The code of the Valuation Point.
◆ Variant
| string Lusid.Sdk.Model.ValuationPoint.Variant |
|
getset |
The Variant name for the Valuation Point.
The Variant name for the Valuation Point.
◆ 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/ValuationPoint.cs