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

FixedScheduleAllOf More...

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

Public Types

enum class  ScheduleTypeEnum {
  FixedSchedule = 1 , FloatSchedule = 2 , OptionalitySchedule = 3 , StepSchedule = 4 ,
  Exercise = 5 , FxRateSchedule = 6 , FxLinkedNotionalSchedule = 7 , Invalid = 8
}
 The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid More...
 

Public Member Functions

 FixedScheduleAllOf (DateTimeOffset startDate=default(DateTimeOffset), DateTimeOffset maturityDate=default(DateTimeOffset), FlowConventions flowConventions=default(FlowConventions), decimal couponRate=default(decimal), FlowConventionName conventionName=default(FlowConventionName), int? exDividendDays=default(int?), decimal notional=default(decimal), string paymentCurrency=default(string), string stubType=default(string), ExDividendConfiguration exDividendConfiguration=default(ExDividendConfiguration), ScheduleTypeEnum scheduleType=default(ScheduleTypeEnum))
 Initializes a new instance of the FixedScheduleAllOf 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 (FixedScheduleAllOf input)
 Returns true if FixedScheduleAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ScheduleTypeEnum ScheduleType [get, set]
 The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid More...
 
DateTimeOffset StartDate [get, set]
 Date to start generate from More...
 
DateTimeOffset MaturityDate [get, set]
 Date to generate to More...
 
FlowConventions FlowConventions [get, set]
 Gets or Sets FlowConventions More...
 
decimal CouponRate [get, set]
 Coupon rate given as a fraction. More...
 
FlowConventionName ConventionName [get, set]
 Gets or Sets ConventionName More...
 
int? ExDividendDays [get, set]
 Optional. Number of calendar days in the ex-dividend period. If the settlement date falls in the ex-dividend period then the coupon paid is zero and the accrued interest is negative. If set, this must be a non-negative number. If not set, or set to 0, then there is no ex-dividend period. NOTE: This field is deprecated. If you wish to set the ExDividendDays on a bond, please use the ExDividendConfiguration. More...
 
decimal Notional [get, set]
 Scaling factor, the quantity outstanding on which the rate will be paid. More...
 
string PaymentCurrency [get, set]
 Payment currency. This does not have to be the same as the nominal bond or observation/reset currency. More...
 
string StubType [get, set]
 StubType required of the schedule Supported string (enumeration) values are: [ShortFront, ShortBack, LongBack, LongFront, Both]. More...
 
ExDividendConfiguration ExDividendConfiguration [get, set]
 Gets or Sets ExDividendConfiguration More...
 

Detailed Description

FixedScheduleAllOf

Member Enumeration Documentation

◆ ScheduleTypeEnum

The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid

The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid

Enumerator
FixedSchedule 

Enum FixedSchedule for value: FixedSchedule

FloatSchedule 

Enum FloatSchedule for value: FloatSchedule

OptionalitySchedule 

Enum OptionalitySchedule for value: OptionalitySchedule

StepSchedule 

Enum StepSchedule for value: StepSchedule

Exercise 

Enum Exercise for value: Exercise

FxRateSchedule 

Enum FxRateSchedule for value: FxRateSchedule

FxLinkedNotionalSchedule 

Enum FxLinkedNotionalSchedule for value: FxLinkedNotionalSchedule

Invalid 

Enum Invalid for value: Invalid

Constructor & Destructor Documentation

◆ FixedScheduleAllOf() [1/2]

Lusid.Sdk.Model.FixedScheduleAllOf.FixedScheduleAllOf ( )
inlineprotected

Initializes a new instance of the FixedScheduleAllOf class.

◆ FixedScheduleAllOf() [2/2]

Lusid.Sdk.Model.FixedScheduleAllOf.FixedScheduleAllOf ( DateTimeOffset  startDate = default(DateTimeOffset),
DateTimeOffset  maturityDate = default(DateTimeOffset),
FlowConventions  flowConventions = default(FlowConventions),
decimal  couponRate = default(decimal),
FlowConventionName  conventionName = default(FlowConventionName),
int?  exDividendDays = default(int?),
decimal  notional = default(decimal),
string  paymentCurrency = default(string),
string  stubType = default(string),
ExDividendConfiguration  exDividendConfiguration = default(ExDividendConfiguration),
ScheduleTypeEnum  scheduleType = default(ScheduleTypeEnum) 
)
inline

