Object describing a credit rating, which assesses the stability and credit worthiness of a legal entity and hence its likelihood of defaulting on its outstanding obligations (typically debt).
More...
|
string | RatingSource [get, set] |
| The provider of the credit rating, which will typically be an agency such as Moody's or Standard and Poor. More...
|
|
string | Rating [get, set] |
| The credit rating provided by the rating source. This would expected to be consistent with the rating scheme of that agency/source. More...
|
|
Object describing a credit rating, which assesses the stability and credit worthiness of a legal entity and hence its likelihood of defaulting on its outstanding obligations (typically debt).
◆ CreditRating() [1/2]
Lusid.Sdk.Model.CreditRating.CreditRating |
( |
| ) |
|
|
inlineprotected |
◆ CreditRating() [2/2]
Lusid.Sdk.Model.CreditRating.CreditRating |
( |
string |
ratingSource = default(string) , |
|
|
string |
rating = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the CreditRating class.
- Parameters
-
ratingSource | The provider of the credit rating, which will typically be an agency such as Moody's or Standard and Poor. (required). |
rating | The credit rating provided by the rating source. This would expected to be consistent with the rating scheme of that agency/source. (required). |
◆ Equals() [1/2]
bool Lusid.Sdk.Model.CreditRating.Equals |
( |
CreditRating |
input | ) |
|
|
inline |
Returns true if CreditRating instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
override bool Lusid.Sdk.Model.CreditRating.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
override int Lusid.Sdk.Model.CreditRating.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
virtual string Lusid.Sdk.Model.CreditRating.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string Lusid.Sdk.Model.CreditRating.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Rating
string Lusid.Sdk.Model.CreditRating.Rating |
|
getset |
The credit rating provided by the rating source. This would expected to be consistent with the rating scheme of that agency/source.
The credit rating provided by the rating source. This would expected to be consistent with the rating scheme of that agency/source.
◆ RatingSource
string Lusid.Sdk.Model.CreditRating.RatingSource |
|
getset |
The provider of the credit rating, which will typically be an agency such as Moody's or Standard and Poor.
The provider of the credit rating, which will typically be an agency such as Moody's or Standard and Poor.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/CreditRating.cs