Skip to content

Commit

Permalink
add sample transactions for Issuer-level Authorized Shares Adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobyavis committed Mar 15, 2024
1 parent 083b323 commit 8ff6581
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions samples/Transactions.ocf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"file_type": "OCF_TRANSACTIONS_FILE",
"items": [
{
"object_type": "TX_ISSUER_AUTHORIZED_SHARES_ADJUSTMENT",
"id": "test-issuer-level-share-adjustment-minimal",
"issuer_id": "ad98a30d-aeae-4282-affa-7b9fe033d5e6",
"date": "2020-03-22",
"new_shares_authorized": "10000000"
},
{
"object_type": "TX_ISSUER_AUTHORIZED_SHARES_ADJUSTMENT",
"id": "test-issuer-level-share-adjustment-all-fields",
"issuer_id": "ad98a30d-aeae-4282-affa-7b9fe033d5e6",
"date": "2020-03-22",
"new_shares_authorized": "10000000",
"board_approval_date": "2020-03-31",
"stockholder_approval_date": "2020-04-01",
"comments": ["comment-one", "comment-two", "..."]
},
{
"object_type": "TX_CONVERTIBLE_ACCEPTANCE",
"id": "test-convertible-acceptance-minimal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/adjustment/IssuerAuthorizedSharesAdjustment.schema.json",
"title": "Object - Issuer Authorized Shares Adjustment Transaction",
"description": "Object describing an event to change the number of authoried shares of an issuer.",
"description": "Object describing an event to change the number of authoried shares at the issuer level.",
"type": "object",
"allOf": [
{
Expand Down

0 comments on commit 8ff6581

Please sign in to comment.