Skip to content

Commit a55256c

Browse files
committed
Add SSP and SPLIT ActivityType
1 parent 95cc935 commit a55256c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

schema_json/endpoint/account_activities/enums/activity_type.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"FEE",
3636
"REORG",
3737
"SC",
38-
"SSO"
38+
"SSO",
39+
"SSP",
40+
"SPLIT"
3941
],
4042
"javaEnums": [
4143
{
@@ -139,6 +141,12 @@
139141
},
140142
{
141143
"description": "Stock spinoff."
144+
},
145+
{
146+
"description": "Stock split."
147+
},
148+
{
149+
"description": "Stock split."
142150
}
143151
]
144152
}

0 commit comments

Comments
 (0)