LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.ValuationPoint Class Reference

ValuationPoint More...

Inheritance diagram for Lusid.Sdk.Model.ValuationPoint:
Inheritance graph
[legend]

Public Member Functions

 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...
 

Protected Member Functions

 ValuationPoint ()
 Initializes a new instance of the ValuationPoint class. More...
 

Properties

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, PropertyProperties [get, set]
 The Valuation Point properties. These are from the &#39;DiaryEntry&#39; domain. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ValuationPoint

Constructor & Destructor Documentation

◆ ValuationPoint() [1/2]

Lusid.Sdk.Model.ValuationPoint.ValuationPoint ( )
inlineprotected

Initializes a new instance of the ValuationPoint class.

◆ 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
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
valuationPointCodeThe code of the Valuation Point..
variantThe Variant name for the Valuation Point..
nameIdentifiable Name assigned to the Valuation Point..
statusThe status of the Valuation Point. Available values: Undefined, Estimate, Final, Candidate, Unofficial. (required).
applyClearDownIndicates whether a clear down was applied when the Valuation Point was created..
effectiveAtThe effective time of the Valuation Point. (required).
queryAsAtThe AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry..
holdingsAsAtThe AsAt time used for building holdings in the Valuation Point..
valuationAsAtThe AsAt time used for performing valuations in the Valuation Point..
previousprevious.
propertiesThe Valuation Point properties. These are from the &#39;DiaryEntry&#39; domain..
varVersionvarVersion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.ValuationPoint.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.ValuationPoint.Equals ( ValuationPoint  input)
inline

Returns true if ValuationPoint instances are equal

Parameters
inputInstance of ValuationPoint to be compared
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

Property Documentation

◆ 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

Gets or Sets Links

◆ Name

string Lusid.Sdk.Model.ValuationPoint.Name
getset

Identifiable Name assigned to the Valuation Point.

Identifiable Name assigned to the Valuation Point.

◆ Previous

PreviousValuationPoint Lusid.Sdk.Model.ValuationPoint.Previous
getset

Gets or Sets Previous

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.ValuationPoint.Properties
getset

The Valuation Point properties. These are from the &#39;DiaryEntry&#39; domain.

The Valuation Point properties. These are from the &#39;DiaryEntry&#39; 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

ModelVersion Lusid.Sdk.Model.ValuationPoint.VarVersion
getset

Gets or Sets VarVersion


The documentation for this class was generated from the following file: