Market pillar · v0.7.1

market-sizing MarketSizing

TAM/SAM/SOM market sizing model.

$id · https://corpospec.com/schemas/v0.7.1/market-sizing.schema.json

Fields

Field Type Required Description
currency IsoCurrency yes ISO 4217 currency code.
id PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
sam MarketSegment yes Market segment (TAM/SAM/SOM).
som MarketSegment yes Market segment (TAM/SAM/SOM).
tam MarketSegment yes Market segment (TAM/SAM/SOM).
as_of IsoDate?
custom MarketSizingCustom?
description string?
name string?

Definitions

Shared types referenced within this schema.

ChangelogEntry
A changelog entry recording a dated change.
type: object
DualCurrencyPlan
Dual currency pricing plan.
type: object
FxAssumption
FX assumption used in market sizing calculations.
type: object
IsoCurrency
ISO 4217 currency code.
pattern: ^[A-Z]{3}$
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
MarketSegment
Market segment (TAM/SAM/SOM).
type: object
MarketSizingCustom
Typed custom extension data for `MarketSizing`.
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_.-]+)+$
ValueStated
Stated values for TAM/SAM/SOM before calculation.
type: object

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.7.1/market-sizing.schema.json