Ratio
Type - Ratio#
https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Ratio.schema.json
Type representation of a ratio as two parts of a quotient, i.e. numerator and denominator numeric values
Data Type: OCF TYPE
Properties:
Property | Type | Description | Required |
---|---|---|---|
numerator | schema/types/Numeric | Numerator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as a fraction (A/B), where A is the numerator | REQUIRED |
denominator | schema/types/Numeric | Denominator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as a fraction (A/B), where B is the denominator | REQUIRED |
Source Code: schema/types/Ratio
Copyright © 2023 Open Cap Table Coalition.