Share class valuation
Share Class Valuation
Description: The fair market valuation price for a share class.
Referenced By (1): - Fair Market Value
References (1): - Money
Example:
{
"shareClassId": "9",
"shareClassName": "Common",
"common": true,
"price": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "0.20"
}
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
common |
BOOLEAN |
True if this is a common share class; otherwise, false if this is a preferred share class. | - |
price |
Money | The fair market value for the share class. | - |
shareClassId |
STRING |
The identifier of the share class. Constraints: Min length: 1, Max length: 50 |
- |
shareClassName |
STRING |
The name of the share class. Constraints: Min length: 1, Max length: 60 |
- |