Scoring
Before an Issuer can prepare and offer bonds on the primary market, they must undergo a formal financial scoring evaluation. This score determines the company's financial health, assigns a risk grade, and establishes a baseline for future bond parameters (such as the coupon rate offered to investors).
Related User Journey
You can see how this process looks here: Scoring Evaluation.
Business Rules
- Prerequisite: The company must be verified (KYC/KYB completed).
- Documents: The issuer must upload supporting documentation, such as a comprehensive business plan and up-to-date financial statements.
- Immutability: Scoring events are immutable audit records.
- Validity: A new scoring can be requested periodically, and scores have a specific expiration date (typically valid for 6-24 months).
- Scoring Grades: The platform recognizes the following grades indicating the probability of default:
A: Very low probability of defaultB: Low probability of defaultC: Medium probability of defaultD: High probability of defaultE: Very high probability of default
TODO: The exact algorithmic mapping of the "Probability of Default" percentage (e.g., 1.00%) to the standardized
ScoringGrade(A-E) could not be found explicitly in the current codebase. It is either handled manually by the Validator (Risk Analyst) or evaluated in an external service.
Scoring Workflow
Because the platform utilizes DLT infrastructure to ensure data immutability and trust, the creation process is split into two phases:
- Synchronous Phase: Relational scoring data is saved off-chain.
- Asynchronous Phase: A background job (managed by JobRunnr) provisions and anchors the scoring record on the blockchain.