Entity pillar · v0.16.0
use-of-funds UseOfFunds
Use-of-funds record per BDR 0068 §6.
$id · https://corpospec.com/schemas/v0.16.0/use-of-funds.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| assumptions | UofAssumption[] | yes | |
| categories | UofAllocation[] | yes | |
| currency | IsoCurrency | yes | ISO 4217 currency code. |
| entity | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| id | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| kpis_to_next_round | KpiTarget[] | yes | |
| round_ref | PathRef | yes | PathRef into BDR 0067 Round. |
| runway_months | number | yes | |
| total_funds | MonetaryAmount | yes | A monetary value with currency. |
| note | string? | — | |
| sensitivity_scenarios | UofScenario[] | — |
Definitions
Shared types referenced within this schema.
IsoCurrency
ISO 4217 currency code.
pattern: ^[A-Z]{3}$
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
KpiTarget
KPI target the round aims to deliver before the next round.
type: object
MilestoneTarget
Milestone the round is expected to deliver.
type: object
MonetaryAmount
A monetary value with currency.
type: object
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
PlannedHire
One planned hire allocated against this round.
type: object
UofAllocation
One allocation row.
type: object
UofAssumption
Named assumption underlying the budget.
type: object
UofCategory
Top-level allocation category.
UofScenario
Sensitivity scenario.
type: object
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.16.0/use-of-funds.schema.json