|
LUSID C# SDK
|
For indicating a dependency upon an inflation fixing More...

Public Member Functions | |
| InflationFixingDependency (string type=default(string), string code=default(string), DateTimeOffset date=default(DateTimeOffset), DependencyTypeEnum dependencyType=default(DependencyTypeEnum)) | |
| Initializes a new instance of the InflationFixingDependency 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 (InflationFixingDependency input) |
| Returns true if InflationFixingDependency instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.EconomicDependency | |
| EconomicDependency (DependencyTypeEnum dependencyType=default(DependencyTypeEnum)) | |
| Initializes a new instance of the EconomicDependency 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 (EconomicDependency input) |
| Returns true if EconomicDependency instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| InflationFixingDependency () | |
| Initializes a new instance of the InflationFixingDependency 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.EconomicDependency | |
| EconomicDependency () | |
| Initializes a new instance of the EconomicDependency class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| string | Type [get, set] |
| The Type of fixing (index, ratio or assumption) More... | |
| string | Code [get, set] |
| The Code of the fixing, typically the index name More... | |
| DateTimeOffset | Date [get, set] |
| The effectiveAt of the inflation fixing More... | |
Properties inherited from Lusid.Sdk.Model.EconomicDependency | |
| DependencyTypeEnum | DependencyType [get, set] |
| Available values: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.EconomicDependency | |
| enum class | DependencyTypeEnum { OpaqueDependency = 1 , CashDependency = 2 , DiscountingDependency = 3 , EquityCurveDependency = 4 , EquityVolDependency = 5 , FxDependency = 6 , FxForwardsDependency = 7 , FxVolDependency = 8 , IndexProjectionDependency = 9 , IrVolDependency = 10 , QuoteDependency = 11 , Vendor = 12 , CalendarDependency = 13 , InflationFixingDependency = 14 } |
| Available values: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency. More... | |
For indicating a dependency upon an inflation fixing
|
inlineprotected |
Initializes a new instance of the InflationFixingDependency class.
|
inline |
Initializes a new instance of the InflationFixingDependency class.
| type | The Type of fixing (index, ratio or assumption) (required). |
| code | The Code of the fixing, typically the index name (required). |
| date | The effectiveAt of the inflation fixing (required). |
| dependencyType | Available values: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency. (required) (default to "InflationFixingDependency"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if InflationFixingDependency instances are equal
| input | Instance of InflationFixingDependency 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.EconomicDependency.
|
inline |
Returns the string presentation of the object
|
getset |
The Code of the fixing, typically the index name
The Code of the fixing, typically the index name
|
getset |
The effectiveAt of the inflation fixing
The effectiveAt of the inflation fixing
|
getset |
The Type of fixing (index, ratio or assumption)
The Type of fixing (index, ratio or assumption)