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.
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.