You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some agencies attach a rating without having been requested by the issuer. This is usually indicated by the attachment of the letter u (unsolicited), e.g. AA+u.
Moody's uses (P) (public information only) before the actual rating, e.g. (P)P-1.
Add the possibility to use get_pure_ratings in order to clean (P).
Some ratings may have a prefix '(P)', which indicates that this rating
is based on public information only. It is comparable to the suffix 'u'
(unsolicited).
This commit improved ``get_pure_ratings`` in order to
also remove this kind of prefix.
Closes#27
…28)
Some ratings may have a prefix '(P)', which indicates that this rating
is based on public information only. It is comparable to the suffix 'u'
(unsolicited).
This commit improved ``get_pure_ratings`` in order to
also remove this kind of prefix.
Closes#27
Some agencies attach a rating without having been requested by the issuer. This is usually indicated by the attachment of the letter u (unsolicited), e.g. AA+u.
Moody's uses (P) (public information only) before the actual rating, e.g. (P)P-1.
Add the possibility to use
get_pure_ratings
in order to clean (P).pyratings/src/pyratings/clean.py
Lines 22 to 37 in 49a3025
The text was updated successfully, but these errors were encountered: