Users should get template excel config file by running download_template_config()

get_config(
  file_path = system.file("extdata", "config.xlsx", package = "creditportfolioanalyseR")
)

Arguments

file_path

Full path and filename of users' customised config xlsx file.

Value

A list with all config information from the config file.

Details

Users should then update the config file for their own configuration. This includes updating credit transition matrices, spread assumptions, risk free rate assumptions, published MA/PD/COD/FS amounts etc.

Examples

config <- get_config()