• Version 4.1.0
Show / Hide Table of Contents

Class PaymentStream

A subcomponent of the Stream; details the attributes of a payment stream in a swap.

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

Constructors

PaymentStream()

Default constructor.

Declaration
public PaymentStream()

Properties

Fixed

Payment Stream Fixed Rate.

Declaration
public FixedPaymentStream Fixed { get; }
Property Value
Type Description
FixedPaymentStream

Float

Payment Stream Floating Rate.

Declaration
public FloatPaymentStream Float { get; }
Property Value
Type Description
FloatPaymentStream

PaymentDates

Payment Stream Payment Dates.

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