|
LUSID C# SDK
|
Model options for credit default instrument. More...

Public Member Functions | |
| CdsModelOptions (bool useFactorsForCurrentNotional=default(bool), ModelOptionsTypeEnum modelOptionsType=default(ModelOptionsTypeEnum)) | |
| Initializes a new instance of the CdsModelOptions class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override 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 (CdsModelOptions input) |
| Returns true if CdsModelOptions instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.ModelOptions | |
| ModelOptions (ModelOptionsTypeEnum modelOptionsType=default(ModelOptionsTypeEnum)) | |
| Initializes a new instance of the ModelOptions class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (ModelOptions input) |
| Returns true if ModelOptions instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CdsModelOptions () | |
| Initializes a new instance of the CdsModelOptions class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.ModelOptions | |
| ModelOptions () | |
| Initializes a new instance of the ModelOptions class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| bool | UseFactorsForCurrentNotional [get, set] |
| Determines if calculations that use current notional apply use a constituent weight factor from a quote representing a default. More... | |
Properties inherited from Lusid.Sdk.Model.ModelOptions | |
| ModelOptionsTypeEnum | ModelOptionsType [get, set] |
| Available values: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, CdsModelOptions. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.ModelOptions | |
| enum class | ModelOptionsTypeEnum { Invalid = 1 , OpaqueModelOptions = 2 , EmptyModelOptions = 3 , IndexModelOptions = 4 , FxForwardModelOptions = 5 , FundingLegModelOptions = 6 , EquityModelOptions = 7 , CdsModelOptions = 8 } |
| Available values: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, CdsModelOptions. More... | |
Model options for credit default instrument.
|
inlineprotected |
Initializes a new instance of the CdsModelOptions class.
|
inline |
Initializes a new instance of the CdsModelOptions class.
| useFactorsForCurrentNotional | Determines if calculations that use current notional apply use a constituent weight factor from a quote representing a default. (required). |
| modelOptionsType | Available values: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, CdsModelOptions. (required) (default to "CdsModelOptions"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if CdsModelOptions instances are equal
| input | Instance of CdsModelOptions to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.ModelOptions.
|
inline |
Returns the string presentation of the object
|
getset |
Determines if calculations that use current notional apply use a constituent weight factor from a quote representing a default.
Determines if calculations that use current notional apply use a constituent weight factor from a quote representing a default.