LUSID C# SDK
|
For indicating a dependency on some opaque market data requested by an outside vendor More...
Public Member Functions | |
VendorDependency (string vendorName=default(string), List< string > vendorPath=default(List< string >), DateTimeOffset date=default(DateTimeOffset), DependencyTypeEnum dependencyType=default(DependencyTypeEnum)) | |
Initializes a new instance of the VendorDependency 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 (VendorDependency input) |
Returns true if VendorDependency instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
![]() | |
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 | |
VendorDependency () | |
Initializes a new instance of the VendorDependency class. More... | |
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
To validate all properties of the instance More... | |
![]() | |
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 | VendorName [get, set] |
The name of the outside vendor More... | |
List< string > | VendorPath [get, set] |
The specific dependency path More... | |
DateTimeOffset | Date [get, set] |
The effectiveDate of the entity that this is a dependency for. More... | |
![]() | |
DependencyTypeEnum | DependencyType [get, set] |
The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency More... | |
Additional Inherited Members | |
![]() | |
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... | |
For indicating a dependency on some opaque market data requested by an outside vendor
|
inlineprotected |
Initializes a new instance of the VendorDependency class.
|
inline |
Initializes a new instance of the VendorDependency class.
vendorName | The name of the outside vendor (required). |
vendorPath | The specific dependency path (required). |
date | The effectiveDate of the entity that this is a dependency for. (required). |
dependencyType | The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency (required) (default to "VendorDependency"). |
|
inlineprotected |
To validate all properties of the instance
validationContext | Validation context |
|
inline |
Returns true if objects are equal
input | Object to be compared |
|
inline |
Returns true if VendorDependency instances are equal
input | Instance of VendorDependency 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 effectiveDate of the entity that this is a dependency for.
The effectiveDate of the entity that this is a dependency for.
|
getset |
The name of the outside vendor
The name of the outside vendor
|
getset |
The specific dependency path
The specific dependency path