-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
257 minimal demo data lbk and abcd (#374)
* update data_dictionary * update loanbook_demo * update abcd_demo --------- Co-authored-by: Jackson Hoffart <[email protected]>
- Loading branch information
Showing
13 changed files
with
32 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
dataset,column,typeof,definition | ||
loanbook_demo,id_loan,character,Unique loan identifier | ||
loanbook_demo,id_direct_loantaker,character,Borrower identifier unique to each borrower/sector combination in loanbook | ||
loanbook_demo,name_direct_loantaker,character,Name of the company directly taking the loan | ||
loanbook_demo,id_intermediate_parent_n,character,Optional input: id of the n-th intermediate parent company within the company structure that can be used for more granular mapping than the ultimate parent. Smaller values of n are closer to the direct_loantaker | ||
loanbook_demo,name_intermediate_parent_n,character,Optional input: name of intermediate parent company within the company structure that can be used for more granular mapping than the ultimate parent. Smaller values of n are closer to the direct_loantaker | ||
loanbook_demo,id_ultimate_parent,character,Ultimate parent identifier unique to each ultimate parent/sector combination | ||
loanbook_demo,name_ultimate_parent,character,Name of the ultimate parent company to which the borrower belongs. Can be the same as borrower | ||
loanbook_demo,loan_size_outstanding,double,Amount drawn by borrower from total credit limit | ||
loanbook_demo,loan_size_outstanding_currency,character,Currency corresponding to outstandings | ||
loanbook_demo,loan_size_credit_limit,double,Total credit limit or exposure at default | ||
loanbook_demo,loan_size_credit_limit_currency,character,Currency corresponding to credit limit | ||
loanbook_demo,sector_classification_system,character,Name of the sector classification standard being used | ||
loanbook_demo,sector_classification_input_type,character,Flag identifying if the sector classification code or character description is used | ||
loanbook_demo,sector_classification_direct_loantaker,double,Sector classification code of the direct loantaker | ||
loanbook_demo,fi_type,character,Financial instrument name or asset class | ||
loanbook_demo,flag_project_finance_loan,character,Project finance flag denoting whether a loan is given out to a particular asset or not | ||
loanbook_demo,name_project,logical,Required input for loans with the flag_project_finance_loan = TRUE: Name of the project being financed | ||
loanbook_demo,lei_direct_loantaker,logical,Optional input: providing the lei (legal entity identifier) of the direct loan taker to improve the matching coverage | ||
loanbook_demo,isin_direct_loantaker,logical,Optional input: providing the isin identifier of the direct loan taker to improve the matching coverage | ||
dataset,column,typeof,definition | ||
loanbook_demo,id_loan,character,Unique loan identifier | ||
loanbook_demo,id_direct_loantaker,character,Borrower identifier unique to each borrower/sector combination in loanbook | ||
loanbook_demo,name_direct_loantaker,character,Name of the company directly taking the loan | ||
loanbook_demo,id_ultimate_parent,character,Ultimate parent identifier unique to each ultimate parent/sector combination | ||
loanbook_demo,name_ultimate_parent,character,Name of the ultimate parent company to which the borrower belongs. Can be the same as borrower | ||
loanbook_demo,loan_size_outstanding,double,Amount drawn by borrower from total credit limit | ||
loanbook_demo,loan_size_outstanding_currency,character,Currency corresponding to outstandings | ||
loanbook_demo,loan_size_credit_limit,double,Total credit limit or exposure at default | ||
loanbook_demo,loan_size_credit_limit_currency,character,Currency corresponding to credit limit | ||
loanbook_demo,sector_classification_system,character,Name of the sector classification standard being used | ||
loanbook_demo,sector_classification_direct_loantaker,double,Sector classification code of the direct loantaker | ||
loanbook_demo,lei_direct_loantaker,logical,Optional input: providing the lei (legal entity identifier) of the direct loan taker to improve the matching coverage | ||
loanbook_demo,isin_direct_loantaker,logical,Optional input: providing the isin identifier of the direct loan taker to improve the matching coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.