Instrument variable, specified only when adding Floor
instruments to an existing instrument set. For more information
on the InstSet variable, see instget.
Data Types: struct
Rate at which the floor is exercised, specified as a scalar or
an NINST-by-1 vector of
decimal values.
Data Types: double
Settlement date for the floor, specified as a scalar or an
NINST-by-1 vector
using a datetime array, string array, or date character
vectors.
To support existing code, instfloor also
accepts serial date numbers as inputs, but they are not recommended.
Maturity date for the floor, specified as a scalar or an
NINST-by-1 vector
using a datetime array, string array, or date character
vectors.
To support existing code, instfloor also
accepts serial date numbers as inputs, but they are not recommended.
(Optional) Reset frequency payment per year, specified as a
scalar or an NINST-by-1
vector.
Data Types: double
(Optional) Day-count basis, specified as a scalar or an
NINST-by-1 vector of
integers.
(Optional) Notional principal amount, specified as a scalar or
an NINST-by-1 of notional
principal amounts, or a
NINST-by-1 cell
array, where each element is a
NumDates-by-2 cell
array where the first column is dates and the second column is
associated principal amount. The date indicates the last day
that the principal value is valid.
Use Principal to pass a schedule to compute
the price for an amortizing floor.
Variable containing a collection of instruments, returned as a
structure. Instruments are broken down by type and each type can
have different data fields. Each stored data field has a row
vector or string for each instrument. For more information on
the InstSet variable, see instget.
Name of each data field for a Floor instrument, returned as an
NFIELDS-by-1 cell
array of character vectors.
Data class for each field, returned as an
NFIELDS-by-1 cell
array of character vectors. The class determines how arguments
are parsed. Valid character vectors are
'dble', 'date', and
'char'.
Type of instrument, returned as a character vector. For a Floor
instrument, TypeString = 'Floor'.
A floor is a contract that includes
a guarantee setting the minimum interest rate to be received by the holder,
based on an otherwise floating interest rate.
Although instfloor supports serial date numbers,
datetime values are recommended instead. The
datetime data type provides flexible date and time
formats, storage out to nanosecond precision, and properties to account for time
zones and daylight saving time.
To convert serial date numbers or text to datetime values, use the datetime function. For example:
t = datetime(738427.656845093,"ConvertFrom","datenum");
y = year(t)
y =
2021
There are no plans to remove support for serial date number inputs.
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.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.