This class implements the Binomial Tree Model.
It is intended that the user will populate the inputData structure with appropriate asset data prior to calling run() method. When the run completes the calculated output data (one or more options) will be available to the user.
class BinomialTree: public xf::fintech::OCLController