IS_IG: Checks if Credit rating is Investment Grade

View source: R/IS_IG.R

IS_IGR Documentation

Checks if Credit rating is Investment Grade

Description

Checks if the credit rating is investment grade or not (if not rating not recognised will be unrated)

Usage

IS_IG(credit_rating)

Arguments

credit_rating

The Credit Rating to be checked

Value

TRUE if Rating is Investment Grade

Author(s)

Tasos Grivas <tasos@openriskcalculator.com>

References

https://en.wikipedia.org/wiki/Credit_rating

Examples


TRUE == IS_IG('AAA')


xVA documentation built on Aug. 28, 2022, 1:06 a.m.

Related to IS_IG in xVA...