rateslib icon indicating copy to clipboard operation
rateslib copied to clipboard

A fixed income library for pricing bonds and bond futures, and derivatives such as IRS, cross-currency and FX swaps. Contains tools for full Curveset construction with market standard optimisers and a...

Results 36 rateslib issues
Sort by recently updated
recently updated
newest added

``` dates = [ dt(2000, 1, 3), dt(2001, 1, 3), dt(2002, 1, 3), dt(2003, 1, 3), dt(2004, 1, 3), dt(2005, 1, 3), dt(2006, 1, 3), dt(2007, 1, 3), dt(2008, 1,...

curves

``` curve = Curve( nodes={dt(2023, 3, 7): 1.0, dt(2033, 9, 7): 0.68}, calendar="ldn", convention="act365f", ) sensitivity_curve = curve.shift(Dual(0.0, ["z"], [])) ``` Sensitivity curve has **no** sensitivity.

curves

Hi! I've been trying to follow the example in the FloatingRateNote Guide, but there seems to be a bug in the definition of the fixing I have not been able...

enhancement
derivatives
curves

`Bill.dcf` attribute throws large dcf years when using convention ActActICMA. I think the problem is the effective date of 29th Feb 2024. Could you please see if `_dcf_actacticma` working well...

documentation
good first issue
securities

Consider allowing a `to_json` method for proxy curves to mediate string exchange of data. Or possibly, just configure a `to_json` method for an `FXForwards` object, from which the `ProxyCurve` can...

enhancement
low priority
fx
on hold