Skip to content

Commit

Permalink
adding deferred fees
Browse files Browse the repository at this point in the history
  • Loading branch information
emburkino committed Aug 6, 2024
1 parent c926c46 commit 672818a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/properties/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ Charity serving communities and individuals. Includes non-profit institutions se
├── credit_card
│ ├── charge_card
│ └── corporate_card
├── defferred_fees
├── financial_lease
├── heloc
├── trade_finance
Expand Down
4 changes: 4 additions & 0 deletions v1-dev/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
"description": "Identifier used for linking this product as part of a larger deal. e.g. Two components of a single loan or matching a securitisation with it's underlying loan.",
"type": "string"
},
"deferred_fees": {
"description": "Deferred fees are treated as other assets and get 250% Risk Weight on BCAR.",
"type": "number"
},
"el_irb": {
"description": "The best estimate of expected loss when in default.",
"type": "number"
Expand Down

0 comments on commit 672818a

Please sign in to comment.