Files
2026-03-19 16:16:24 +01:00

49 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>TBILLYIELD Funkcija</title>
<meta charset="utf-8" />
<meta name="description" content="TBILLYIELD funkcija izračunava prinos Trezorskog zapisa." />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
</div>
<h1>TBILLYIELD Funkcija</h1>
<p><b>TBILLYIELD</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">finansijskih funkcija</a>. Koristi se za izračunavanje prinosa Trezorskog zapisa.</p>
<h3>Sintaksa</h3>
<p><b><em>TBILLYIELD(settlement, maturity, pr)</em></b></p>
<p><b>TBILLYIELD</b> funkcija ima sledeće argumente:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Opis</b></th>
</tr>
<tr>
<td><b><em>settlement</em></b></td>
<td>Datum kada je Trezorski zapis kupljen.</td>
</tr>
<tr>
<td><b><em>maturity</em></b></td>
<td>Datum dospeća Trezorskog zapisa. Ovaj datum mora biti unutar jedne godine od datuma kupovine.</td>
</tr>
<tr>
<td><b><em>pr</em></b></td>
<td>Kupovna cena Trezorskog zapisa po nominalnoj vrednosti od 100$.</td>
</tr>
</table>
<h3>Napomene</h3>
<p>Datumi moraju biti uneseni koristeći <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> funkciju.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>TBILLYIELD</b> funkciju.</p>
<h3>Primeri</h3>
<p>Slika ispod prikazuje rezultat koji vraća <b>TBILLYIELD</b> funkcija.</p>
<p><img alt="TBILLYIELD Funkcija" src="../images/tbillyield.png" /></p>
</div>
</body>
</html>