breaking change: simplify loan_size_*
to only one version per loan book
#373
Labels
breaking change ☠️
API change likely to affect existing code
feature
a feature request or enhancement
large
Likely will take over a week to finish
relates to #257
Instead of requiring separate columns for
loan_size_outstanding
,loan_size_outstanding_currency
,loan_size_credit_limit
, andloan_size_credit_limit_currency
, we could simplify to keeping only two columns:loan_size
andloan_size_currency
.While the distinction between the existing ones is useful in the analysis and indeed both outstanding and credit limit variables are used in actual applications, the simplification would be helpful for the following reasons:
OPEN: we could even think about a mechanism that allows the user to point to the relevant column in their loan book, rather than having them replace the values in
loan_size
. Open for discussion.The text was updated successfully, but these errors were encountered: