Stakeholder note block summary
Stakeholder Note Block Summary
Description: Note block summary information scoped to a specific stakeholder.
Referenced By (2): - Issuerscapitalization Stakeholder - Stakeholder Group
References (1): - Money
Example:
{
"noteBlockId": "4",
"cashRaised": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "1075000.00"
}
},
"principal": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "1075000.00"
}
},
"interest": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "382524.65"
}
},
"outstandingDebt": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "1457524.65"
}
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
cashRaised |
Money | The cash raised for the note block. | REQUIRED |
interest |
Money | Total interest for the note block. The outstanding debt for the note block is the principal plus the interest. |
REQUIRED |
name |
STRING |
The name of the note block. Constraints: Max length: 1000 |
REQUIRED |
noteBlockId |
STRING |
The identifier of the note block. Constraints: Min length: 1, Max length: 50 |
REQUIRED |
outstandingDebt |
Money | Total outstanding debt for the note block. The outstanding debt for the note block is the principal plus the interest. |
- |
principal |
Money | The total outstanding principal for the note block. The outstanding debt for the note block is the principal plus the interest. |
REQUIRED |