Matthew Cantor

Results 16 comments of Matthew Cantor

I apologize for my lack of familiarity with the schema, but does this repricing transaction create a new stock option, or does it merely adjust the exercise price of the...

> > @MattCantor is going to put together an initial write-up of what goes into the NSO / ISO determinations and propose a way to handle ISO/NSO splits. > >...

> > > > @MattCantor is going to put together an initial write-up of what goes into the NSO / ISO determinations and propose a way to handle ISO/NSO splits....

I think the description of the vesting schedule in this example should be "50% of the total number of shares shall vest on the two-month anniversary of ~~this Agreement~~ **the...

Perhaps we could simplify this by making `cliff_condition` simply an integer, rather than creating a new `Vesting Condition` object? I think the only operative piece of information within the `period`...

Proposed implementation from #540 ### Vesting Period Primitive Type #### Current Implementation ```json { "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://schema.opencaptablecoalition.com/v/1.2.0/primitives/types/vesting/VestingPeriod.schema.json", "title": "Primitive - Vesting Period Type", "description": "Abstract type describing the fields...

Kicking this off with some thoughts regarding calculating ISO/NSO splits: # Background ### Up to $100,000 of an optionholder's options may first become exercisable as ISOs in any calendar year....

> * FMV at time of grant > > * This is not necessarily the same as the exercise price. > * Options can be granted with an exercise price...

We should also add a natural language rule that if a valuation_id isn't provided, then we assume for purposes of the ISO NSO Calculator that the fair market value as...

I suppose one approach could be to create a transaction with the following fields: `id`, `security_id`, `date`, `vesting_terms_id`, and `vestings`. If this transaction is present, then the `vesting_terms_id`, and `vestings`...