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

An Instrument held at a Valuation Point, including its origin More...

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

Public Member Functions

 ValuationPointInstrument (Instrument instrument=default(Instrument), string valuationPointOrigin=default(string), string addedOriginValuationPointCode=default(string), string addedOriginValuationPointVariantCode=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >))
 Initializes a new instance of the ValuationPointInstrument 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 (ValuationPointInstrument input)
 Returns true if ValuationPointInstrument instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Instrument Instrument [get, set]
 Gets or Sets Instrument More...
 
string ValuationPointOrigin [get, set]
 Designates if the instrument was originally part of the Valuation Point or if it was added as part of a Complex Close action. Available values: None, Original, Added. More...
 
string AddedOriginValuationPointCode [get, set]
 The Valuation Point, only for an Instrument added as part of a Complex Close action. More...
 
string AddedOriginValuationPointVariantCode [get, set]
 The Valuation Point variant, only for Instruments added as part of a Complex Close action. More...
 
Dictionary< string, PropertyProperties [get, set]
 The requested instrument properties. These will be from the &#39;Instrument&#39; domain. More...
 

Detailed Description

An Instrument held at a Valuation Point, including its origin

Constructor & Destructor Documentation

◆ ValuationPointInstrument()

Lusid.Sdk.Model.ValuationPointInstrument.ValuationPointInstrument ( Instrument  instrument = default(Instrument),
string  valuationPointOrigin = default(string),
string  addedOriginValuationPointCode = default(string),
string  addedOriginValuationPointVariantCode = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the ValuationPointInstrument class.

Parameters
instrumentinstrument.
valuationPointOriginDesignates if the instrument was originally part of the Valuation Point or if it was added as part of a Complex Close action. Available values: None, Original, Added..
addedOriginValuationPointCodeThe Valuation Point, only for an Instrument added as part of a Complex Close action..
addedOriginValuationPointVariantCodeThe Valuation Point variant, only for Instruments added as part of a Complex Close action..
propertiesThe requested instrument properties. These will be from the &#39;Instrument&#39; domain..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ValuationPointInstrument instances are equal

Parameters
inputInstance of ValuationPointInstrument to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AddedOriginValuationPointCode

string Lusid.Sdk.Model.ValuationPointInstrument.AddedOriginValuationPointCode
getset

The Valuation Point, only for an Instrument added as part of a Complex Close action.

The Valuation Point, only for an Instrument added as part of a Complex Close action.

◆ AddedOriginValuationPointVariantCode

string Lusid.Sdk.Model.ValuationPointInstrument.AddedOriginValuationPointVariantCode
getset

The Valuation Point variant, only for Instruments added as part of a Complex Close action.

The Valuation Point variant, only for Instruments added as part of a Complex Close action.

◆ Instrument

Instrument Lusid.Sdk.Model.ValuationPointInstrument.Instrument
getset

Gets or Sets Instrument

◆ Properties

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

The requested instrument properties. These will be from the &#39;Instrument&#39; domain.

The requested instrument properties. These will be from the &#39;Instrument&#39; domain.

◆ ValuationPointOrigin

string Lusid.Sdk.Model.ValuationPointInstrument.ValuationPointOrigin
getset

Designates if the instrument was originally part of the Valuation Point or if it was added as part of a Complex Close action. Available values: None, Original, Added.

Designates if the instrument was originally part of the Valuation Point or if it was added as part of a Complex Close action. Available values: None, Original, Added.


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