Skip to content

Note block summary

Note Block Summary

Description: Note block summary information.

Referenced By (1): - Capitalization Table

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"
    }
  }
}

Properties:

Property Type Description Required
cashRaised Money The cash raised for the note block. REQUIRED
interest Money The total outstanding interest for the note block. REQUIRED
noteBlockId STRING The identifier of the note block.
Constraints: Min length: 1, Max length: 50
REQUIRED
principal Money The total outstanding principal for the note block. The outstanding debt for the note block is the principal plus the interest. REQUIRED