Uses of Record Class
org.episteme.social.economics.OptionPricer.PricingResult
Packages that use OptionPricer.PricingResult
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of OptionPricer.PricingResult in org.episteme.social.economics
Methods in org.episteme.social.economics that return OptionPricer.PricingResultModifier and TypeMethodDescriptionstatic OptionPricer.PricingResultOptionPricer.binomialTree(OptionPricer.OptionParameters params, int steps) Binomial tree pricing (can handle American options).static OptionPricer.PricingResultOptionPricer.blackScholes(OptionPricer.OptionParameters params) Black-Scholes pricing for European options.