You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to enrich the representation of transfer i.e. to represent not only the quantity being transferred, but also, optionnaly :
the notional quantity at stake with it,
as well as related price of the transfer
e.g. say transferred quantity is 100 Share, and you want to have additional info such as the price, say 2 USD/Share, with nominal quantity for it, thus being equal to 200 USD
- as of today, only 1 quantity exists
- whereas business example above requires 2 kinds of quantity to possibly co-exist + 1 price attribute
Proposal : Additional Quantity + Price
NOTE : kindly ignore the renaming of transfer as "grossTransfer" also ignore the attribute visible below "netTransfer" that was part of an obsolete work in progress
For clarity, because "transfer extends TransferBase" that is where the changes are actually made i.e. in TransferBase :
Compatibility
backward-compatible
The text was updated successfully, but these errors were encountered:
Related PR
#3234
Background
We want to enrich the representation of transfer i.e. to represent not only the quantity being transferred, but also, optionnaly :
e.g. say transferred quantity is 100 Share, and you want to have additional info such as the price, say 2 USD/Share, with nominal quantity for it, thus being equal to 200 USD
- as of today, only 1 quantity exists
- whereas business example above requires 2 kinds of quantity to possibly co-exist + 1 price attribute
Proposal : Additional Quantity + Price
NOTE : kindly ignore the renaming of transfer as "grossTransfer" also ignore the attribute visible below "netTransfer" that was part of an obsolete work in progress
For clarity, because "transfer extends TransferBase" that is where the changes are actually made i.e. in TransferBase :
Compatibility
backward-compatible
The text was updated successfully, but these errors were encountered: