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

LookUpPricingModelOptionsAllOf More...

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

Public Types

enum class  ModelOptionsTypeEnum {
  Invalid = 1 , OpaqueModelOptions = 2 , EmptyModelOptions = 3 , IndexModelOptions = 4 ,
  FxForwardModelOptions = 5 , FundingLegModelOptions = 6 , EquityModelOptions = 7 , LookUpPricingModelOptions = 8
}
 The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions More...
 

Public Member Functions

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

Protected Member Functions

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

Properties

ModelOptionsTypeEnum ModelOptionsType [get, set]
 The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions More...
 
bool AddAccrual [get, set]
 Add Instrument Accrual to Valuation More...
 
bool ApplyIndexRatio [get, set]
 Apply Index Ratio to price before valuation. Used for InflationLinkedBond More...
 

Detailed Description

LookUpPricingModelOptionsAllOf

Member Enumeration Documentation

◆ ModelOptionsTypeEnum

The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions

The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions

Enumerator
Invalid 

Enum Invalid for value: Invalid

OpaqueModelOptions 

Enum OpaqueModelOptions for value: OpaqueModelOptions

EmptyModelOptions 

Enum EmptyModelOptions for value: EmptyModelOptions

IndexModelOptions 

Enum IndexModelOptions for value: IndexModelOptions

FxForwardModelOptions 

Enum FxForwardModelOptions for value: FxForwardModelOptions

FundingLegModelOptions 

Enum FundingLegModelOptions for value: FundingLegModelOptions

EquityModelOptions 

Enum EquityModelOptions for value: EquityModelOptions

LookUpPricingModelOptions 

Enum LookUpPricingModelOptions for value: LookUpPricingModelOptions

Constructor & Destructor Documentation

◆ LookUpPricingModelOptionsAllOf() [1/2]

Lusid.Sdk.Model.LookUpPricingModelOptionsAllOf.LookUpPricingModelOptionsAllOf ( )
inlineprotected

Initializes a new instance of the LookUpPricingModelOptionsAllOf class.

◆ LookUpPricingModelOptionsAllOf() [2/2]

Lusid.Sdk.Model.LookUpPricingModelOptionsAllOf.LookUpPricingModelOptionsAllOf ( bool  addAccrual = default(bool),
bool  applyIndexRatio = default(bool),
ModelOptionsTypeEnum  modelOptionsType = default(ModelOptionsTypeEnum) 
)
inline

Initializes a new instance of the LookUpPricingModelOptionsAllOf class.

Parameters
addAccrualAdd Instrument Accrual to Valuation (required).
applyIndexRatioApply Index Ratio to price before valuation. Used for InflationLinkedBond (required).
modelOptionsTypeThe available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if LookUpPricingModelOptionsAllOf instances are equal

Parameters
inputInstance of LookUpPricingModelOptionsAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AddAccrual

bool Lusid.Sdk.Model.LookUpPricingModelOptionsAllOf.AddAccrual
getset

Add Instrument Accrual to Valuation

Add Instrument Accrual to Valuation

◆ ApplyIndexRatio

bool Lusid.Sdk.Model.LookUpPricingModelOptionsAllOf.ApplyIndexRatio
getset

Apply Index Ratio to price before valuation. Used for InflationLinkedBond

Apply Index Ratio to price before valuation. Used for InflationLinkedBond

◆ ModelOptionsType

ModelOptionsTypeEnum Lusid.Sdk.Model.LookUpPricingModelOptionsAllOf.ModelOptionsType
getset

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