Skip to content

Commit

Permalink
FRAGMOS_Transfer
Browse files Browse the repository at this point in the history
unbound card for complementary Quantity and Price (use case when embedded FX)
  • Loading branch information
JBZ-Fragmos committed Nov 25, 2024
1 parent 43cd882 commit 8557ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosetta-source/src/main/rosetta/event-common-type.rosetta
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ type TransferBase: <"Describes transfer core components e.g. the amount of the a
identifier Identifier (0..*) <"Represents a unique reference to the transfer.">
[metadata scheme]
deliverableQuantity NonNegativeQuantity (1..1) <"Represents the amount of the asset to be transferred.">
notionalQuantity NonNegativeQuantity (0..1) <"Optionally represents the notional value or nominal amount of the asset to be transferred.">
price Price (0..1) <"Optionally represents the price at which the asset is transferred.">
notionalQuantity NonNegativeQuantity (0..*) <"Optionally represents the notional value or nominal amount of the asset to be transferred.">
price Price (0..*) <"Optionally represents the price at which the asset is transferred.">
asset Asset (1..1) <"Represents the object that is subject to the transfer, it could be an asset or a reference.">
payerReceiver PartyReferencePayerReceiver (1..1) <"Represents the parties to the transfer and their role.">
settlementDate AdjustableOrAdjustedOrRelativeDate (1..1) <"Represents the date on which the transfer to due.">
Expand Down

0 comments on commit 8557ee4

Please sign in to comment.