Skip to content

Commit

Permalink
REF: move instruments to folders (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 authored Oct 2, 2024
1 parent 0b89130 commit c2e0e9d
Show file tree
Hide file tree
Showing 5 changed files with 3,824 additions and 3,716 deletions.
3 changes: 2 additions & 1 deletion python/rateslib/calendars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ def add_tenor(
from rateslib.dual import Dual, Dual2
from rateslib.periods import FixedPeriod, FloatPeriod, Cashflow, IndexFixedPeriod, IndexCashflow
from rateslib.legs import FixedLeg, FloatLeg, CustomLeg, FloatLegMtm, FixedLegMtm, IndexFixedLeg, ZeroFixedLeg, ZeroFloatLeg, ZeroIndexLeg
from rateslib.instruments import FixedRateBond, FloatRateNote, Value, IRS, SBS, FRA, forward_fx, Spread, Fly, BondFuture, Bill, ZCS, FXSwap, ZCIS, IIRS, STIRFuture
from rateslib.instruments import FixedRateBond, FloatRateNote, Value, IRS, SBS, FRA, Spread, Fly, BondFuture, Bill, ZCS, FXSwap, ZCIS, IIRS, STIRFuture
from rateslib.fx import forward_fx
from rateslib.solver import Solver
from rateslib.splines import bspldnev_single, PPSpline
from datetime import datetime as dt
Expand Down
Loading

0 comments on commit c2e0e9d

Please sign in to comment.