digital-asset / daml-finance

Apache License 2.0
17 stars 16 forks source link

Align FpML swap data types with lib-message-integration #297

Closed markus-da closed 2 years ago

markus-da commented 2 years ago

Here are the lib-message-integration data types: https://raw.githubusercontent.com/digital-asset/lib-message-integration/master/example-fpml-clearing-java/daml/FpML/V510/Confirmation.daml

Also, some data types are not in lib-message-integration, but can be improved in a similar manner, based on the FpML schema: https://www.fpml.org/spec/fpml-5-11-3-lcwd-1/html/confirmation/schemaDocumentation/schemas/fpml-ird-5-11_xsd/complexTypes/Swap/swapStream.html

markus-da commented 2 years ago

Implemented here: https://github.com/digital-asset/daml-finance/pull/318