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

The Valuation Point Data Response for the Fund and specified date. More...

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

Public Member Functions

 ValuationPointDataResponse (string href=default(string), string type=default(string), string status=default(string), Dictionary< string, decimal > backout=default(Dictionary< string, decimal >), Dictionary< string, decimal > dealing=default(Dictionary< string, decimal >), Dictionary< string, decimal > pnL=default(Dictionary< string, decimal >), decimal gav=default(decimal), Dictionary< string, decimal > fees=default(Dictionary< string, decimal >), decimal nav=default(decimal), decimal previousNav=default(decimal), List< Link > links=default(List< Link >))
 Initializes a new instance of the ValuationPointDataResponse 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 (ValuationPointDataResponse input)
 Returns true if ValuationPointDataResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ValuationPointDataResponse ()
 Initializes a new instance of the ValuationPointDataResponse 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 Type [get, set]
 The Type of the associated Diary Entry (&#39;PeriodBoundary&#39;,&#39;ValuationPoint&#39;,&#39;Other&#39; or &#39;Adhoc&#39; when a diary Entry wasn&#39;t used). More...
 
string Status [get, set]
 The Status of the associated Diary Entry (&#39;Estimate&#39;,&#39;Final&#39;,&#39;Candidate&#39; or &#39;Unofficial&#39;). More...
 
Dictionary< string, decimal > Backout [get, set]
 Bucket of detail for the Valuation Point, where data points have been &#39;backed out&#39;. More...
 
Dictionary< string, decimal > Dealing [get, set]
 Bucket of detail for any &#39;Dealing&#39; that has occured inside the queried period. More...
 
Dictionary< string, decimal > PnL [get, set]
 Bucket of detail for &#39;PnL&#39; that has occured inside the queried period. More...
 
decimal Gav [get, set]
 The Gross Asset Value of the Fund at the Period end. This is effectively a summation of all Trial balance entries linked to accounts of types &#39;Asset&#39; and &#39;Liabilities&#39;. More...
 
Dictionary< string, decimal > Fees [get, set]
 Bucket of detail for any &#39;Fees&#39; that have been charged in the selected period. More...
 
decimal Nav [get, set]
 The Net Asset Value of the Fund at the Period end. This represents the GAV with any fees applied in the period. More...
 
decimal PreviousNav [get, set]
 The Net Asset Value of the Fund at the End of the last Period. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

The Valuation Point Data Response for the Fund and specified date.

Constructor & Destructor Documentation

◆ ValuationPointDataResponse() [1/2]

Lusid.Sdk.Model.ValuationPointDataResponse.ValuationPointDataResponse ( )
inlineprotected

Initializes a new instance of the ValuationPointDataResponse class.

◆ ValuationPointDataResponse() [2/2]

Lusid.Sdk.Model.ValuationPointDataResponse.ValuationPointDataResponse ( string  href = default(string),
string  type = default(string),
string  status = default(string),
Dictionary< string, decimal >  backout = default(Dictionary<string, decimal>),
Dictionary< string, decimal >  dealing = default(Dictionary<string, decimal>),
Dictionary< string, decimal >  pnL = default(Dictionary<string, decimal>),
decimal  gav = default(decimal),
Dictionary< string, decimal >  fees = default(Dictionary<string, decimal>),
decimal  nav = default(decimal),
decimal  previousNav = default(decimal),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ValuationPointDataResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
typeThe Type of the associated Diary Entry (&#39;PeriodBoundary&#39;,&#39;ValuationPoint&#39;,&#39;Other&#39; or &#39;Adhoc&#39; when a diary Entry wasn&#39;t used). (required).
statusThe Status of the associated Diary Entry (&#39;Estimate&#39;,&#39;Final&#39;,&#39;Candidate&#39; or &#39;Unofficial&#39;). (required).
backoutBucket of detail for the Valuation Point, where data points have been &#39;backed out&#39;. (required).
dealingBucket of detail for any &#39;Dealing&#39; that has occured inside the queried period. (required).
pnLBucket of detail for &#39;PnL&#39; that has occured inside the queried period. (required).
gavThe Gross Asset Value of the Fund at the Period end. This is effectively a summation of all Trial balance entries linked to accounts of types &#39;Asset&#39; and &#39;Liabilities&#39;. (required).
feesBucket of detail for any &#39;Fees&#39; that have been charged in the selected period. (required).
navThe Net Asset Value of the Fund at the Period end. This represents the GAV with any fees applied in the period. (required).
previousNavThe Net Asset Value of the Fund at the End of the last Period. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ValuationPointDataResponse instances are equal

Parameters
inputInstance of ValuationPointDataResponse to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.ValuationPointDataResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.ValuationPointDataResponse.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.ValuationPointDataResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Backout

Dictionary<string, decimal> Lusid.Sdk.Model.ValuationPointDataResponse.Backout
getset

Bucket of detail for the Valuation Point, where data points have been &#39;backed out&#39;.

Bucket of detail for the Valuation Point, where data points have been &#39;backed out&#39;.

◆ Dealing

Dictionary<string, decimal> Lusid.Sdk.Model.ValuationPointDataResponse.Dealing
getset

Bucket of detail for any &#39;Dealing&#39; that has occured inside the queried period.

Bucket of detail for any &#39;Dealing&#39; that has occured inside the queried period.

◆ Fees

Dictionary<string, decimal> Lusid.Sdk.Model.ValuationPointDataResponse.Fees
getset

Bucket of detail for any &#39;Fees&#39; that have been charged in the selected period.

Bucket of detail for any &#39;Fees&#39; that have been charged in the selected period.

◆ Gav

decimal Lusid.Sdk.Model.ValuationPointDataResponse.Gav
getset

The Gross Asset Value of the Fund at the Period end. This is effectively a summation of all Trial balance entries linked to accounts of types &#39;Asset&#39; and &#39;Liabilities&#39;.

The Gross Asset Value of the Fund at the Period end. This is effectively a summation of all Trial balance entries linked to accounts of types &#39;Asset&#39; and &#39;Liabilities&#39;.

◆ Href

string Lusid.Sdk.Model.ValuationPointDataResponse.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.ValuationPointDataResponse.Links
getset

Gets or Sets Links

◆ Nav

decimal Lusid.Sdk.Model.ValuationPointDataResponse.Nav
getset

The Net Asset Value of the Fund at the Period end. This represents the GAV with any fees applied in the period.

The Net Asset Value of the Fund at the Period end. This represents the GAV with any fees applied in the period.

◆ PnL

Dictionary<string, decimal> Lusid.Sdk.Model.ValuationPointDataResponse.PnL
getset

Bucket of detail for &#39;PnL&#39; that has occured inside the queried period.

Bucket of detail for &#39;PnL&#39; that has occured inside the queried period.

◆ PreviousNav

decimal Lusid.Sdk.Model.ValuationPointDataResponse.PreviousNav
getset

The Net Asset Value of the Fund at the End of the last Period.

The Net Asset Value of the Fund at the End of the last Period.

◆ Status

string Lusid.Sdk.Model.ValuationPointDataResponse.Status
getset

The Status of the associated Diary Entry (&#39;Estimate&#39;,&#39;Final&#39;,&#39;Candidate&#39; or &#39;Unofficial&#39;).

The Status of the associated Diary Entry (&#39;Estimate&#39;,&#39;Final&#39;,&#39;Candidate&#39; or &#39;Unofficial&#39;).

◆ Type

string Lusid.Sdk.Model.ValuationPointDataResponse.Type
getset

The Type of the associated Diary Entry (&#39;PeriodBoundary&#39;,&#39;ValuationPoint&#39;,&#39;Other&#39; or &#39;Adhoc&#39; when a diary Entry wasn&#39;t used).

The Type of the associated Diary Entry (&#39;PeriodBoundary&#39;,&#39;ValuationPoint&#39;,&#39;Other&#39; or &#39;Adhoc&#39; when a diary Entry wasn&#39;t used).


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