insttypes
List types
Description
Examples
List Instrument Types
Retrieve the instrument set variable ExampleInst
from the data file InstSetExamples.mat
. ExampleInst
contains three types of instruments: Option
, Futures
, and TBill
.
load InstSetExamples;
instdisp(ExampleInst)
Index Type Strike Price Opt Contracts 1 Option 95 12.2 Call 0 2 Option 100 9.2 Call 0 3 Option 105 6.8 Call 1000 Index Type Delivery F Contracts 4 Futures 01-Jul-1999 104.4 -1000 Index Type Strike Price Opt Contracts 5 Option 105 7.4 Put -1000 6 Option 95 2.9 Put 0 Index Type Price Maturity Contracts 7 TBill 99 01-Jul-1999 6
List all of the types included in ExampleInst
.
TypeList = insttypes(ExampleInst)
TypeList = 3x1 cell
{'Futures'}
{'Option' }
{'TBill' }
Input Arguments
InstSet
— Instrument variable
structure
Instrument variable containing a collection of
instruments, specified as
InstSet
structure. Instruments
are classified by type; each type can have
different data fields. The stored data field is a
row vector or character vector for each
instrument. For more information on the
InstSet
variable, see instget
.
Data Types: struct
Output Arguments
TypeList
— Types of instrument
cell array of character vectors
Types of instruments, returned as an
NTYPES
-by-1
cell array of character vectors listing the
Type
of instruments contained
in the InstSet
variable.
Version History
Introduced before R2006a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)