-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreferred-stock.json
More file actions
104 lines (104 loc) · 2.65 KB
/
preferred-stock.json
File metadata and controls
104 lines (104 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"entities": [
{
"id": "common-stock",
"normalizedText": ["Common Stock"],
"type": "common-stock"
},
{
"id": "series-preferred-stock",
"normalizedText": [
"Series A Preferred Stock",
"Series A-1 Preferred Stock",
"Series Preferred Stock",
"Series AA Preferred Stock",
"Series B Preferred Stock",
"Series Seed Preferred Stock"
],
"type": "series-preferred-stock"
},
{
"id": "shares-reserved",
"normalizedText": [
"Authorized For...[Shares]",
"Reserved Shares",
"[Shares]...Reserved",
"[Shares]...Authorized For"
],
"type": "shares"
},
{
"id": "shares-max",
"normalizedText": [
"Up To...[Shares]",
"Up To...[In]",
"Not Exceed...[In]",
"Not Exceed...[Shares]"
],
"type": "shares"
},
{
"id": "shares-issued",
"normalizedText": [
"[Shares]...Are Issued",
"Are Issued...[Shares]",
",...[Of Which Are]"
],
"type": "shares"
},
{
"id": "shares",
"normalizedText": [
"Shares",
"Are Designated",
"Is Designated"
],
"type": "shares"
},
{
"id": "purchase-agreement-date",
"normalizedText": ["Purchase Agreement Date", "Purchase Agreement"],
"type": "purchase-agreement-date"
},
{
"id": "investment-portfolio",
"normalizedText": ["Investment Portfolio"],
"type": "organization"
},
{
"id": "issue-date",
"normalizedText": ["Issue Date", "Date of Issuance", "Issued on"],
"type": "issue-date"
},
{
"id": "purchase-price",
"normalizedText": ["Purchase Price"],
"type": "purchase-price"
},
{
"id": "conversion-date",
"normalizedText": ["Conversion Date", "Conversion"],
"type": "conversion-date"
},
{ "id": "par-value", "normalizedText": ["Par Value"], "type": "par-value" },
{
"id": "purchase-option-amount",
"normalizedText": ["Options to Purchase", "Purchase Option Amount"],
"type": "purchase-option-amount"
},
{
"id": "additional-shares",
"normalizedText": ["Additional Shares"],
"type": "additional-shares"
},
{
"id": "outstanding-convertible-note",
"normalizedText": [
"Outstanding Convertible Note",
"Outstanding Convertible Notes",
"Convertible Promissory Notes"
],
"type": "outstanding-convertible-note"
}
]
}