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

Options to indicate which errors to ignore when performing valuation. More...

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

Public Member Functions

 ReturnZeroPvOptions (bool instrumentMatured=default(bool))
 Initializes a new instance of the ReturnZeroPvOptions 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 (ReturnZeroPvOptions input)
 Returns true if ReturnZeroPvOptions instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

bool InstrumentMatured [get, set]
 Indicates whether attempting to value an instrument after its maturity date should produce a failure (false) or a zero PV (true). More...
 

Detailed Description

Options to indicate which errors to ignore when performing valuation.

Constructor & Destructor Documentation

◆ ReturnZeroPvOptions()

Lusid.Sdk.Model.ReturnZeroPvOptions.ReturnZeroPvOptions ( bool  instrumentMatured = default(bool))
inline

Initializes a new instance of the ReturnZeroPvOptions class.

Parameters
instrumentMaturedIndicates whether attempting to value an instrument after its maturity date should produce a failure (false) or a zero PV (true)..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReturnZeroPvOptions instances are equal

Parameters
inputInstance of ReturnZeroPvOptions to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InstrumentMatured

bool Lusid.Sdk.Model.ReturnZeroPvOptions.InstrumentMatured
getset

Indicates whether attempting to value an instrument after its maturity date should produce a failure (false) or a zero PV (true).

Indicates whether attempting to value an instrument after its maturity date should produce a failure (false) or a zero PV (true).


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