| Financial Derivatives Toolbox | ![]() |
True if financial structure type or financial object class
Syntax
IsFinObj = isafin(Obj, ClassName)
Arguments
Obj |
Name of a financial structure. |
ClassName |
String containing name of financial structure class. |
Description
IsFinObj = isafin(Obj, ClassName)
is True (1) if the input argument is a financial structure type or financial object class.
Example
load deriv.mat
IsFinObj = isafin(HJMTree, 'HJMFwdTree')
IsFinObj =
1
See Also
| intenvset | mkbush | ![]() |