StockIssuance -- does cost_basis
make sense here? Is it the per-share basis or total?
#218
Replies: 1 comment 3 replies
-
Hey @pjohnmeyer, talked to some folks about this. Most of the time, the As for whether it's per-share or total value for the issuance, I think it should be the same as the consideration (which, I see, is also not clearly documented). Either per-share for both or total value of the issuance for both. I think, since these fields are on an issuance, which includes multiple shares, and neither field has an explicit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/blob/234f5ea279f849da4cdb75b2306c6cc743dd3d0a/docs/schema/objects/transactions/issuance/StockIssuance.md
Currently we have
share_price
("The price per share paid for the stock by the holder") andcost_basis
("The cost basis for this particular stock") both have required fields on StockIssuance. I admit I have a somewhat limited understanding of Cost Basis, but I do understand that it can change over time for various reasons.If it is meant to be the point-in-time cost_basis specifically at the time of issuance -- isn't that always the same as
quantity * share_price
? Or do additional considerations come into play?Also, the documentation isn't clear: is this the per-share value or the total value for the issuance?
Beta Was this translation helpful? Give feedback.
All reactions