Skip to content

Commit

Permalink
feat: updated XchgRate object for Pain001
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPierreNell committed Nov 28, 2024
1 parent b635c2c commit e9c75b2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/schemas/pain.001.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,21 @@
"type": "string"
}
},
"CcyOfTrf": {
"type": "string"
},
"required": ["Amt", "Ccy"]
},
"CcyOfTrf": {
"type": "string"
},
"XchgRate": {
"type": "string"
"type": "object",
"properties": {
"UnitCcy": {
"type": "string"
},
"XchgRate": {
"type": "number"
}
}
}
},
"required": ["Amt", "CcyOfTrf"]
Expand Down

0 comments on commit e9c75b2

Please sign in to comment.