| irb_asset_correlation | R Documentation |
Direct access to IRB asset correlations, maturity adjustment and capital requirement. Probability, LGD and correlation inputs are decimal rates.
irb_asset_correlation(
pd,
annual_sales_million = NULL,
financial_multiplier = FALSE,
parameters = NULL
)
irb_retail_correlation(pd, subclass, parameters = NULL)
irb_maturity_coefficient(pd, parameters = NULL)
irb_maturity_factor(pd, maturity, parameters = NULL)
irb_capital_requirement(
pd,
lgd,
correlation,
maturity,
apply_maturity_adjustment = TRUE,
defaulted = FALSE,
elbe = 0,
parameters = NULL
)
pd |
Probability of default. |
annual_sales_million |
Optional annual sales in millions. |
financial_multiplier |
Whether to apply the financial-sector multiplier. |
parameters |
Optional parameter data frame or store. |
subclass |
Retail exposure subclass. |
maturity |
Effective maturity in years. |
lgd |
Loss given default. |
correlation |
Asset correlation. |
apply_maturity_adjustment |
Whether the maturity adjustment applies. |
defaulted |
Whether the exposure is defaulted. |
elbe |
Best estimate of expected loss for a defaulted exposure. |
One numeric coefficient or capital-requirement rate.
regulatory_parameters()
irb_asset_correlation(0.01)
irb_capital_requirement(0.01, 0.45, 0.20, 2.5, TRUE, FALSE, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.