Superclasses:
Create numerix object to set up Numerix CAIL environment
The numerix
object makes the Numerix® engine
directly accessible from MATLAB®. To use the capabilities of Numerix CAIL,
you must have CAIL client software installed on your local desktop.
In addition, you must add the Numerix library file to MATLAB path to use the documentation examples:
Add <Numerix software package installation
root>/lib
to <matlabroot>/toolbox/local/librarypath.txt
or
Place <Numerix software package installation
root>/lib/NxProjava.dll
in the folder <matlabroot>/bin/win64
N = numerix(DATADIRECTORYPATH)
constructs
the numerix
object and sets up the Numerix CrossAsset
Integration Layer (CAIL) environment given the path, DATADIRECTORYPATH
.
The following properties are from the numerix
class.
|
Defines the path for Attributes:
| ||||
|
Attributes:
| ||||
|
Repositories are collections of templates and are defined as a folder in a file system. Attributes:
| ||||
|
The calculation context manages all the CAIL information. Attributes:
| ||||
|
Defines the path for the numeric instruments data types. Attributes:
| ||||
|
Defines a path for the logical schema for naming all the market
data. Attributes:
| ||||
|
Defines the path for the schema for naming historical fixing data for rates and prices. Attributes:
| ||||
|
Defines the path to the trade instrument definitions. Attributes:
| ||||
|
Defines the calculation parameters and market data, if available. Attributes:
|
parseResults | Converts Numerix CAIL data to MATLAB data types |
Value. To learn how value classes affect copy operations, see Copying Objects.