mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 03:00:04 +08:00
1295f45e13
Instead of using a pandas Series of with dictionaries as the values treasury curves, use a DataFrame which more naturally fits the data type of a having a timeseries with mulitple values. Should allow easier slicing/manipulation of the treasury curves, e.g. getting 10 year curves would now be: ``` treasury_curves['10year'] ```