LUSID C# SDK
|
InflationFixingDependencyAllOf More...
Public Types | |
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 } |
The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency More... | |
Public Member Functions | |
InflationFixingDependencyAllOf (string type=default(string), string code=default(string), DateTimeOffset date=default(DateTimeOffset), DependencyTypeEnum dependencyType=default(DependencyTypeEnum)) | |
Initializes a new instance of the InflationFixingDependencyAllOf 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 (InflationFixingDependencyAllOf input) |
Returns true if InflationFixingDependencyAllOf instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
InflationFixingDependencyAllOf () | |
Initializes a new instance of the InflationFixingDependencyAllOf class. More... | |
Properties | |
DependencyTypeEnum | DependencyType [get, set] |
The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency More... | |
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... | |
The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency
The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency
Enumerator | |
---|---|
OpaqueDependency | Enum OpaqueDependency for value: OpaqueDependency |
CashDependency | Enum CashDependency for value: CashDependency |
DiscountingDependency | Enum DiscountingDependency for value: DiscountingDependency |
EquityCurveDependency | Enum EquityCurveDependency for value: EquityCurveDependency |
EquityVolDependency | Enum EquityVolDependency for value: EquityVolDependency |
FxDependency | Enum FxDependency for value: FxDependency |
FxForwardsDependency | Enum FxForwardsDependency for value: FxForwardsDependency |
FxVolDependency | Enum FxVolDependency for value: FxVolDependency |
IndexProjectionDependency | Enum IndexProjectionDependency for value: IndexProjectionDependency |
IrVolDependency | Enum IrVolDependency for value: IrVolDependency |
QuoteDependency | Enum QuoteDependency for value: QuoteDependency |
Vendor | Enum Vendor for value: Vendor |
CalendarDependency | Enum CalendarDependency for value: CalendarDependency |
InflationFixingDependency | Enum InflationFixingDependency for value: InflationFixingDependency |
|
inlineprotected |
Initializes a new instance of the InflationFixingDependencyAllOf class.
|
inline |
Initializes a new instance of the InflationFixingDependencyAllOf 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 | The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency (required). |
|
inline |
Returns true if InflationFixingDependencyAllOf instances are equal
input | Instance of InflationFixingDependencyAllOf 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
|
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 available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency
The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency
|
getset |
The Type of fixing (index, ratio or assumption)
The Type of fixing (index, ratio or assumption)