Daml-Finance - ContigentClaims
App Development2 posts184 views3 likesLast activity Nov 2022
BA
bartcantOP
Nov 2022Hi daml-finance team
What is the purpose of the ContingentClaims code sitting outside the daml/finance directory ?
daml-finance/src/main/daml at main · digital-asset/daml-finance
Contribute to digital-asset/daml-finance development by creating an account on GitHub.
Thanks.
Bart
MA
Matteo_Limberto
Nov 2022Hi @bartcant,
Contingent Claims is a generic instrument modelling framework which is used to model and lifecycle a wide variety of financial contracts. You can read more about it here.
In Daml Finance it is used to model bonds, swaps and derivatives.
The code sits outside of the daml/finance directory as it has been recently migrated from its own repo. It is also very generic in nature and could potentially be used separately from the rest of the library.
Matteo