curves icon indicating copy to clipboard operation
curves copied to clipboard

Tools for building commodity forward, swaps, and futures curves (Python and .NET).

Results 7 curves issues
Sort by recently updated
recently updated
newest added

Could solve the problem of instability caused by oscillation along the curve.

enhancement
modelling

Linear system (18) of the [maximum smoothness spline document](https://github.com/cmdty/curves/blob/master/docs/max_smoothness/max_smoothness_spline.pdf) involves a block matrix whose sub-matrices are sparse. This structure potentially lends itself to a much more efficient (in terms of...

enhancement
help wanted
modelling

Update build.cake to create Python Conda package during CI, and publish to conda-forge on release. Also updated Python testing task in build.cake to perform tests in a Conda environment.

enhancement
python api
build

The python dependencies for build/ci/test is a bit of a mess, being found in a requirements.txt, build.cake and azure-pipelines.yml. This should be consolidated and tidied up.

dependencies
python api
build

In a notebook an example model of building a high granulary (half-hourly or quarter-hourly) power forward curve.

documentation

I am starting with a simple exercise of using the mult_season_adjust logic in max_smooth_interp to shape quarters within a year. ### Works ``` def wd_weight(period): start = period.asfreq('B', 's') end...