Documentation of 'org.jquantlib.methods.lattices.Lattice' Java class
Lattice
org.jquantlib.methods.lattices

Class Lattice

  • Direct Known Subclasses:
    TreeLattice


    public abstract class Lattice
    extends java.lang.Object
    Lattice (tree, finite-differences) base class
    • Constructor Detail

    • Method Detail

      • initialize

        public abstract void initialize(DiscretizedAsset asset,
                                        double time)
        initialize an asset at the given time.
      • rollback

        public abstract void rollback(DiscretizedAsset asset,
                                      double to)
        Roll back an asset until the given time, performing any needed adjustment.
      • partialRollback

        public abstract void partialRollback(DiscretizedAsset asset,
                                             double to)
        Roll back an asset until the given time, but do not perform the final adjustment.

      • presentValue

        public abstract double presentValue(DiscretizedAsset asset)
        computes the present value of an asset.
      • grid

        public abstract Array grid(double t)
        This is smelly, but we need it. We'll rethink it later.
        Parameters:
        t -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.