From 3c0f925c0367855db0265e6785c32a1ffc2a0731 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Mon, 1 Jun 2020 00:06:02 +0200 Subject: (04060119.xhp) Include square brackets in syntax sections to indicate optional parameters. Note: PMT() and PPMT() functions - syntax now matches ODF 1.2. Change-Id: I7c291ed84eaf875953e86996cc74c2c9a956e13c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95235 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 4b4e25cad5a6971b1be4f077bbe42fd08366b4fd) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95732 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/04060119.xhp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/text/scalc/01/04060119.xhp b/source/text/scalc/01/04060119.xhp index 5abb0366f7..99f0d6fd50 100644 --- a/source/text/scalc/01/04060119.xhp +++ b/source/text/scalc/01/04060119.xhp @@ -41,7 +41,7 @@

PPMT

Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate. -PPMT(Rate; Period; NPer; PV; FV; Type) +PPMT(Rate; Period; NPer; PV [ ; FV [ ; Type ] ]) Rate is the periodic interest rate. @@ -189,7 +189,7 @@

PRICE

Calculates the market value of a fixed interest security with a par value of 100 currency units as a function of the forecast yield. -PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis) +PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency [; Basis]) Settlement is the date of purchase of the security. @@ -216,7 +216,7 @@

PRICEDISC

Calculates the price per 100 currency units of par value of a non-interest- bearing security. -PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis) +PRICEDISC(Settlement; Maturity; Discount; Redemption [; Basis]) Settlement is the date of purchase of the security. @@ -238,7 +238,7 @@

PRICEMAT

Calculates the price per 100 currency units of par value of a security, that pays interest on the maturity date. -PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis) +PRICEMAT(Settlement; Maturity; Issue; Rate; Yield [; Basis]) Settlement is the date of purchase of the security. @@ -305,7 +305,7 @@

MDURATION

Calculates the modified Macauley duration of a fixed interest security in years. -MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis) +MDURATION(Settlement; Maturity; Coupon; Yield; Frequency [; Basis]) Settlement is the date of purchase of the security. @@ -446,7 +446,7 @@

YIELD

Calculates the yield of a security. -YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis) +YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency [; Basis]) Settlement is the date of purchase of the security. @@ -472,7 +472,7 @@

YIELDDISC

Calculates the annual yield of a non-interest-bearing security. -YIELDDISC(Settlement; Maturity; Price; Redemption; Basis) +YIELDDISC(Settlement; Maturity; Price; Redemption [; Basis]) Settlement is the date of purchase of the security. @@ -494,7 +494,7 @@

YIELDMAT

Calculates the annual yield of a security, the interest of which is paid on the date of maturity. -YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis) +YIELDMAT(Settlement; Maturity; Issue; Rate; Price [; Basis]) Settlement is the date of purchase of the security. @@ -519,7 +519,7 @@

PMT

Returns the periodic payment for an annuity with constant interest rates. -PMT(Rate; NPer; PV; FV; Type) +PMT(Rate; NPer; PV [ ; [ FV ] [ ; Type ] ]) Rate is the periodic interest rate. -- cgit