EquityGrantInput
Input type for creating an equity grant as part of account creation
input EquityGrantInput {
earlyExerciseAllowed: Boolean
exerciseEvents: [ExerciseEventInput!]
filed83bElection: Boolean
grantDate: String
grantNickname: String
grantType: String!
notes: String
postTerminationExerciseWindow: Int
purchasePricePerShare: Float
quantityGranted: Float
soldShares: [SoldShareEventInput!]
strikePrice: Float
vestingEndDate: String
vestingSchedule: [VestingEventInput!]
vestingScheduleTerms: String
vestingStartDate: String
}