Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding deferred fees #348

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions documentation/properties/deferred_fees.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: property
title: " deferred fees"
schemas: [loan]
---

# deferred fees

---

**deferred fees** represent the present value of future spread income subject to prepayment risk
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
Loading