initialize an asset at the given time.
Roll back an asset until the given time, but do not perform the final adjustment.
warning In version 0.3.7 and earlier, this method was called rollAlmostBack method and performed pre-adjustment. This is no longer true; when migrating your code, you'll have to replace calls such as:
method.rollAlmostBack(asset, t);
with the two statements:
method.partialRollback(asset,t);
asset.preAdjustValues();
computes the present value of an asset.
Roll back an asset until the given time, performing any needed adjustment.
Lattice (tree, finite-differences) base class