Class FloatPaymentStream
Payment Stream Floating Rate.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class FloatPaymentStream
Properties
PaymentStreamRateIndex
The payment stream floating rate index.
Declaration
public string PaymentStreamRateIndex { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentStreamRateIndexLocation
Specifies the location of the floating rate index.
Declaration
public string PaymentStreamRateIndexLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentStreamRateMultiplier
A rate multiplier to apply to the floating rate. A multiplier schedule is expressed as explicit multipliers and dates.
Declaration
public decimal PaymentStreamRateMultiplier { get; set; }
Property Value
Type | Description |
---|---|
decimal |
PaymentStreamRateSpread
Spread from floating rate index.
Declaration
public decimal PaymentStreamRateSpread { get; set; }
Property Value
Type | Description |
---|---|
decimal |