Rsa issuance transaction
Rsa Issuance Transaction
Description: The issuance transaction for an RSA. Represents the initial grant of restricted stock.
Referenced By (1): - Rsa Transaction Item
References (3): - Decimal - Iso8601 Complete Calendar Date Time - Money
Example:
{
"issueDatetime": {
"value": "2024-01-15T00:00:00Z"
},
"quantity": {
"value": "5000"
},
"acquisitionCost": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "0.001"
}
},
"equityPlanId": "42",
"shareClassId": "10",
"vestingScheduleTemplateId": "7"
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
acquisitionCost |
Money | The total acquisition cost paid by the holder for the restricted shares. | - |
equityPlanId |
STRING |
The identifier of the equity plan from which the RSA was issued. Constraints: Max length: 50 |
- |
issueDatetime |
Iso8601 Complete Calendar Date Time | The date and time the RSA was issued. | - |
quantity |
Decimal | The number of restricted shares granted. | - |
shareClassId |
STRING |
The identifier of the share class. May be absent if the plan has no associated share class. Constraints: Max length: 50 |
- |
vestingScheduleTemplateId |
STRING |
The identifier of the vesting schedule template. May be absent if the RSA has no vesting schedule. Constraints: Max length: 50 |
- |