Open-Cap-Table-Coalition / ocx

Open Cap eXcel (OCX) - Convert Open Cap Format (OCF) packages into a standardized Excel format.
https://opencaptablecoalition.com
Apache License 2.0
31 stars 1 forks source link

Display approximated preferred stock conversion multiplier with an indicator #42

Closed daviidy closed 1 year ago

daviidy commented 1 year ago

Scope

In v0.4 of the OCX sample spreadsheet, the Stakeholder Snapshot sheet includes the preferred stock conversion multiplier in the header, to 4 decimal places. However, when the conversion ratio is not a whole number, this value is approximated, and the user needs to be aware of this.

To improve the user experience, we need to update the display logic to indicate when the preferred stock conversion multiplier is approximated.

Desired outcome

Display the approximated value with a tilde (~) to signal to the user that the value is not exact. For example, if the conversion ratio is 3 → 8, which is 2 2/3, we will display ~2.6667 in the header.

To-Do