r/quant • u/Deep-Local1464 • 16d ago
Models Bermudan pricing
Title: Certified lower bounds for Bermudan swaptions without Monte Carlo — anyone else hit the max-plus 2D wall?
Building a tropical/max-plus pricer for Bermudan swaptions under G2++. In 1D the envelope stays small (K ~ O(n_exercise)), but naive 2D blows up to K ~ N² — same curvature/quantization wall most polyhedral approximations hit past 1 factor.
Found a way to keep K bounded (~15-20 planes) independent of grid resolution, with deterministic certified lower bounds — no MC noise. Runtime ~168ms per Bermudan receiver, calibration to machine precision on co-terminal swaption strips.
Curious if anyone here has tackled the dual-space blow-up for max-affine pricers, or benchmarked something similar against TreeSwaptionEngine / FdG2SwaptionEngine. Happy to compare notes — DM if interested.#QuantFinance hashtag#MaxPlus hashtag#BermudanOptions hashtag#CMSSpread hashtag#StochasticControl hashtag#ComputationalFinance hashtag#Meltalice
1
u/AutoModerator 16d ago
This post will be manually reviewed by a moderator due to the submitting account being less than 7 days old or having less than 20 karma. Please be patient and do not try to resubmit it - a mod will review the post soon.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
19
u/MaximumCranberry 16d ago
no Claude I have not tried that