Class CreditRating
Represents the credit rating of the issuer of the product at the time
public sealed class CreditRating
- Inheritance
-
CreditRating
- Inherited Members
Constructors
CreditRating()
public CreditRating()
Properties
Agency
Rating Agency
public RatingAgency Agency { get; set; }
Property Value
Value
Rating value
public RatingValue Value { get; set; }