Table of Contents

Class Valuation

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

Represents the valuation

public class Valuation
Inheritance
Valuation
Inherited Members

Constructors

Valuation()

public Valuation()

Properties

IsLive

True if the product is considered Live at the valuation date

public bool IsLive { get; set; }

Property Value

bool

RedemptionType

The type of redemption

public RedemptionType? RedemptionType { get; set; }

Property Value

RedemptionType?

ValuationDateUTC

The date of the valuation (can be final date if the product has ended)

public DateTime ValuationDateUTC { get; set; }

Property Value

DateTime

Value

The valuation value (percentage)

public double? Value { get; set; }

Property Value

double?