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

Added ccf property type to security schema #308

Merged
merged 3 commits into from
Dec 6, 2023
Merged
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
9 changes: 7 additions & 2 deletions documentation/properties/ccf.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
layout: property
title: "ccf"
schemas: [loan, account]
schemas: [account, loan, security]
---

# ccf

---

The **credit conversion factor** is what indicates the proportion of the undrawn amount that would be drawn down on default.
The **credit conversion factor** estimates the exposure at default of off-balance sheet items. The credit conversion factors are regulator defined and are the estimated size and likely occurrence of the credit exposure, as well as the relative degree of credit risk.

See [here][EBA] for the clasification of off-balance sheet adjustments and [here][EBA2] for the exposure values for different risk categories.

[EBA]: https://www.eba.europa.eu/regulation-and-policy/single-rulebook/interactive-single-rulebook/109163
[EBA2]: https://www.eba.europa.eu/regulation-and-policy/single-rulebook/interactive-single-rulebook/108427
3 changes: 3 additions & 0 deletions v1-dev/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
"minimum": 0.0,
"maximum": 1.0
},
"ccf": {
"$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/v1-dev/common.json#/ccf"
},
"cost_center_code": {
"description": "The organizational unit or sub-unit to which costs/profits are booked.",
"type": "string"
Expand Down