Skip to content

Commit

Permalink
Revert "Merge pull request #4 from rhandal-pfn/merton_jump_martingale"
Browse files Browse the repository at this point in the history
This reverts commit b41e745, reversing
changes made to 303e03a.

remove kou's model from this PR
  • Loading branch information
rhandal-pfn committed Aug 27, 2024
1 parent b41e745 commit 17e5101
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 597 deletions.
1 change: 0 additions & 1 deletion pfhedge/instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from .primary.brownian import BrownianStock # NOQA
from .primary.cir import CIRRate # NOQA
from .primary.heston import HestonStock # NOQA
from .primary.kou_jump import KouJumpStock # noqa: F401
from .primary.local_volatility import LocalVolatilityStock # NOQA
from .primary.merton_jump import MertonJumpStock # NOQA
from .primary.rough_bergomi import RoughBergomiStock # NOQA
Expand Down
189 changes: 0 additions & 189 deletions pfhedge/instruments/primary/kou_jump.py

This file was deleted.

1 change: 0 additions & 1 deletion pfhedge/stochastic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from .brownian import generate_geometric_brownian # NOQA
from .cir import generate_cir # NOQA
from .heston import generate_heston # NOQA
from .kou_jump import generate_kou_jump # noqa: F401
from .local_volatility import generate_local_volatility_process # NOQA
from .merton_jump import generate_merton_jump # NOQA
from .random import randn_antithetic # NOQA
Expand Down
175 changes: 0 additions & 175 deletions pfhedge/stochastic/kou_jump.py

This file was deleted.

Loading

0 comments on commit 17e5101

Please sign in to comment.