Class BondHullWhiteModelBoundary

java.lang.Object
net.finmath.finitedifference.interestrate.boundaries.BondHullWhiteModelBoundary
All Implemented Interfaces:
FiniteDifferenceInterestRateBoundary

public class BondHullWhiteModelBoundary extends Object implements FiniteDifferenceInterestRateBoundary
Exact boundary conditions for Bond under FDMHullWhiteModel.

Since the reduced-scope Bond product consists only of deterministic fixed cashflows, its value under Hull-White is known exactly as

V(t,x) = \sum_{i:\,T_i \ge t} C_i P(t,T_i;x),

where C_i are the remaining deterministic bond cashflows and P(t,T_i;x) is the model discount bond conditional on the current state variable x.

Hence both lower and upper boundaries can be imposed by exact Dirichlet conditions.

Author:
Alessandro Gnoatto