Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Variable FIELD_TO_ENTITY_TYPEConst

    FIELD_TO_ENTITY_TYPE: Record<string, OcfEntityType> = ...

    Mapping from CapTable contract field names (snake_case) to OcfEntityType (camelCase).

    Each field in the CapTable DAML contract is a Map from OCF ID (Text) to ContractId. This mapping allows extraction of entity inventories from the contract payload.

    Note: planSecurity* types (7 total) are intentionally omitted from this mapping. They are aliases for equityCompensation* types and are stored under equity_compensation_* fields in Canton. The SDK normalizes planSecurity → equityCompensation during upload.