Function adds columns necessary for analysis based on input attribute values
1 2 | proc.prepareLoanbook4analysis(loanbook, exposure.type, customer.level,
ald.levels, ald.ids, ald.names)
|
loanbook |
matched loanbook data - contains pairs of attribues with ALD Level, ALD ID, ALD Name |
exposure.type |
defines what value to put as LoanSize (Outstanding, Exposure) |
customer.level |
Name of level on which mathcing is done |
ald.levels, ald.ids, ald.names |
vectors of values that represent reference to asset-level data. Vectors must be of same length as number of rows in loanbook. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.