Define "Security" formally #108
-
Most transaction objects reference something, called "security id" (defined as "Identifier for the security which the transaction applies to"). For example: Stock Issuance Transaction. However, I can't find the formal definition of what this "Security" is or what fields it consists of. I'd find it useful to have some kind of pointer to the definition of "Security" in the descriptions of fields, referencing it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Good point @kedder. This is especially confusing as it applies to an issuance object, e.g. the Stock Issuance object Instead of simply: "Identifier for the security which the transaction applies to" We can bolster this up to better describe the intended usage of this field as so: "Identifier for the security (stock, plan security, warrant, or convertible) by which it can be referenced by other transaction objects. Note that while this identifier is created with an issuance object, it should be different than the issuance object's |
Beta Was this translation helpful? Give feedback.
Good point @kedder. This is especially confusing as it applies to an issuance object, e.g. the Stock Issuance object
I suggest changing the description of "security_id"
Instead of simply:
"Identifier for the security which the transaction applies to"
We can bolster this up to better describe the intended usage of this field as so:
"Identifier for the security (stock, plan security, warrant, or convertible) by which it can be referenced by other transaction objects. Note that while this identifier is created with an issuance object, it should be different than the issuance object's
id
field which identifies the issuance transaction object itself. All future transactions on the security (e.…