DiscretizedAsset Class Reference#include <discretizedasset.hpp>
Inheritance diagram for DiscretizedAsset:
[legend]List of all members.
Detailed Description
Discretized asset class used by numerical methods.
Member Function Documentation
virtual void preAdjustValues |
( |
|
) |
[virtual] |
|
|
This method will be invoked after rollback and before any other asset (i.e., an option on this one) has any chance to look at the values. For instance, payments happening at times already spanned by the rollback will be added here. |
virtual void postAdjustValues |
( |
|
) |
[virtual] |
|
|
This method will be invoked after rollback and after any other asset had their chance to look at the values. For instance, payments happening at the present time (and therefore not included in an option to be exercised at this time) will be added here.
Reimplemented in DiscretizedOption. |
The documentation for this class was generated from the following file:
|