• Version 4.1.0
Show / Hide Table of Contents

Class FixedPaymentStream

Payment Stream Fixed Rate.

Inheritance
object
FixedPaymentStream
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 FixedPaymentStream

Properties

PaymentStreamRate

The rate applicable to the fixed rate payment stream.

Declaration
public decimal PaymentStreamRate { get; set; }
Property Value
Type Description
decimal

PaymentStreamRateOrAmountCurrency

Specifies the currency in which PaymentStreamFixedAmount or PaymentStreamRate is denominated. Uses ISO 4271 currency codes.

Declaration
public string PaymentStreamRateOrAmountCurrency { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX