Skip to main content

Shareholder

Shareholder information

type Shareholder {
name: String!
amount: Long!
ownership: Float!
founder: Boolean!
}

Fields

name ● String!

Investor name (all caps)

amount ● Long!

Amount of shares owned

ownership ● Float!

Ownership percentage (between 0 and 100)

founder ● Boolean!

Whether this shareholder is a founder of the company

Example

{
"name": "INVESTOR NAME",
"amount": 1000,
"ownership": 20.5,
"founder": true
}

Member Of

CapTable object ● CapTableHistory object