Amando

Results 82 comments of Amando

It seems the most recent commit changed that file and now they're conflicting. I can take a look this weekend. Edit: I fixed it.

I'm also getting these warnings (during pytest runs) on: - Python 3.13 - QuantLib 1.40

Hi :) Could you provide an example of how this would be used in contrast to the current implementation ? Cheers !

This would be cool, however I suspect it will achieve what [Enyzme](https://github.com/EnzymeAD/Enzyme) does, which is making it's way into nightly soon I think. Edit: [link to `rust-lang` tracking issue](https://github.com/rust-lang/rust/issues/124509)

Good point. We could print omitted columns up to a hard limit (some might be better than none), although I'm not sure what a good number would be. A config...

Hi @triuyen :) Thanks for your interest ! Currently I have `AnalyticOptionPricer` which can be implemented for a binary option type. You may look into the Vanilla implementations [here](https://github.com/avhz/RustQuant/blob/main/crates/RustQuant_instruments/src/options/vanilla.rs) which...

Are you referring to the models contained in [option_models.rs](https://github.com/avhz/RustQuant/blob/main/crates/RustQuant_instruments/src/options/option_models.rs) ?

The `instruments` crate will just be reserved for instrument definitions and impls. Models go in the `models` crates (the ones contained in `instruments/options/option_models.rs` will be moved there shortly). Edit: `backends/`...

Thanks for the response @dariamarutkina :) [server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xml](https://github.com/dbeaver/cloudbeaver/blob/devel/server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xml) This file does not exist in the container. Edit: for completeness, my `compose.yaml`: ```yaml services: dbeaver: image: dbeaver/cloudbeaver:latest container_name: dbeaver restart: unless-stopped ports:...