• Version 4.1.0
Show / Hide Table of Contents

Class FloatPaymentStream

Payment Stream Floating Rate.

Inheritance
object
FloatPaymentStream
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX