Uses of Record Class
com.quantfinlib.hedging.DeltaHedger.Config
Packages that use DeltaHedger.Config
Package
Description
Hedging algorithms across asset classes:
DeltaHedger (dynamic delta hedging with
bands and costs) and HedgingSimulator
(Monte Carlo hedging-error distributions),
GreekHedger (delta-gamma-vega
neutralization), OptionsBook (book-level
Greeks, scenario grids, P&L explain),
MinimumVarianceHedge (optimal ratios,
futures sizing), FxHedger (exposure
netting, forward carry), PairsHedger
(spread construction, half-life),
CointegrationTest (Engle-Granger — the
statistical gate before a pairs trade) and
WhalleyWilmott (the OPTIMAL no-trade
band around delta — the width the band hedgers take as configuration
SHOULD come from here, with the hedge-to-nearest-edge policy).-
Uses of DeltaHedger.Config in com.quantfinlib.hedging
Methods in com.quantfinlib.hedging that return DeltaHedger.ConfigModifier and TypeMethodDescriptionstatic DeltaHedger.ConfigDeltaHedger.Config.every(double transactionCostBps) Methods in com.quantfinlib.hedging with parameters of type DeltaHedger.ConfigModifier and TypeMethodDescriptionHedgingSimulator.simulate(BlackScholes.OptionType type, double spot, double strike, double expiryYears, double rate, double carry, double hedgeVol, double realizedVol, int stepsPerPath, int numPaths, DeltaHedger.Config hedgeConfig) static DeltaHedger.HedgeReportDeltaHedger.simulateShortOption(BlackScholes.OptionType type, double strike, double expiryYears, double rate, double carry, double hedgeVol, double[] path, double dtYears, DeltaHedger.Config config) Simulates a short option delta-hedged along the given path.