Christian Fries

Results 15 comments of Christian Fries

I did not yet merge this, because the integration test failed. (Unit test). I will check it.

Thank you very much! I will check it out!

I missed this one. We all moved to import the project as "Maven Project" a long time ago since this is far more reliable. Maybe the Eclipse project files should...

This can be done using the component in net.finmath.montecarlo.interestrate.products.components.Option and build the product from individual components. Easier is to just create your own product starting from BermudanSwaption and using an...

Yes. Until then: You may use put call parity first, then call the function.

Note: I was recently requested to make [finmath-lib](https://github.com/finmath/finmath-lib) an OSGi bundle. For that all my dependencies should be OSGi bundles too. I had to kick out Colt 1.2.0 for that...

This issue is more severe than it looks. Jackson cannot serialise the following simple Java Data Structures into valid XML: - Map - Map - Map etc. The issue being...

Let me know, if you require a MWE / sample project.

Note: Currently all pull request fail due to the HTML Validator reporting broken links. See https://github.com/ethereum/ERCs/actions/runs/6657294483/job/18091699250?pr=25 A pull request of an ERC fails even if that ERC does not have...

@lightclient thanks for the reply. I believe there is kind of "deadlock" because an ERC-X is getting a fail because the links in ERC-Y are wrong. Would it be possible...