get_config.RdUsers should get template excel config file by running
download_template_config()
get_config(
file_path = system.file("extdata", "config.xlsx", package = "creditportfolioanalyseR")
)A list with all config information from the config file.
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.
config <- get_config()