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

add extra_drawing_facility type to loan transaction schema #358

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion documentation/properties/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,7 @@ A repayment that reduces the principal amount borrowed and does not include any
├── capital_repayment
├── capitalisation
├── due
├── extra_drawing_facility
├── further_advance
├── interest
├── interest_repayment
Expand All @@ -1443,14 +1444,16 @@ A repayment that reduces the principal amount borrowed
From F3.1 of [MLAR](https://www.bankofengland.co.uk/-/media/boe/files/prudential-regulation/crd-iv/mlar-notes-may-2022.pdf):
>By 'capitalisation' we mean a formal arrangement agreed with the borrower to add all or part of a borrower's arrears to the amount of outstanding principal (i.e. advance of principal including further advances less capital repayments received during the period of the loan) and then treating that amount of overall debt as the enlarged principal. This enlarged principal is then used as the basis for calculating future monthly payments over the remaining term of the loan.


### due
From F6.1i of [MLAR](https://www.bankofengland.co.uk/-/media/boe/files/prudential-regulation/crd-iv/mlar-notes-may-2022.pdf):
>'Payments due' means amounts due under normal commercial
terms (and not the lesser amounts which may have been agreed
as part of any temporary arrangement) fully to service the loans:
that is the balances outstanding including insurance, fees and fines etc.

### extra_drawing_facility
This can be linked with advances on flexible loans, which include an option to draw down further amounts. For example, a loan facility of £80k could have £65k advanced and an extra £15k facility available for drawing down further. This is separate to loan transaction type further_advance which is linked to map advances for further_advance loans.

### further_advance
From the Annex of the PS22/19 FCA policy [statement](https://www.bankofengland.co.uk/-/media/boe/files/prudential-regulation/policy-statement/2019/ps2219.pdf):
>A “further advance” means a further loan to an existing borrower of
Expand Down
1 change: 1 addition & 0 deletions v1-dev/loan_transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"capital_repayment",
"capitalisation",
"due",
"extra_drawing_facility",
"further_advance",
"interest",
"interest_repayment",
Expand Down
Loading