403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.141
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/scalc/01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/scalc/01/func_opt_prob_hit.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Function OPT_PROB_HIT</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
    <a name="optprobhit"></a>
        <a name="bm_id961575074485125"></a>
            <meta itemprop="keywords" content="OPT_PROB_HIT function">
        
        <a name="bm_id391575063908362"></a>
        <h1 id="hd_id71575063908363" dir="auto">
<a name="optprobhith1"></a>OPT_PROB_HIT</h1>
        <p id="par_id591575063908364" class="paragraph" dir="auto"><a name="variable%20name"></a><span class="avis">Returns the probability that an asset hits a predetermined barrier price, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</span>, as follows.</p>
        <p id="par_id21575078735992" class="paragraph" dir="auto">
            <img src="media/helpimg/sc_func_opt01.svg" class="genericimage" alt="OPT_PROB_HIT equation" style="width:197.38334px;height:51.2125px" itemprop="image" itemscope="true" itemtype="http://schema.org/ImageObject">
        </p>
        <p id="par_id821575074114118" class="paragraph" dir="auto"><span class="literal">µ</span> is the asset’s percentage drift, <span class="literal">vol</span> is the percentage volatility of the stock, and <span class="literal">dW</span> is a random sample drawn from a normal distribution with a zero mean. <span class="literal">W</span> is a Wiener process or Brownian motion.</p>
    
    <div class="embedded">
<a name="opttip"></a>
        <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id371575066515276" dir="auto">For relevant background information, visit the <a target="_blank" href="https://en.wikipedia.org/wiki/Option_(finance)">Options (finance)</a> and <a target="_blank" href="https://en.wikipedia.org/wiki/Black%E2%80%93Scholes_model">Black-Scholes</a> model Wikipedia pages.</p></div>
</div>
<br>
    </div>
    <div class="embedded">
<a name="func_head_syntax"></a>
    <h3 id="hd_id126511265112651" dir="auto">Syntax</h3>
  </div>
    <p id="par_id211575074192954" class="code" dir="auto">OPT_PROB_HIT(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier)</p>
    <p id="par_id641575073609823" class="paragraph" dir="auto"><span class="emph">Spot</span> is the price / value of the underlying asset and should be greater than 0.0.</p>
    <p id="par_id731575073617425" class="paragraph" dir="auto"><span class="emph">Volatility</span> is the annual percentage volatility of the underlying asset expressed as a decimal (for example, enter 30% as 0.3). The value should be greater than 0.0.</p>
    <p id="par_id901575074339820" class="paragraph" dir="auto"><a name="optdrift"></a><span class="emph">Drift</span> is the annual stock price percentage drift rate (µ in the above formula). The value is expressed as a decimal (for example, enter 15% as 0.15).</p>
    <p id="par_id541575073629073" class="paragraph" dir="auto"><span class="emph">Maturity</span> is the time to maturity of the option, in years, and should be non-negative.</p>
    <p id="par_id681575073426941" class="paragraph" dir="auto"><a name="optstrike"></a><span class="emph">Strike</span> is the strike price of the option and should be non-negative.</p>
    <p id="par_id321575073632473" class="paragraph" dir="auto"><span class="emph">LowerBarrier</span> is the predetermined lower barrier price; set to zero for no lower barrier.</p>
    <p id="par_id541575073636017" class="paragraph" dir="auto"><span class="emph">UpperBarrier</span> is the predetermined upper barrier price; set to zero for no upper barrier.</p>
    <div class="embedded">
<a name="func_head_example"></a>
    <h3 id="hd_id980889808898088" dir="auto">Examples</h3>
  </div>
    <p id="par_id971575074431070" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=OPT_PROB_HIT(30;0.2;0.3;1;0;40)</span>  returns the value 0.6119.</p>
    <p id="par_id171575074434932" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=OPT_PROB_HIT(70;0.3;0.1;0.5;60;0)</span>  returns the value 0.4239.</p>
    <div class="embedded">
<a name="sectiontechinfo"></a>
        <h4 id="hd_id301640873452726" dir="auto">Technical information</h4>
    </div>
    <div class="embedded">
<a name="4.0"></a>
        <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id651551401041640" dir="auto">This function is available since LibreOffice 4.0.</p></div>
</div>
<br>
    </div>
    <div class="embedded">
<a name="notODFF"></a>
        <p id="par_id251640873774457" class="paragraph" dir="auto">This function is not part of the <span class="emph">Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</span> standard. The name space is</p>
    </div>
    <p id="par_id341640873986703" class="paragraph" dir="auto"><span class="literal">COM.SUN.STAR.SHEET.ADDIN.PRICINGFUNCTIONS.GETOPTPROBHIT</span></p>
    <a name="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions" dir="auto"><a name="related"></a><span class="emph">Related Topics</span>
</p>
<div class="relatedbody" itemprop="mentions">
        <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id461677015195417" dir="auto"><a target="_blank" href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/OPT_PROB_HIT">OPT_PROB_HIT wiki page</a>.</p></div>
</div>
<br>
        <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/func_opt_barrier.html">OPT_BARRIER</a></p></div>
        <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/func_opt_touch.html">OPT_TOUCH</a></p></div>
        <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/func_opt_prob_inmoney.html">OPT_PROB_INMONEY</a></p></div>
        <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/func_opt_prob_hit.html">OPT_PROB_HIT</a></p></div>
        <div class="embedded">
<a name="relatedfinancial"></a>
            <p id="par_id121575125779535" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060103.html">Financial Functions Part One</a></p>
            <p id="par_id251575125873714" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060119.html">Financial Functions Part Two</a></p>
            <p id="par_id191575125878595" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060118.html">Financial Functions Part Three</a></p>
        </div>
    </div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/scalc/01/func_opt_prob_hit.xhp" target="_blank">/text/scalc/01/func_opt_prob_hit.xhp</a></p>
<p dir="auto">Title is: Function OPT_PROB_HIT</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit