In CAMT.053 parsing, Transaction interface has instructedAmount and instructedCurrency fields but they are not populated by the parser.
Apart from instructed amount and currency, we also should add visibility of actual amount and currency which are always present.
https://github.com/svapnil/iso20022.js/blob/316088651b1bb8cc7de4282808fef7b77fb63dfe/src/camt/types.ts#L105C3-L108C33
In CAMT.053 parsing,
Transactioninterface hasinstructedAmountandinstructedCurrencyfields but they are not populated by the parser.Apart from instructed amount and currency, we also should add visibility of actual
amountandcurrencywhich are always present.https://github.com/svapnil/iso20022.js/blob/316088651b1bb8cc7de4282808fef7b77fb63dfe/src/camt/types.ts#L105C3-L108C33