Class CreditRating
Represents the credit rating of the issuer of the product at the time
Constructors
CreditRating()
Declaration
public CreditRating()
Properties
Agency
Rating Agency
Declaration
public RatingAgency Agency { get; set; }
Property Value
Type | Description |
---|---|
RatingAgency |
Value
Rating value
Declaration
public RatingValue Value { get; set; }
Property Value
Type | Description |
---|---|
RatingValue |