Table of Contents

Class CouponBase

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

Represents a coupon

public class CouponBase
Inheritance
CouponBase
Derived
Inherited Members

Constructors

CouponBase()

public CouponBase()

Properties

PaymentDates

Payment dates

public IList<DateTime> PaymentDates { get; set; }

Property Value

IList<DateTime>

PaymentEndDateUTC

The coupon payment end date

public DateTime? PaymentEndDateUTC { get; set; }

Property Value

DateTime?

PaymentFrequency

The coupon payment frequency

public Frequency? PaymentFrequency { get; set; }

Property Value

Frequency?

PaymentStartDateUTC

The Coupon payment start date

public DateTime? PaymentStartDateUTC { get; set; }

Property Value

DateTime?

Type

The coupon type

public CouponType Type { get; set; }

Property Value

CouponType