functions to construct and use Process objects.
The first step is to load the QuantLib package.
Needs["QuantLib`"]
Within the Processes part there is one constructor and no member functions available
In[1001]:=
Select[Category[Processes],QLConstructor[#]&]
Out[1001]=
In[1002]:=
Select[Category[Processes],QLMember[#]&]
Out[1002]=
GeneralizedBlackScholesProcess
obj=GeneralizedBlackScholesProcess[BlackVolID,Underlying,SettlementDate,RiskFreeRate,DividendYield]