Initializes a new instance of the FixedScheduleAllOf class.

Parameters
startDateDate to start generate from (required).
maturityDateDate to generate to (required).
flowConventionsflowConventions.
couponRateCoupon rate given as a fraction..
conventionNameconventionName.
exDividendDaysOptional. Number of calendar days in the ex-dividend period. If the settlement date falls in the ex-dividend period then the coupon paid is zero and the accrued interest is negative. If set, this must be a non-negative number. If not set, or set to 0, then there is no ex-dividend period. NOTE: This field is deprecated. If you wish to set the ExDividendDays on a bond, please use the ExDividendConfiguration..
notionalScaling factor, the quantity outstanding on which the rate will be paid..
paymentCurrencyPayment currency. This does not have to be the same as the nominal bond or observation/reset currency. (required).
stubTypeStubType required of the schedule Supported string (enumeration) values are: [ShortFront, ShortBack, LongBack, LongFront, Both]..
exDividendConfigurationexDividendConfiguration.
scheduleTypeThe available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FixedScheduleAllOf instances are equal

Parameters
inputInstance of FixedScheduleAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ConventionName

FlowConventionName Lusid.Sdk.Model.FixedScheduleAllOf.ConventionName
getset

Gets or Sets ConventionName

◆ CouponRate

decimal Lusid.Sdk.Model.FixedScheduleAllOf.CouponRate
getset

Coupon rate given as a fraction.

Coupon rate given as a fraction.

◆ ExDividendConfiguration

ExDividendConfiguration Lusid.Sdk.Model.FixedScheduleAllOf.ExDividendConfiguration
getset

◆ ExDividendDays

int? Lusid.Sdk.Model.FixedScheduleAllOf.ExDividendDays
getset

Optional. Number of calendar days in the ex-dividend period. If the settlement date falls in the ex-dividend period then the coupon paid is zero and the accrued interest is negative. If set, this must be a non-negative number. If not set, or set to 0, then there is no ex-dividend period. NOTE: This field is deprecated. If you wish to set the ExDividendDays on a bond, please use the ExDividendConfiguration.

Optional. Number of calendar days in the ex-dividend period. If the settlement date falls in the ex-dividend period then the coupon paid is zero and the accrued interest is negative. If set, this must be a non-negative number. If not set, or set to 0, then there is no ex-dividend period. NOTE: This field is deprecated. If you wish to set the ExDividendDays on a bond, please use the ExDividendConfiguration.

◆ FlowConventions

FlowConventions Lusid.Sdk.Model.FixedScheduleAllOf.FlowConventions
getset

Gets or Sets FlowConventions

◆ MaturityDate

DateTimeOffset Lusid.Sdk.Model.FixedScheduleAllOf.MaturityDate
getset

Date to generate to

Date to generate to

◆ Notional

decimal Lusid.Sdk.Model.FixedScheduleAllOf.Notional
getset

Scaling factor, the quantity outstanding on which the rate will be paid.

Scaling factor, the quantity outstanding on which the rate will be paid.

◆ PaymentCurrency

string Lusid.Sdk.Model.FixedScheduleAllOf.PaymentCurrency
getset

Payment currency. This does not have to be the same as the nominal bond or observation/reset currency.

Payment currency. This does not have to be the same as the nominal bond or observation/reset currency.

◆ ScheduleType

ScheduleTypeEnum Lusid.Sdk.Model.FixedScheduleAllOf.ScheduleType
getset

◆ StartDate

DateTimeOffset Lusid.Sdk.Model.FixedScheduleAllOf.StartDate
getset

Date to start generate from

Date to start generate from

◆ StubType

string Lusid.Sdk.Model.FixedScheduleAllOf.StubType
getset

StubType required of the schedule Supported string (enumeration) values are: [ShortFront, ShortBack, LongBack, LongFront, Both].

StubType required of the schedule Supported string (enumeration) values are: [ShortFront, ShortBack, LongBack, LongFront, Both].


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