tfutpricebyrepo
Calculates Treasury bond futures price given the implied repo rates
Description
[
computes the theoretical futures bond price given the settlement price, the
repo/funding rates, and the reinvestment rate.QtdFutPrice
,AccrInt
] = tfutpricebyrepo(RepoData
,ReinvestData
,Price
,Settle
,MatFut
,ConvFactor
,CouponRate
,Maturity
)
Examples
This example shows how to compute the quoted futures price and accrued interest due on the target delivery date, given the following data.
RepoData = [0.020 2]; ReinvestData = [0.018 3]; Price = [114.416; 113.171]; Settle = datetime(2002,11,15); MatFut = [datetime(2002,12,15) ; datetime(2003,3,15)]; ConvFactor = [1 ; 0.9854]; CouponRate = [0.06;0.0575]; Maturity = [datetime(2009,8,15) ; datetime(2010,8,15)]; [QtdFutPrice AccrInt] = tfutpricebyrepo(RepoData, ... ReinvestData, Price, Settle, MatFut, ConvFactor, CouponRate, ... Maturity)
QtdFutPrice = 2×1
114.1201
113.7090
AccrInt = 2×1
1.9891
0.4448
Input Arguments
Simple term repo/funding rates, specified as a number of futures
NFUT
-by-2
matrix of rates in
decimal and their bases in the form of [RepoRate
RepoBasis]
.
Specify RepoBasis
as
2
= actual/360 or
3
= actual/365.
Data Types: double
Reinvestment of intervening coupons, specified as a number of futures
NFUT
-by-2
matrix of rates and
bases in the form of [ReinvestRate ReinvestBasis]
.
ReinvestRate
is the simple reinvestment rate, in
decimal. Specify ReinvestBasis
as
0
= not reinvested,
2
= actual/360, or
3
= actual/365.
Data Types: double
Current bond price per $100 notional, specified as a scalar numeric or an
NINST
-by-1
vector.
Data Types: double
Settlement/valuation date of futures contract, specified as a scalar or an
NINST
-by-1
vector using a datetime
array, string array, or date character vectors.
To support existing code, tfutpricebyrepo
also
accepts serial date numbers as inputs, but they are not recommended.
Maturity dates (or anticipated delivery dates) of futures contract,
specified as a scalar or an NINST
-by-1
vector using a datetime array, string array, or date character
vectors.
To support existing code, tfutpricebyrepo
also
accepts serial date numbers as inputs, but they are not recommended.
Conversion factor, specified using convfactor
.
Data Types: double
| char
| cell
Underlying bond annual coupon, specified as a scalar numeric decimal or an
NINST
-by-1
vector of
decimals.
Data Types: double
Underlying bond maturity date, specified as a scalar or an
NINST
-by-1
vector using a datetime
array, string array, or date character vectors.
To support existing code, tfutpricebyrepo
also
accepts serial date numbers as inputs, but they are not recommended.
Output Arguments
Quoted futures price, per $100 notional, returned as a
NINST
-by-1
vector.
Accrued Interest due at delivery date, per $100 notional, returned as a
NINST
-by-1
vector.
More About
The implied repo rate indicates the cost of financing a security through a repo transaction, where one party sells a security to another with an agreement to repurchase it later at a higher price.
Version History
Introduced before R2006aAlthough tfutpricebyrepo
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.
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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.
Americhe
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- 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)