Dominic O'Kane

Results 40 issues of Dominic O'Kane

Add to the model library a set of the American option approximations within Black-Scholes using * Barone-Adesi and Whaley. * Bjerksund and Stensland (1993 and 2002)

enhancement
good first issue
Finance Quant

Would like to add additional methods from Hagan West. Forward Monotone Convex Spline Raw Interpolation Minimalist Quadratic Interpolator An implementation can be found here. https://github.com/KNFO-MIMUW/Hagan_West_interpolation

Create object that contains a portfolio of bonds Calculate duration, convexity and price Pricing from discount curve object

enhancement
good first issue
Finance Quant

enhancement
good first issue
Finance Quant

All discussions on the new documentation framework.

Add a product type for an option on an equity index called FinEquityIndexOption This is similar to an Equity vanilla option but customised to index options. The option can be...

good first issue
Finance Quant

If anyone has access to Bloomberg analytics that I can compare to then please send examples. Especially with regards to - Bonds - bullet, floating rate notes, perpetuals, step-ups, callable,...

Testing

The conjugate gradient descent algorithm in scipy is slow and prevents the calling function from being jitted by numba. Idea is to find a python version of the CG minimiser...

enhancement
good first issue
Algorithm specialist

Scipy optimisers are used in a number of locations. However it is not been possible to Numba the objection functions. I have rewritten the optimisers in FinSolver but there are...

Python Task
Numba Expertise

FinDate has been implemented with only some Python datetime dependency in a few functions. However the issue of processing speed is becoming more important. I would be interested to know...

enhancement
good first issue
Python Task
Numba Expertise