1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "analysis.hrc"
22 Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
24 Resource ANALYSIS_Workday
26 String 1 // description Workday
28 Text [ en-US ] = "Returns the serial number of the date before or after a specified number of workdays";
31 String 2 // name of parameter 1 Workday
33 Text [ en-US ] = "Start date";
36 String 3 // description of parameter 1 Workday
38 Text [ en-US ] = "The start date";
41 String 4 // name of parameter 2 Workday
43 Text [ en-US ] = "Days";
46 String 5 // description of parameter 2 Workday
48 Text [ en-US ] = "The number of workdays before or after the start date";
51 String 6 // name of parameter 3 Workday
53 Text [ en-US ] = "Holidays";
56 String 7 // description of parameter 3 Workday
58 Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
62 Resource ANALYSIS_Yearfrac
64 String 1 // description Yearfrac
66 Text [ en-US ] = "Returns the number of years (including fractional part) between two dates";
69 String 2 // name of parameter 1 Yearfrac
71 Text [ en-US ] = "Start date";
74 String 3 // description of parameter 1 Yearfrac
76 Text [ en-US ] = "The start date";
79 String 4 // name of parameter 2 Yearfrac
81 Text [ en-US ] = "End date";
84 String 5 // description of parameter 2 Yearfrac
86 Text [ en-US ] = "The end date";
89 String 6 // name of parameter 3 Yearfrac
91 Text [ en-US ] = "Basis";
94 String 7 // description of parameter 3 Yearfrac
96 Text [ en-US ] = "Basis indicates the day-count convention to use in the calculation";
100 Resource ANALYSIS_Edate
102 String 1 // description Edate
104 Text [ en-US ] = "Returns the serial number of the date that is a specified number of months before or after the start date";
107 String 2 // name of parameter 1 Edate
109 Text [ en-US ] = "Start date";
112 String 3 // description of parameter 1 Edate
114 Text [ en-US ] = "The start date";
117 String 4 // name of parameter 2 Edate
119 Text [ en-US ] = "Months";
122 String 5 // description of parameter 2 Edate
124 Text [ en-US ] = "Number of months before or after the start date";
128 Resource ANALYSIS_Weeknum
130 String 1 // description Weeknum_add
132 Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
135 String 2 // name of parameter 1 Weeknum_add
137 Text [ en-US ] = "Date";
140 String 3 // description of parameter 1 Weeknum_add
142 Text [ en-US ] = "The date";
145 String 4 // name of parameter 2 Weeknum_add
147 Text [ en-US ] = "Return type";
150 String 5 // description of parameter 2 Weeknum_add
152 Text [ en-US ] = "Indicates the first day of the week (1 = Sunday, other values = Monday)";
156 Resource ANALYSIS_Eomonth
158 String 1 // description EoMonth
160 Text[ en-US ] = "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date";
163 String 2 // name of parameter 1 EoMonth
165 Text [ en-US ] = "Start date";
168 String 3 // description of parameter 1 EoMonth
170 Text [ en-US ] = "The start date";
173 String 4 // name of parameter 2 EoMonth
175 Text [ en-US ] = "Months";
178 String 5 // description of parameter 2 EoMonth
180 Text [ en-US ] = "Number of months before or after the start date";
184 Resource ANALYSIS_Networkdays
186 String 1 // description Networkdays
188 Text [ en-US ] = "Returns the number of workdays between two dates";
191 String 2 // name of parameter 1 Networkdays
193 Text [ en-US ] = "Start date";
196 String 3 // description of parameter 1 Networkdays
198 Text [ en-US ] = "The start date";
201 String 4 // name of parameter 2 Networkdays
203 Text [ en-US ] = "End date";
206 String 5 // description of parameter 2 Networkdays
208 Text [ en-US ] = "The end date";
211 String 6 // name of parameter 3 Networkdays
213 Text [ en-US ] = "Holidays";
216 String 7 // description of parameter 3 Networkdays
218 Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
222 Resource ANALYSIS_Iseven
224 String 1 // description Iseven_add
226 Text [ en-US ] = "Returns the value 'true' if the number is even";
229 String 2 // name of parameter 1 Iseven_add
231 Text [ en-US ] = "Number";
234 String 3 // description of parameter 1 Iseven_add
236 Text [ en-US ] = "The number";
240 Resource ANALYSIS_Isodd
242 String 1 // description Isodd_add
244 Text [ en-US ] = "Returns the value 'true' if the number is odd";
247 String 2 // name of parameter 1 Isodd_add
249 Text [ en-US ] = "Number";
252 String 3 // description of parameter 1 Isodd_add
254 Text [ en-US ] = "The number";
258 Resource ANALYSIS_Multinomial
260 String 1 // description Multinomial
262 Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
265 String 2 // name of parameter 1 Multinomial
267 Text [ en-US ] = "Number(s)";
270 String 3 // description of parameter 1 Multinomial
272 Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
276 Resource ANALYSIS_Seriessum
278 String 1 // description Seriessum
280 Text [ en-US ] = "Returns the sum of a power series";
283 String 2 // name of parameter 1 Seriessum
285 Text [ en-US ] = "X";
288 String 3 // description of parameter 1 Seriessum
290 Text [ en-US ] = "The independent variable of the power series";
293 String 4 // name of parameter 2 Seriessum
295 Text [ en-US ] = "N";
298 String 5 // description of parameter 2 Seriessum
300 Text [ en-US ] = "The initial power to which x is to be raised";
303 String 6 // name of parameter 3 Seriessum
305 Text [ en-US ] = "M";
308 String 7 // description of parameter 3 Seriessum
310 Text [ en-US ] = "The increment by which to increase n for each term in the series";
313 String 8 // name of parameter 4 Seriessum
315 Text [ en-US ] = "Coefficients";
318 String 9 // description of parameter 4 Seriessum
320 Text [ en-US ] = "Set of coefficients by which each successive power of the variable x is multiplied";
324 Resource ANALYSIS_Quotient
326 String 1 // description Quotient
328 Text [ en-US ] = "Returns the integer portion of a division";
331 String 2 // name of parameter 1 Quotient
333 Text [ en-US ] = "Numerator";
336 String 3 // description of parameter 1 Quotient
338 Text [ en-US ] = "The dividend";
341 String 4 // name of parameter 2 Quotient
343 Text [ en-US ] = "Denominator";
346 String 5 // description of parameter 2 Quotient
348 Text [ en-US ] = "The divisor";
352 Resource ANALYSIS_Mround
354 String 1 // description Mround
356 Text [ en-US ] = "Returns a number rounded to a specified multiple";
359 String 2 // name of parameter 1 Mround
361 Text [ en-US ] = "Number";
364 String 3 // description of parameter 1 Mround
366 Text [ en-US ] = "The number to round off";
369 String 4 // name of parameter 2 Mround
371 Text [ en-US ] = "Multiple";
374 String 5 // description of parameter 2 Mround
376 Text [ en-US ] = "The multiple to which you want to round number";
380 Resource ANALYSIS_Sqrtpi
382 String 1 // description SqrtPI
384 Text [ en-US ] = "Returns the square root of a number which has been multiplied by pi";
387 String 2 // name of parameter 1 SqrtPI
389 Text [ en-US ] = "Number";
392 String 3 // description of parameter 1 SqrtPI
394 Text [ en-US ] = "The number by which pi is multiplied";
398 Resource ANALYSIS_Randbetween
400 String 1 // description Randbetween
402 Text [ en-US ] = "Returns a random integer between the numbers you specify";
405 String 2 // name of parameter 1 Randbetween
407 Text [ en-US ] = "Bottom";
410 String 3 // description of parameter 1 Randbetween
412 Text [ en-US ] = "The smallest integer returned";
415 String 4 // name of parameter 2 Randbetween
417 Text [ en-US ] = "Top";
420 String 5 // description of parameter 2 Randbetween
422 Text [ en-US ] = "The largest integer returned";
426 Resource ANALYSIS_Gcd
428 String 1 // description Gcd_add
430 Text [ en-US ] = "Returns the greatest common divisor";
433 String 2 // name of parameter 1 Gcd_add
435 Text [ en-US ] = "Number(s)";
438 String 3 // description of parameter 1 Gcd_add
440 Text [ en-US ] = "Number or list of numbers";
444 Resource ANALYSIS_Lcm
446 String 1 // description Lcm_add
448 Text [ en-US ] = "Returns the least common multiple";
451 String 2 // name of parameter 1 Lcm_add
453 Text [ en-US ] = "Number(s)";
456 String 3 // description of parameter 1 Lcm_add
458 Text [ en-US ] = "Number or list of numbers";
462 Resource ANALYSIS_Besseli
464 String 1 // description BesselI
466 Text [ en-US ] = "Returns the modified Bessel function In(x)";
469 String 2 // name of parameter 1 BesselI
471 Text [ en-US ] = "X";
474 String 3 // description of parameter 1 BesselI
476 Text [ en-US ] = "The value at which the function is to be evaluated";
479 String 4 // name of parameter 2 BesselI
481 Text [ en-US ] = "N";
484 String 5 // description of parameter 2 BesselI
486 Text [ en-US ] = "The order of the Bessel function";
490 Resource ANALYSIS_Besselj
492 String 1 // description BesselJ
494 Text [ en-US ] = "Returns the Bessel function Jn(x)";
497 String 2 // name of parameter 1 BesselJ
499 Text [ en-US ] = "X";
502 String 3 // description of parameter 1 BesselJ
504 Text [ en-US ] = "The value at which the function is to be evaluated";
507 String 4 // name of parameter 2 BesselJ
509 Text [ en-US ] = "N";
512 String 5 // description of parameter 2 BesselJ
514 Text [ en-US ] = "The order of the Bessel function";
518 Resource ANALYSIS_Besselk
520 String 1 // description BesselK
522 Text [ en-US ] = "Returns the Bessel function Kn(x)";
525 String 2 // name of parameter 1 BesselK
527 Text [ en-US ] = "X";
530 String 3 // description of parameter 1 BesselK
532 Text [ en-US ] = "The value at which the function is to be evaluated";
535 String 4 // name of parameter 2 BesselK
537 Text [ en-US ] = "N";
540 String 5 // description of parameter 2 BesselK
542 Text [ en-US ] = "The order of the Bessel function";
546 Resource ANALYSIS_Bessely
548 String 1 // description BesselY
550 Text [ en-US ] = "Returns the Bessel function Yn(x)";
553 String 2 // name of parameter 1 BesselY
555 Text [ en-US ] = "X";
558 String 3 // description of parameter 1 BesselY
560 Text [ en-US ] = "The value at which the function is to be evaluated";
563 String 4 // name of parameter 2 BesselY
565 Text [ en-US ] = "N";
568 String 5 // description of parameter 2 BesselY
570 Text [ en-US ] = "The order of the Bessel function";
574 Resource ANALYSIS_Bin2Oct
576 String 1 // description Bin2Oct
578 Text [ en-US ] = "Converts a binary number to an octal number";
581 String 2 // name of parameter 1 Bin2Oct
583 Text [ en-US ] = "Number";
586 String 3 // description of parameter 1 Bin2Oct
588 Text [ en-US ] = "The binary number to be converted (as text)";
591 String 4 // name of parameter 2 Bin2Oct
593 Text [ en-US ] = "Places";
596 String 5 // description of parameter 2 Bin2Oct
598 Text [ en-US ] = "Number of places used";
602 Resource ANALYSIS_Bin2Dec
604 String 1 // description Bin2Dec
606 Text [ en-US ] = "Converts a binary number to a decimal number";
609 String 2 // name of parameter 1 Bin2Dec
611 Text [ en-US ] = "Number";
614 String 3 // description of parameter 1 Bin2Dec
616 Text [ en-US ] = "The binary number to be converted (as text)";
620 Resource ANALYSIS_Bin2Hex
622 String 1 // description Bin2Hex
624 Text [ en-US ] = "Converts a binary number to a hexadecimal number";
627 String 2 // name of parameter 1 Bin2Hex
629 Text [ en-US ] = "Number";
632 String 3 // description of parameter 1 Bin2Hex
634 Text [ en-US ] = "The binary number to be converted (as text)";
637 String 4 // name of parameter 2 Bin2Hex
639 Text [ en-US ] = "Places";
642 String 5 // description of parameter 2 Bin2Hex
644 Text [ en-US ] = "Number of places used.";
648 Resource ANALYSIS_Oct2Bin
650 String 1 // description Oct2Bin
652 Text [ en-US ] = "Converts an octal number to a binary number";
655 String 2 // name of parameter 1 Oct2Bin
657 Text [ en-US ] = "Number";
660 String 3 // description of parameter 1 Oct2Bin
662 Text [ en-US ] = "The octal number to be converted (as text)";
665 String 4 // name of parameter 2 Oct2Bin
667 Text [ en-US ] = "Places";
670 String 5 // description of parameter 2 Oct2Bin
672 Text [ en-US ] = "Number of places used";
676 Resource ANALYSIS_Oct2Dec
678 String 1 // description Oct2Dec
680 Text [ en-US ] = "Converts an octal number to a decimal number";
683 String 2 // name of parameter 1 Oct2Dec
685 Text [ en-US ] = "Number";
688 String 3 // description of parameter 1 Oct2Dec
690 Text [ en-US ] = "The octal number to be converted (as text)";
694 Resource ANALYSIS_Oct2Hex
696 String 1 // description Oct2Hex
698 Text [ en-US ] = "Converts an octal number to a hexadecimal number";
701 String 2 // name of parameter 1 Oct2Hex
703 Text [ en-US ] = "Number";
706 String 3 // description of parameter 1 Oct2Hex
708 Text [ en-US ] = "The octal number to be converted (as text)";
711 String 4 // name of parameter 2 Oct2Hex
713 Text [ en-US ] = "Places";
716 String 5 // description of parameter 2 Oct2Hex
718 Text [ en-US ] = "Number of places used";
722 Resource ANALYSIS_Dec2Bin
724 String 1 // description Dec2Bin
726 Text [ en-US ] = "Converts a decimal number to a binary number";
729 String 2 // name of parameter 1 Dec2Bin
731 Text [ en-US ] = "Number";
734 String 3 // description of parameter 1 Dec2Bin
736 Text [ en-US ] = "The decimal integer to be converted";
739 String 4 // name of parameter 2 Dec2Bin
741 Text [ en-US ] = "Places";
744 String 5 // description of parameter 2 Dec2Bin
746 Text [ en-US ] = "Number of places used";
750 Resource ANALYSIS_Dec2Hex
752 String 1 // description Dec2Hex
754 Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
757 String 2 // name of parameter 1 Dec2Hex
759 Text [ en-US ] = "Number";
762 String 3 // description of parameter 1 Dec2Hex
764 Text [ en-US ] = "The decimal integer to be converted";
767 String 4 // name of parameter 2 Dec2Hex
769 Text [ en-US ] = "Places";
772 String 5 // description of parameter 2 Dec2Hex
774 Text [ en-US ] = "Number of places used";
778 Resource ANALYSIS_Dec2Oct
780 String 1 // description Dec2Oct
782 Text [ en-US ] = "Converts a decimal number into an octal number";
785 String 2 // name of parameter 1 Dec2Oct
787 Text [ en-US ] = "Number";
790 String 3 // description of parameter 1 Dec2Oct
792 Text [ en-US ] = "The decimal number";
795 String 4 // name of parameter 2 Dec2Oct
797 Text [ en-US ] = "Places";
800 String 5 // description of parameter 2 Dec2Oct
802 Text [ en-US ] = "Number of places used";
806 Resource ANALYSIS_Hex2Bin
808 String 1 // description Hex2Bin
810 Text [ en-US ] = "Converts a hexadecimal number to a binary number";
813 String 2 // name of parameter 1 Hex2Bin
815 Text [ en-US ] = "Number";
818 String 3 // description of parameter 1 Hex2Bin
820 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
823 String 4 // name of parameter 2 Hex2Bin
825 Text [ en-US ] = "Places";
828 String 5 // description of parameter 2 Hex2Bin
830 Text [ en-US ] = "Number of places used";
834 Resource ANALYSIS_Hex2Dec
836 String 1 // description Hex2Dec
838 Text [ en-US ] = "Converts a hexadecimal number to a decimal number";
841 String 2 // name of parameter 1 Hex2Dec
843 Text [ en-US ] = "Number";
846 String 3 // description of parameter 1 Hex2Dec
848 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
852 Resource ANALYSIS_Hex2Oct
854 String 1 // description Hex2Oct
856 Text [ en-US ] = "Converts a hexadecimal number to an octal number";
859 String 2 // name of parameter 1 Hex2Oct
861 Text [ en-US ] = "Number";
864 String 3 // description of parameter 1 Hex2Oct
866 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
869 String 4 // name of parameter 2 Hex2Oct
871 Text [ en-US ] = "Places";
874 String 5 // description of parameter 2 Hex2Oct
876 Text [ en-US ] = "Number of places used";
880 Resource ANALYSIS_Delta
882 String 1 // description Delta
884 Text [ en-US ] = "Tests whether two values are equal";
887 String 2 // name of parameter 1 Delta
889 Text [ en-US ] = "Number 1";
892 String 3 // description of parameter 1 Delta
894 Text [ en-US ] = "The first number";
897 String 4 // name of parameter 2 Delta
899 Text [ en-US ] = "Number 2";
902 String 5 // description of parameter 2 Delta
904 Text [ en-US ] = "The second number";
908 Resource ANALYSIS_Erf
910 String 1 // description Erf
912 Text [ en-US ] = "Returns the error function";
915 String 2 // name of parameter 1 Erf
917 Text [ en-US ] = "Lower limit";
920 String 3 // description of parameter 1 Erf
922 Text [ en-US ] = "The lower limit for integration";
925 String 4 // name of parameter 2 Erf
927 Text [ en-US ] = "Upper limit";
930 String 5 // description of parameter 2 Erf
932 Text [ en-US ] = "The upper limit for integration";
936 Resource ANALYSIS_Erfc
938 String 1 // description Erfc
940 Text [ en-US ] = "Returns the complementary error function";
943 String 2 // name of parameter 1 Erfc
945 Text [ en-US ] = "Lower limit";
948 String 3 // description of parameter 1 Erfc
950 Text [ en-US ] = "The lower limit for integration";
954 Resource ANALYSIS_Gestep
956 String 1 // description GeStep
958 Text [ en-US ] = "Tests whether a number is greater than a threshold value";
961 String 2 // name of parameter 1 GeStep
963 Text [ en-US ] = "Number";
966 String 3 // description of parameter 1 GeStep
968 Text [ en-US ] = "The value to test against step";
971 String 4 // name of parameter 2 GeStep
973 Text [ en-US ] = "Step";
976 String 5 // description of parameter 2 GeStep
978 Text [ en-US ] = "The threshold value";
982 Resource ANALYSIS_Factdouble
984 String 1 // description Factdouble
986 Text [ en-US ] = "Returns the double factorial of Number";
989 String 2 // name of parameter 1 Factdouble
991 Text [ en-US ] = "Number";
994 String 3 // description of parameter 1 Factdouble
996 Text [ en-US ] = "The number";
1000 Resource ANALYSIS_Imabs
1002 String 1 // description Imabs
1004 Text [ en-US ] = "Returns the absolute value (modulus) of a complex number";
1007 String 2 // name of parameter 1 Imabs
1009 Text [ en-US ] = "Complex number";
1012 String 3 // description of parameter 1 Imabs
1014 Text [ en-US ] = "The complex number";
1018 Resource ANALYSIS_Imaginary
1020 String 1 // description Imaginary
1022 Text [ en-US ] = "Returns the imaginary coefficient of a complex number";
1025 String 2 // name of parameter 1 Imaginary
1027 Text [ en-US ] = "Complex number";
1030 String 3 // description of parameter 1 Imaginary
1032 Text [ en-US ] = "The complex number";
1036 Resource ANALYSIS_Impower
1038 String 1 // description Impower
1040 Text [ en-US ] = "Returns a complex number raised to a real power";
1043 String 2 // name of parameter 1 Impower
1045 Text [ en-US ] = "Complex number";
1048 String 3 // description of parameter 1 Impower
1050 Text [ en-US ] = "The complex number";
1053 String 4 // name of parameter 2 Impower
1055 Text [ en-US ] = "Number";
1058 String 5 // description of parameter 2 Impower
1060 Text [ en-US ] = "Power to which the complex number is raised";
1064 Resource ANALYSIS_Imargument
1066 String 1 // description Imargument
1068 Text [ en-US ] = "Returns the argument theta, an angle expressed in radians";
1071 String 2 // name of parameter 1 Imargument
1073 Text [ en-US ] = "Complex number";
1076 String 3 // description of parameter 1 Imargument
1078 Text [ en-US ] = "A complex number";
1082 Resource ANALYSIS_Imcos
1084 String 1 // description Imcos
1086 Text [ en-US ] = "Returns the cosine of a complex number";
1089 String 2 // name of parameter 1 Imcos
1091 Text [ en-US ] = "Complex number";
1094 String 3 // description of parameter 1 Imcos
1096 Text [ en-US ] = "A complex number";
1100 Resource ANALYSIS_Imdiv
1102 String 1 // description Imdiv
1104 Text [ en-US ] = "Returns the quotient of two complex numbers";
1107 String 2 // name of parameter 1 Imdiv
1109 Text [ en-US ] = "Numerator";
1112 String 3 // description of parameter 1 Imdiv
1114 Text [ en-US ] = "The dividend";
1117 String 4 // name of parameter 2 Imdiv
1119 Text [ en-US ] = "Denominator";
1122 String 5 // description of parameter 2 Imdiv
1124 Text [ en-US ] = "The divisor";
1128 Resource ANALYSIS_Imexp
1130 String 1 // description Imexp
1132 Text [ en-US ] = "Returns the algebraic form of the exponential of a complex number";
1135 String 2 // name of parameter 1 Imexp
1137 Text [ en-US ] = "Complex number";
1140 String 3 // description of parameter 1 Imexp
1142 Text [ en-US ] = "The complex number";
1146 Resource ANALYSIS_Imconjugate
1148 String 1 // description Imconjugate
1150 Text [ en-US ] = "Returns the complex conjugate of a complex number";
1153 String 2 // name of parameter 1 Imconjugate
1155 Text [ en-US ] = "Complex number";
1158 String 3 // description of parameter 1 Imconjugate
1160 Text [ en-US ] = "The complex number";
1164 Resource ANALYSIS_Imln
1166 String 1 // description Imln
1168 Text [ en-US ] = "Returns the natural logarithm of a complex number";
1171 String 2 // name of parameter 1 Imln
1173 Text [ en-US ] = "Complex number";
1176 String 3 // description of parameter 1 Imln
1178 Text [ en-US ] = "The complex number";
1182 Resource ANALYSIS_Imlog10
1184 String 1 // description Imlog10
1186 Text [ en-US ] = "Returns the base-10 logarithm of a complex number";
1189 String 2 // name of parameter 1 Imlog10
1191 Text [ en-US ] = "Complex number";
1194 String 3 // description of parameter 1 Imlog10
1196 Text [ en-US ] = "The complex number";
1200 Resource ANALYSIS_Imlog2
1202 String 1 // description Imlog2
1204 Text [ en-US ] = "Returns the base-2 logarithm of a complex number";
1207 String 2 // name of parameter 1 Imlog2
1209 Text [ en-US ] = "Complex number";
1212 String 3 // description of parameter 1 Imlog2
1214 Text [ en-US ] = "The complex number";
1218 Resource ANALYSIS_Improduct
1220 String 1 // description Improduct
1222 Text [ en-US ] = "Returns the product of several complex numbers";
1225 String 2 // name of parameter 1 Improduct
1227 Text [ en-US ] = "Complex number";
1230 String 3 // description of parameter 1 Improduct
1232 Text [ en-US ] = "The first complex number";
1235 String 4 // name of parameter 2 Improduct
1237 Text [ en-US ] = "Complex number";
1240 String 5 // description of parameter 2 Improduct
1242 Text [ en-US ] = "Another complex number";
1246 Resource ANALYSIS_Imreal
1248 String 1 // description Imreal
1250 Text [ en-US ] = "Returns the real coefficient of a complex number";
1253 String 2 // name of parameter 1 Imreal
1255 Text [ en-US ] = "Complex number";
1258 String 3 // description of parameter 1 Imreal
1260 Text [ en-US ] = "The complex number";
1264 Resource ANALYSIS_Imsin
1266 String 1 // description Imsin
1268 Text [ en-US ] = "Returns the sine of a complex number";
1271 String 2 // name of parameter 1 Imsin
1273 Text [ en-US ] = "Complex number";
1276 String 3 // description of parameter 1 Imsin
1278 Text [ en-US ] = "The complex number";
1282 Resource ANALYSIS_Imsub
1284 String 1 // description Imsub
1286 Text [ en-US ] = "Returns the difference of two complex numbers";
1289 String 2 // name of parameter 1 Imsub
1291 Text [ en-US ] = "Complex number 1";
1294 String 3 // description of parameter 1 Imsub
1296 Text [ en-US ] = "Complex number 1";
1299 String 4 // name of parameter 2 Imsub
1301 Text [ en-US ] = "Complex number 2";
1304 String 5 // description of parameter 2 Imsub
1306 Text [ en-US ] = "Complex number 2";
1310 Resource ANALYSIS_Imsqrt
1312 String 1 // description Imsqrt
1314 Text [ en-US ] = "Returns the square root of a complex number";
1317 String 2 // name of parameter 1 Imsqrt
1319 Text [ en-US ] = "Complex number";
1322 String 3 // description of parameter 1 Imsqrt
1324 Text [ en-US ] = "The complex number";
1328 Resource ANALYSIS_Imsum
1330 String 1 // description Imsum
1332 Text [ en-US ] = "Returns the sum of complex numbers";
1335 String 2 // name of parameter 1 Imsum
1337 Text [ en-US ] = "Complex number";
1340 String 3 // description of parameter 1 Imsum
1342 Text [ en-US ] = "The complex number";
1347 Resource ANALYSIS_Imtan
1349 String 1 // description Imtan
1351 Text [ en-US ] = "Returns the tangent of a complex number";
1354 String 2 // name of parameter 1 Imtan
1356 Text [ en-US ] = "Complex number";
1359 String 3 // description of parameter 1 Imtan
1361 Text [ en-US ] = "A complex number";
1365 Resource ANALYSIS_Imsec
1367 String 1 // description Imsec
1369 Text [ en-US ] = "Returns the secant of a complex number";
1372 String 2 // name of parameter 1 Imsec
1374 Text [ en-US ] = "Complex number";
1377 String 3 // description of parameter 1 Imsec
1379 Text [ en-US ] = "A complex number";
1383 Resource ANALYSIS_Imcsc
1385 String 1 // description Imcsc
1387 Text [ en-US ] = "Returns the cosecant of a complex number";
1390 String 2 // name of parameter 1 Imcsc
1392 Text [ en-US ] = "Complex number";
1395 String 3 // description of parameter 1 Imcsc
1397 Text [ en-US ] = "A complex number";
1401 Resource ANALYSIS_Imcot
1403 String 1 // description Imcot
1405 Text [ en-US ] = "Returns the cotangent of a complex number";
1408 String 2 // name of parameter 1 Imcot
1410 Text [ en-US ] = "Complex number";
1413 String 3 // description of parameter 1 Imcot
1415 Text [ en-US ] = "A complex number";
1419 Resource ANALYSIS_Imsinh
1421 String 1 // description Imsinh
1423 Text [ en-US ] = "Returns the hyperbolic sine of a complex number";
1426 String 2 // name of parameter 1 Imsinh
1428 Text [ en-US ] = "Complex number";
1431 String 3 // description of parameter 1 Imsinh
1433 Text [ en-US ] = "A complex number";
1437 Resource ANALYSIS_Imcosh
1439 String 1 // description Imcosh
1441 Text [ en-US ] = "Returns the hyperbolic cosine of a complex number";
1444 String 2 // name of parameter 1 Imcosh
1446 Text [ en-US ] = "Complex number";
1449 String 3 // description of parameter 1 Imcosh
1451 Text [ en-US ] = "A complex number";
1455 Resource ANALYSIS_Imsech
1457 String 1 // description Imsech
1459 Text [ en-US ] = "Returns the hyperbolic secant of a complex number";
1462 String 2 // name of parameter 1 Imsech
1464 Text [ en-US ] = "Complex number";
1467 String 3 // description of parameter 1 Imsech
1469 Text [ en-US ] = "A complex number";
1473 Resource ANALYSIS_Imcsch
1475 String 1 // description Imcsch
1477 Text [ en-US ] = "Returns the hyperbolic cosecant of a complex number";
1480 String 2 // name of parameter 1 Imcsch
1482 Text [ en-US ] = "Complex number";
1485 String 3 // description of parameter 1 Imcsch
1487 Text [ en-US ] = "A complex number";
1491 Resource ANALYSIS_Complex
1493 String 1 // description Complex
1495 Text [ en-US ] = "Converts real and imaginary coefficients into a complex number";
1498 String 2 // name of parameter 1 Complex
1500 Text [ en-US ] = "Real num";
1503 String 3 // description of parameter 1 Complex
1505 Text [ en-US ] = "The real coefficient";
1508 String 4 // name of parameter 2 Complex
1510 Text [ en-US ] = "I num";
1513 String 5 // description of parameter 2 Complex
1515 Text [ en-US ] = "The imaginary coefficient";
1518 String 6 // name of parameter 3 Complex
1520 Text [ en-US ] = "Suffix";
1523 String 7 // description of parameter 3 Complex
1525 Text [ en-US ] = "The suffix";
1529 Resource ANALYSIS_Convert
1531 String 1 // description Convert_add
1533 Text [ en-US ] = "Converts a number from one measurement system to another";
1536 String 2 // name of parameter 1 Convert_add
1538 Text [ en-US ] = "Number";
1541 String 3 // description of parameter 1 Convert_add
1543 Text [ en-US ] = "The number";
1546 String 4 // name of parameter 2 Convert_add
1548 Text [ en-US ] = "From unit";
1551 String 5 // description of parameter 2 Convert_add
1553 Text [ en-US ] = "Unit of measure for number";
1556 String 6 // name of parameter 3 Convert_add
1558 Text [ en-US ] = "To unit";
1561 String 7 // description of parameter 3 Convert_add
1563 Text [ en-US ] = "Unit of measure for the result";
1567 Resource ANALYSIS_Amordegrc
1569 String 1 // description Amordegrc
1571 Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1574 String 2 // name of parameter 1 Amordegrc
1576 Text [ en-US ] = "Cost";
1579 String 3 // description of parameter 1 Amordegrc
1581 Text [ en-US ] = "Cost of the asset";
1584 String 4 // name of parameter 2 Amordegrc
1586 Text [ en-US ] = "Date purchased";
1589 String 5 // description of parameter 2 Amordegrc
1591 Text [ en-US ] = "Purchase date of the asset";
1594 String 6 // name of parameter 3 Amordegrc
1596 Text [ en-US ] = "First period";
1599 String 7 // description of parameter 3 Amordegrc
1601 Text [ en-US ] = "Date the first period ends";
1604 String 8 // name of parameter 4 Amordegrc
1606 Text [ en-US ] = "Salvage";
1609 String 9 // description of parameter 4 Amordegrc
1611 Text [ en-US ] = "Salvage value of an asset at the end of its life";
1614 String 10 // name of parameter 5 Amordegrc
1616 Text [ en-US ] = "Period";
1619 String 11 // description of parameter 5 Amordegrc
1621 Text [ en-US ] = "The period";
1624 String 12 // name of parameter 6 Amordegrc
1626 Text [ en-US ] = "Rate";
1629 String 13 // description of parameter 6 Amordegrc
1631 Text [ en-US ] = "The rate of depreciation";
1634 String 14 // name of parameter 7 Amordegrc
1636 Text [ en-US ] = "Basis";
1639 String 15 // description of parameter 7 Amordegrc
1641 Text [ en-US ] = "The year basis to be used";
1645 Resource ANALYSIS_Amorlinc
1647 String 1 // description Amorlinc
1649 Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1652 String 2 // name of parameter 1 Amorlinc
1654 Text [ en-US ] = "Cost";
1657 String 3 // description of parameter 1 Amorlinc
1659 Text [ en-US ] = "Cost of the asset";
1662 String 4 // name of parameter 2 Amorlinc
1664 Text [ en-US ] = "Date purchased";
1667 String 5 // description of parameter 2 Amorlinc
1669 Text [ en-US ] = "Purchase date of the asset";
1672 String 6 // name of parameter 3 Amorlinc
1674 Text [ en-US ] = "First period";
1677 String 7 // description of parameter 3 Amorlinc
1679 Text [ en-US ] = "The date the first period ends";
1682 String 8 // name of parameter 4 Amorlinc
1684 Text [ en-US ] = "Salvage";
1687 String 9 // description of parameter 4 Amorlinc
1689 Text [ en-US ] = "The salvage value of an asset at the end of its life";
1692 String 10 // name of parameter 5 Amorlinc
1694 Text [ en-US ] = "Period";
1697 String 11 // description of parameter 5 Amorlinc
1699 Text [ en-US ] = "The period";
1702 String 12 // name of parameter 6 Amorlinc
1704 Text [ en-US ] = "Rate";
1707 String 13 // description of parameter 6 Amorlinc
1709 Text [ en-US ] = "The rate of depreciation";
1712 String 14 // name of parameter 7 Amorlinc
1714 Text [ en-US ] = "Basis";
1717 String 15 // description of parameter 7 Amorlinc
1719 Text [ en-US ] = "The year basis to be used";
1723 Resource ANALYSIS_Accrint
1725 String 1 // description Accrint
1727 Text [ en-US ] = "Returns the accrued interest for a security that pays periodic interest";
1730 String 2 // name of parameter 1 Accrint
1732 Text [ en-US ] = "Issue";
1735 String 3 // description of parameter 1 Accrint
1737 Text [ en-US ] = "Issue date of the security";
1740 String 4 // name of parameter 2 Accrint
1742 Text [ en-US ] = "First interest";
1745 String 5 // description of parameter 2 Accrint
1747 Text [ en-US ] = "First interest date of the security";
1750 String 6 // name of parameter 3 Accrint
1752 Text [ en-US ] = "Settlement";
1755 String 7 // description of parameter 3 Accrint
1757 Text [ en-US ] = "The settlement";
1760 String 8 // name of parameter 4 Accrint
1762 Text [ en-US ] = "Rate";
1765 String 9 // description of parameter 4 Accrint
1767 Text [ en-US ] = "The rate";
1770 String 10 // name of parameter 5 Accrint
1772 Text [ en-US ] = "Par";
1775 String 11 // description of parameter 5 Accrint
1777 Text [ en-US ] = "The par value";
1780 String 12 // name of parameter 6 Accrint
1782 Text [ en-US ] = "Frequency";
1785 String 13 // description of parameter 6 Accrint
1787 Text [ en-US ] = "The frequency";
1790 String 14 // name of parameter 7 Accrint
1792 Text [ en-US ] = "Basis";
1795 String 15 // description of parameter 7 Accrint
1797 Text [ en-US ] = "The basis";
1801 Resource ANALYSIS_Accrintm
1803 String 1 // description Accrintm
1805 Text [ en-US ] = "Returns the accrued interest for a security that pays interest at maturity";
1808 String 2 // name of parameter 1 Accrintm
1810 Text [ en-US ] = "Issue";
1813 String 3 // description of parameter 1 Accrintm
1815 Text [ en-US ] = "The issue date";
1818 String 4 // name of parameter 2 Accrintm
1820 Text [ en-US ] = "Settlement";
1823 String 5 // description of parameter 2 Accrintm
1825 Text [ en-US ] = "The settlement";
1828 String 6 // name of parameter 3 Accrintm
1830 Text [ en-US ] = "Rate";
1833 String 7 // description of parameter 3 Accrintm
1835 Text [ en-US ] = "The rate";
1838 String 8 // name of parameter 4 Accrintm
1840 Text [ en-US ] = "Par";
1843 String 9 // description of parameter 4 Accrintm
1845 Text [ en-US ] = "The par value";
1848 String 10 // name of parameter 5 Accrintm
1850 Text [ en-US ] = "Basis";
1853 String 11 // description of parameter 5 Accrintm
1855 Text [ en-US ] = "The basis";
1859 Resource ANALYSIS_Received
1861 String 1 // description Received
1863 Text [ en-US ] = "Returns the amount paid out at maturity for a fully invested security";
1866 String 2 // name of parameter 1 Received
1868 Text [ en-US ] = "Settlement";
1871 String 3 // description of parameter 1 Received
1873 Text [ en-US ] = "The settlement";
1876 String 4 // name of parameter 2 Received
1878 Text [ en-US ] = "Maturity";
1881 String 5 // description of parameter 2 Received
1883 Text [ en-US ] = "The maturity";
1886 String 6 // name of parameter 3 Received
1888 Text [ en-US ] = "Investment";
1891 String 7 // description of parameter 3 Received
1893 Text [ en-US ] = "The investment";
1896 String 8 // name of parameter 4 Received
1898 Text [ en-US ] = "Discount";
1901 String 9 // description of parameter 4 Received
1903 Text [ en-US ] = "The discount";
1906 String 10 // name of parameter 5 Received
1908 Text [ en-US ] = "Basis";
1911 String 11 // description of parameter 5 Received
1913 Text [ en-US ] = "The basis";
1917 Resource ANALYSIS_Disc
1919 String 1 // description Disc
1921 Text [ en-US ] = "Returns the discount rate for a security";
1924 String 2 // name of parameter 1 Disc
1926 Text [ en-US ] = "Settlement";
1929 String 3 // description of parameter 1 Disc
1931 Text [ en-US ] = "The settlement";
1934 String 4 // name of parameter 2 Disc
1936 Text [ en-US ] = "Maturity";
1939 String 5 // description of parameter 2 Disc
1941 Text [ en-US ] = "The maturity";
1944 String 6 // name of parameter 3 Disc
1946 Text [ en-US ] = "Price";
1949 String 7 // description of parameter 3 Disc
1951 Text [ en-US ] = "The price";
1954 String 8 // name of parameter 4 Disc
1956 Text [ en-US ] = "Redemption";
1959 String 9 // description of parameter 4 Disc
1961 Text [ en-US ] = "The redemption value";
1964 String 10 // name of parameter 5 Disc
1966 Text [ en-US ] = "Basis";
1969 String 11 // description of parameter 5 Disc
1971 Text [ en-US ] = "The basis";
1975 Resource ANALYSIS_Duration
1977 String 1 // description Duration
1979 Text [ en-US ] = "Returns the annual Macaulay duration of a security with periodic interest payments";
1982 String 2 // name of parameter 1 Duration
1984 Text [ en-US ] = "Settlement";
1987 String 3 // description of parameter 1 Duration
1989 Text [ en-US ] = "The settlement";
1992 String 4 // name of parameter 2 Duration
1994 Text [ en-US ] = "Maturity";
1997 String 5 // description of parameter 2 Duration
1999 Text [ en-US ] = "The maturity";
2002 String 6 // name of parameter 3 Duration
2004 Text [ en-US ] = "Coupon";
2007 String 7 // description of parameter 3 Duration
2009 Text [ en-US ] = "The coupon rate";
2012 String 8 // name of parameter 4 Duration
2014 Text [ en-US ] = "Yield";
2017 String 9 // description of parameter 4 Duration
2019 Text [ en-US ] = "The yield";
2022 String 10 // name of parameter 5 Duration
2024 Text [ en-US ] = "Frequency";
2027 String 11 // description of parameter 5 Duration
2029 Text [ en-US ] = "The frequency";
2032 String 12 // name of parameter 6 Duration
2034 Text [ en-US ] = "Basis";
2037 String 13 // description of parameter 6 Duration
2039 Text [ en-US ] = "The basis";
2043 Resource ANALYSIS_Effect
2045 String 1 // description Effect_add
2047 Text [ en-US ] = "Returns the effective annual interest rate";
2050 String 2 // name of parameter 1 Effect_add
2052 Text [ en-US ] = "Nominal rate";
2055 String 3 // description of parameter 1 Effect_add
2057 Text [ en-US ] = "The nominal rate";
2060 String 4 // name of parameter 2 Effect_add
2062 Text [ en-US ] = "Npery";
2065 String 5 // description of parameter 2 Effect_add
2067 Text [ en-US ] = "The periods";
2071 Resource ANALYSIS_Cumprinc
2073 String 1 // description Cumprinc_add
2075 Text [ en-US ] = "Returns the cumulative principal on a loan to be paid between two periods";
2078 String 2 // name of parameter 1 Cumprinc_add
2080 Text [ en-US ] = "Rate";
2083 String 3 // description of parameter 1 Cumprinc_add
2085 Text [ en-US ] = "The rate";
2088 String 4 // name of parameter 2 Cumprinc_add
2090 Text [ en-US ] = "Nper";
2093 String 5 // description of parameter 2 Cumprinc_add
2095 Text [ en-US ] = "Number of payment periods";
2098 String 6 // name of parameter 3 Cumprinc_add
2100 Text [ en-US ] = "Pv";
2103 String 7 // description of parameter 3 Cumprinc_add
2105 Text [ en-US ] = "The present value";
2108 String 8 // name of parameter 4 Cumprinc_add
2110 Text [ en-US ] = "Start period";
2113 String 9 // description of parameter 4 Cumprinc_add
2115 Text [ en-US ] = "The start period";
2118 String 10 // name of parameter 5 Cumprinc_add
2120 Text [ en-US ] = "End period";
2123 String 11 // description of parameter 5 Cumprinc_add
2125 Text [ en-US ] = "The end period";
2128 String 12 // name of parameter 6 Cumprinc_add
2130 Text [ en-US ] = "Type";
2133 String 13 // description of parameter 6 Cumprinc_add
2135 Text [ en-US ] = "The type of maturity";
2139 Resource ANALYSIS_Cumipmt
2141 String 1 // description Cumipmt_add
2143 Text [ en-US ] = "Returns the cumulative interest to be paid between two periods";
2146 String 2 // name of parameter 1 Cumipmt_add
2148 Text [ en-US ] = "Rate";
2151 String 3 // description of parameter 1 Cumipmt_add
2153 Text [ en-US ] = "The rate";
2156 String 4 // name of parameter 2 Cumipmt_add
2158 Text [ en-US ] = "Nper";
2161 String 5 // description of parameter 2 Cumipmt_add
2163 Text [ en-US ] = "Number of payment periods";
2166 String 6 // name of parameter 3 Cumipmt_add
2168 Text [ en-US ] = "Pv";
2171 String 7 // description of parameter 3 Cumipmt_add
2173 Text [ en-US ] = "The present value";
2176 String 8 // name of parameter 4 Cumipmt_add
2178 Text [ en-US ] = "Start period";
2181 String 9 // description of parameter 4 Cumipmt_add
2183 Text [ en-US ] = "The start period";
2186 String 10 // name of parameter 5 Cumipmt_add
2188 Text [ en-US ] = "End period";
2191 String 11 // description of parameter 5 Cumipmt_add
2193 Text [ en-US ] = "The end period";
2196 String 12 // name of parameter 6 Cumipmt_add
2198 Text [ en-US ] = "Type";
2201 String 13 // description of parameter 6 Cumipmt_add
2203 Text [ en-US ] = "The type of maturity";
2207 Resource ANALYSIS_Price
2209 String 1 // description Price
2211 Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays periodic interest";
2214 String 2 // name of parameter 1 Price
2216 Text [ en-US ] = "Settlement";
2219 String 3 // description of parameter 1 Price
2221 Text [ en-US ] = "The settlement";
2224 String 4 // name of parameter 2 Price
2226 Text [ en-US ] = "Maturity";
2229 String 5 // description of parameter 2 Price
2231 Text [ en-US ] = "The maturity";
2234 String 6 // name of parameter 3 Price
2236 Text [ en-US ] = "Rate";
2239 String 7 // description of parameter 3 Price
2241 Text [ en-US ] = "The rate";
2244 String 8 // name of parameter 4 Price
2246 Text [ en-US ] = "Yield";
2249 String 9 // description of parameter 4 Price
2251 Text [ en-US ] = "The yield";
2254 String 10 // name of parameter 5 Price
2256 Text [ en-US ] = "Redemption";
2259 String 11 // description of parameter 5 Price
2261 Text [ en-US ] = "The redemption value";
2264 String 12 // name of parameter 6 Price
2266 Text [ en-US ] = "Frequency";
2269 String 13 // description of parameter 6 Price
2271 Text [ en-US ] = "The frequency";
2274 String 14 // name of parameter 7 Price
2276 Text [ en-US ] = "Basis";
2279 String 15 // description of parameter 7 Price
2281 Text [ en-US ] = "The basis";
2285 Resource ANALYSIS_Pricedisc
2287 String 1 // description Pricedisc
2289 Text [ en-US ] = "Returns the price per 100 currency units face value of a discounted security";
2292 String 2 // name of parameter 1 Pricedisc
2294 Text [ en-US ] = "Settlement";
2297 String 3 // description of parameter 1 Pricedisc
2299 Text [ en-US ] = "The settlement";
2302 String 4 // name of parameter 2 Pricedisc
2304 Text [ en-US ] = "Maturity";
2307 String 5 // description of parameter 2 Pricedisc
2309 Text [ en-US ] = "The maturity";
2312 String 6 // name of parameter 3 Pricedisc
2314 Text [ en-US ] = "Discount";
2317 String 7 // description of parameter 3 Pricedisc
2319 Text [ en-US ] = "The discount";
2322 String 8 // name of parameter 4 Pricedisc
2324 Text [ en-US ] = "Redemption";
2327 String 9 // description of parameter 4 Pricedisc
2329 Text [ en-US ] = "The redemption value";
2332 String 10 // name of parameter 5 Pricedisc
2334 Text [ en-US ] = "Basis";
2337 String 11 // description of parameter 5 Pricedisc
2339 Text [ en-US ] = "The basis";
2343 Resource ANALYSIS_Pricemat
2345 String 1 // description Pricemat
2347 Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays interest at maturity";
2350 String 2 // name of parameter 1 Pricemat
2352 Text [ en-US ] = "Settlement";
2355 String 3 // description of parameter 1 Pricemat
2357 Text [ en-US ] = "The settlement";
2360 String 4 // name of parameter 2 Pricemat
2362 Text [ en-US ] = "Maturity";
2365 String 5 // description of parameter 2 Pricemat
2367 Text [ en-US ] = "The maturity";
2370 String 6 // name of parameter 3 Pricemat
2372 Text [ en-US ] = "Issue";
2375 String 7 // description of parameter 3 Pricemat
2377 Text [ en-US ] = "The issue date";
2380 String 8 // name of parameter 4 Pricemat
2382 Text [ en-US ] = "Rate";
2385 String 9 // description of parameter 4 Pricemat
2387 Text [ en-US ] = "The rate";
2390 String 10 // name of parameter 5 Pricemat
2392 Text [ en-US ] = "Yield";
2395 String 11 // description of parameter 5 Pricemat
2397 Text [ en-US ] = "The yield";
2400 String 12 // name of parameter 6 Pricemat
2402 Text [ en-US ] = "Basis";
2405 String 13 // description of parameter 6 Pricemat
2407 Text [ en-US ] = "The basis";
2411 Resource ANALYSIS_Mduration
2413 String 1 // description Mduration
2415 Text [ en-US ] = "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units";
2418 String 2 // name of parameter 1 Mduration
2420 Text [ en-US ] = "Settlement";
2423 String 3 // description of parameter 1 Mduration
2425 Text [ en-US ] = "The settlement";
2428 String 4 // name of parameter 2 Mduration
2430 Text [ en-US ] = "Maturity";
2433 String 5 // description of parameter 2 Mduration
2435 Text [ en-US ] = "The maturity";
2438 String 6 // name of parameter 3 Mduration
2440 Text [ en-US ] = "Coupon";
2443 String 7 // description of parameter 3 Mduration
2445 Text [ en-US ] = "The coupon rate";
2448 String 8 // name of parameter 4 Mduration
2450 Text [ en-US ] = "Yield";
2453 String 9 // description of parameter 4 Mduration
2455 Text [ en-US ] = "The yield";
2458 String 10 // name of parameter 5 Mduration
2460 Text [ en-US ] = "Frequency";
2463 String 11 // description of parameter 5 Mduration
2465 Text [ en-US ] = "The frequency";
2468 String 12 // name of parameter 6 Mduration
2470 Text [ en-US ] = "Basis";
2473 String 13 // description of parameter 6 Mduration
2475 Text [ en-US ] = "The basis";
2479 Resource ANALYSIS_Nominal
2481 String 1 // description Nominal_add
2483 Text [ en-US ] = "Returns the annual nominal interest rate";
2486 String 2 // name of parameter 1 Nominal_add
2488 Text [ en-US ] = "Effective rate";
2491 String 3 // description of parameter 1 Nominal_add
2493 Text [ en-US ] = "The effective interest rate";
2496 String 4 // name of parameter 2 Nominal_add
2498 Text [ en-US ] = "Npery";
2501 String 5 // description of parameter 2 Nominal_add
2503 Text [ en-US ] = "The periods";
2507 Resource ANALYSIS_Dollarfr
2509 String 1 // description Dollarfr
2511 Text [ en-US ] = "Converts a price expressed as a decimal into a price expressed as a fraction";
2514 String 2 // name of parameter 1 Dollarfr
2516 Text [ en-US ] = "Decimal dollar";
2519 String 3 // description of parameter 1 Dollarfr
2521 Text [ en-US ] = "The decimal number";
2524 String 4 // name of parameter 2 Dollarfr
2526 Text [ en-US ] = "Fraction";
2529 String 5 // description of parameter 2 Dollarfr
2531 Text [ en-US ] = "The divisor";
2535 Resource ANALYSIS_Dollarde
2537 String 1 // description Dollarde
2539 Text [ en-US ] = "Converts a price expressed as a fraction into a price expressed as a decimal";
2542 String 2 // name of parameter 1 Dollarde
2544 Text [ en-US ] = "Fractional dollar";
2547 String 3 // description of parameter 1 Dollarde
2549 Text [ en-US ] = "The number as a fraction";
2552 String 4 // name of parameter 2 Dollarde
2554 Text [ en-US ] = "Fraction";
2557 String 5 // description of parameter 2 Dollarde
2559 Text [ en-US ] = "The divisor";
2563 Resource ANALYSIS_Yield
2565 String 1 // description Yield
2567 Text [ en-US ] = "Returns the yield on a security that pays periodic interest";
2570 String 2 // name of parameter 1 Yield
2572 Text [ en-US ] = "Settlement";
2575 String 3 // description of parameter 1 Yield
2577 Text [ en-US ] = "The settlement";
2580 String 4 // name of parameter 2 Yield
2582 Text [ en-US ] = "Maturity";
2585 String 5 // description of parameter 2 Yield
2587 Text [ en-US ] = "The maturity";
2590 String 6 // name of parameter 3 Yield
2592 Text [ en-US ] = "Rate";
2595 String 7 // description of parameter 3 Yield
2597 Text [ en-US ] = "The rate";
2600 String 8 // name of parameter 4 Yield
2602 Text [ en-US ] = "Price";
2605 String 9 // description of parameter 4 Yield
2607 Text [ en-US ] = "The price";
2610 String 10 // name of parameter 5 Yield
2612 Text [ en-US ] = "Redemption";
2615 String 11 // description of parameter 5 Yield
2617 Text [ en-US ] = "The redemption value";
2620 String 12 // name of parameter 6 Yield
2622 Text [ en-US ] = "Frequency";
2625 String 13 // description of parameter 6 Yield
2627 Text [ en-US ] = "The frequency";
2630 String 14 // name of parameter 7 Yield
2632 Text [ en-US ] = "Basis";
2635 String 15 // description of parameter 7 Yield
2637 Text [ en-US ] = "The basis";
2641 Resource ANALYSIS_Yielddisc
2643 String 1 // description Yielddisc
2645 Text [ en-US ] = "Returns the annual yield for a discounted security";
2648 String 2 // name of parameter 1 Yielddisc
2650 Text [ en-US ] = "Settlement";
2653 String 3 // description of parameter 1 Yielddisc
2655 Text [ en-US ] = "The settlement";
2658 String 4 // name of parameter 2 Yielddisc
2660 Text [ en-US ] = "Maturity";
2663 String 5 // description of parameter 2 Yielddisc
2665 Text [ en-US ] = "The maturity";
2668 String 6 // name of parameter 3 Yielddisc
2670 Text [ en-US ] = "Price";
2673 String 7 // description of parameter 3 Yielddisc
2675 Text [ en-US ] = "The price";
2678 String 8 // name of parameter 4 Yielddisc
2680 Text [ en-US ] = "Redemption";
2683 String 9 // description of parameter 4 Yielddisc
2685 Text [ en-US ] = "The redemption value";
2688 String 10 // name of parameter 5 Yielddisc
2690 Text [ en-US ] = "Basis";
2693 String 11 // description of parameter 5 Yielddisc
2695 Text [ en-US ] = "The basis";
2699 Resource ANALYSIS_Yieldmat
2701 String 1 // description Yieldmat
2703 Text [ en-US ] = "Returns the annual yield of a security that pays interest at maturity";
2706 String 2 // name of parameter 1 Yieldmat
2708 Text [ en-US ] = "Settlement";
2711 String 3 // description of parameter 1 Yieldmat
2713 Text [ en-US ] = "The settlement";
2716 String 4 // name of parameter 2 Yieldmat
2718 Text [ en-US ] = "Maturity";
2721 String 5 // description of parameter 2 Yieldmat
2723 Text [ en-US ] = "The maturity";
2726 String 6 // name of parameter 3 Yieldmat
2728 Text [ en-US ] = "Issue";
2731 String 7 // description of parameter 3 Yieldmat
2733 Text [ en-US ] = "The issue date";
2736 String 8 // name of parameter 4 Yieldmat
2738 Text [ en-US ] = "Rate";
2741 String 9 // description of parameter 4 Yieldmat
2743 Text [ en-US ] = "The rate";
2746 String 10 // name of parameter 5 Yieldmat
2748 Text [ en-US ] = "Price";
2751 String 11 // description of parameter 5 Yieldmat
2753 Text [ en-US ] = "The price";
2756 String 12 // name of parameter 6 Yieldmat
2758 Text [ en-US ] = "Basis";
2761 String 13 // description of parameter 6 Yieldmat
2763 Text [ en-US ] = "The basis";
2767 Resource ANALYSIS_Tbilleq
2769 String 1 // description Tbilleq
2771 Text [ en-US ] = "Returns the bond-equivalent yield for a treasury bill";
2774 String 2 // name of parameter 1 Tbilleq
2776 Text [ en-US ] = "Settlement";
2779 String 3 // description of parameter 1 Tbilleq
2781 Text [ en-US ] = "The settlement";
2784 String 4 // name of parameter 2 Tbilleq
2786 Text [ en-US ] = "Maturity";
2789 String 5 // description of parameter 2 Tbilleq
2791 Text [ en-US ] = "The maturity";
2794 String 6 // name of parameter 3 Tbilleq
2796 Text [ en-US ] = "Discount";
2799 String 7 // description of parameter 3 Tbilleq
2801 Text [ en-US ] = "The discount rate";
2805 Resource ANALYSIS_Tbillprice
2807 String 1 // description Tbillprice
2809 Text [ en-US ] = "Returns the price of 100 currency units face value for a treasury bill";
2812 String 2 // name of parameter 1 Tbillprice
2814 Text [ en-US ] = "Settlement";
2817 String 3 // description of parameter 1 Tbillprice
2819 Text [ en-US ] = "The settlement";
2822 String 4 // name of parameter 2 Tbillprice
2824 Text [ en-US ] = "Maturity";
2827 String 5 // description of parameter 2 Tbillprice
2829 Text [ en-US ] = "The maturity";
2832 String 6 // name of parameter 3 Tbillprice
2834 Text [ en-US ] = "Discount";
2837 String 7 // description of parameter 3 Tbillprice
2839 Text [ en-US ] = "The discount rate";
2843 Resource ANALYSIS_Tbillyield
2845 String 1 // description Tbillyield
2847 Text [ en-US ] = "Returns the yield for a treasury bill";
2850 String 2 // name of parameter 1 Tbillyield
2852 Text [ en-US ] = "Settlement";
2855 String 3 // description of parameter 1 Tbillyield
2857 Text [ en-US ] = "The settlement";
2860 String 4 // name of parameter 2 Tbillyield
2862 Text [ en-US ] = "Maturity";
2865 String 5 // description of parameter 2 Tbillyield
2867 Text [ en-US ] = "The maturity";
2870 String 6 // name of parameter 3 Tbillyield
2872 Text [ en-US ] = "Price";
2875 String 7 // description of parameter 3 Tbillyield
2877 Text [ en-US ] = "The price";
2881 Resource ANALYSIS_Oddfprice
2883 String 1 // description Oddfprice
2885 Text [ en-US ] = "Returns the price per $100 face value of a security with an odd first period";
2888 String 2 // name of parameter 1 Oddfprice
2890 Text [ en-US ] = "Settlement";
2893 String 3 // description of parameter 1 Oddfprice
2895 Text [ en-US ] = "The settlement";
2898 String 4 // name of parameter 2 Oddfprice
2900 Text [ en-US ] = "Maturity";
2903 String 5 // description of parameter 2 Oddfprice
2905 Text [ en-US ] = "The maturity";
2908 String 6 // name of parameter 3 Oddfprice
2910 Text [ en-US ] = "Issue";
2913 String 7 // description of parameter 3 Oddfprice
2915 Text [ en-US ] = "The issue date";
2918 String 8 // name of parameter 4 Oddfprice
2920 Text [ en-US ] = "First coupon";
2923 String 9 // description of parameter 4 Oddfprice
2925 Text [ en-US ] = "The first coupon date";
2928 String 10 // name of parameter 5 Oddfprice
2930 Text [ en-US ] = "Rate";
2933 String 11 // description of parameter 5 Oddfprice
2935 Text [ en-US ] = "The rate";
2938 String 12 // name of parameter 6 Oddfprice
2940 Text [ en-US ] = "Yield";
2943 String 13 // description of parameter 6 Oddfprice
2945 Text [ en-US ] = "The yield";
2948 String 14 // name of parameter 7 Oddfprice
2950 Text [ en-US ] = "Redemption";
2953 String 15 // description of parameter 7 Oddfprice
2955 Text [ en-US ] = "The redemption value";
2958 String 16 // name of parameter 8 Oddfprice
2960 Text [ en-US ] = "Frequency";
2963 String 17 // description of parameter 8 Oddfprice
2965 Text [ en-US ] = "The frequency";
2968 String 18 // name of parameter 9 Oddfprice
2970 Text [ en-US ] = "Basis";
2973 String 19 // description of parameter 9 Oddfprice
2975 Text [ en-US ] = "The basis";
2979 Resource ANALYSIS_Oddfyield
2981 String 1 // description Oddfyield
2983 Text [ en-US ] = "Returns the yield of a security with an odd first period";
2986 String 2 // name of parameter 1 Oddfyield
2988 Text [ en-US ] = "Settlement";
2991 String 3 // description of parameter 1 Oddfyield
2993 Text [ en-US ] = "The settlement";
2996 String 4 // name of parameter 2 Oddfyield
2998 Text [ en-US ] = "Maturity";
3001 String 5 // description of parameter 2 Oddfyield
3003 Text [ en-US ] = "The maturity";
3006 String 6 // name of parameter 3 Oddfyield
3008 Text [ en-US ] = "Issue";
3011 String 7 // description of parameter 3 Oddfyield
3013 Text [ en-US ] = "The issue date";
3016 String 8 // name of parameter 4 Oddfyield
3018 Text [ en-US ] = "First coupon";
3021 String 9 // description of parameter 4 Oddfyield
3023 Text [ en-US ] = "The first coupon date";
3026 String 10 // name of parameter 5 Oddfyield
3028 Text [ en-US ] = "Rate";
3031 String 11 // description of parameter 5 Oddfyield
3033 Text [ en-US ] = "The rate";
3036 String 12 // name of parameter 6 Oddfyield
3038 Text [ en-US ] = "Price";
3041 String 13 // description of parameter 6 Oddfyield
3043 Text [ en-US ] = "The price";
3046 String 14 // name of parameter 7 Oddfyield
3048 Text [ en-US ] = "Redemption";
3051 String 15 // description of parameter 7 Oddfyield
3053 Text [ en-US ] = "The redemption value";
3056 String 16 // name of parameter 8 Oddfyield
3058 Text [ en-US ] = "Frequency";
3061 String 17 // description of parameter 8 Oddfyield
3063 Text [ en-US ] = "The frequency";
3066 String 18 // name of parameter 9 Oddfyield
3068 Text [ en-US ] = "Basis";
3071 String 19 // description of parameter 9 Oddfyield
3073 Text [ en-US ] = "The basis";
3077 Resource ANALYSIS_Oddlprice
3079 String 1 // description Oddlprice
3081 Text [ en-US ] = "Returns the price per $100 face value of a security with an odd last period";
3084 String 2 // name of parameter 1 Oddlprice
3086 Text [ en-US ] = "Settlement";
3089 String 3 // description of parameter 1 Oddlprice
3091 Text [ en-US ] = "The settlement";
3094 String 4 // name of parameter 2 Oddlprice
3096 Text [ en-US ] = "Maturity";
3099 String 5 // description of parameter 2 Oddlprice
3101 Text [ en-US ] = "The maturity";
3104 String 6 // name of parameter 3 Oddlprice
3106 Text [ en-US ] = "Last interest";
3109 String 7 // description of parameter 3 Oddlprice
3111 Text [ en-US ] = "The last interest date";
3114 String 8 // name of parameter 4 Oddlprice
3116 Text [ en-US ] = "Rate";
3119 String 9 // description of parameter 4 Oddlprice
3121 Text [ en-US ] = "The rate";
3124 String 10 // name of parameter 5 Oddlprice
3126 Text [ en-US ] = "Yield";
3129 String 11 // description of parameter 5 Oddlprice
3131 Text [ en-US ] = "The yield";
3134 String 12 // name of parameter 6 Oddlprice
3136 Text [ en-US ] = "Redemption";
3139 String 13 // description of parameter 6 Oddlprice
3141 Text [ en-US ] = "The redemption value";
3144 String 14 // name of parameter 7 Oddlprice
3146 Text [ en-US ] = "Frequency";
3149 String 15 // description of parameter 7 Oddlprice
3151 Text [ en-US ] = "The frequency";
3154 String 16 // name of parameter 8 Oddlprice
3156 Text [ en-US ] = "Basis";
3159 String 17 // description of parameter 8 Oddlprice
3161 Text [ en-US ] = "The basis";
3165 Resource ANALYSIS_Oddlyield
3167 String 1 // description Oddlyield
3169 Text [ en-US ] = "Returns the yield of a security with an odd last period";
3172 String 2 // name of parameter 1 Oddlyield
3174 Text [ en-US ] = "Settlement";
3177 String 3 // description of parameter 1 Oddlyield
3179 Text [ en-US ] = "The settlement";
3182 String 4 // name of parameter 2 Oddlyield
3184 Text [ en-US ] = "Maturity";
3187 String 5 // description of parameter 2 Oddlyield
3189 Text [ en-US ] = "The maturity";
3192 String 6 // name of parameter 3 Oddlyield
3194 Text [ en-US ] = "Last interest";
3197 String 7 // description of parameter 3 Oddlyield
3199 Text [ en-US ] = "The last interest date";
3202 String 8 // name of parameter 4 Oddlyield
3204 Text [ en-US ] = "Rate";
3207 String 9 // description of parameter 4 Oddlyield
3209 Text [ en-US ] = "The rate";
3212 String 10 // name of parameter 5 Oddlyield
3214 Text [ en-US ] = "Price";
3217 String 11 // description of parameter 5 Oddlyield
3219 Text [ en-US ] = "The price";
3222 String 12 // name of parameter 6 Oddlyield
3224 Text [ en-US ] = "Redemption";
3227 String 13 // description of parameter 6 Oddlyield
3229 Text [ en-US ] = "The redemption value";
3232 String 14 // name of parameter 7 Oddlyield
3234 Text [ en-US ] = "Frequency";
3237 String 15 // description of parameter 7 Oddlyield
3239 Text [ en-US ] = "The frequency";
3242 String 16 // name of parameter 8 Oddlyield
3244 Text [ en-US ] = "Basis";
3247 String 17 // description of parameter 8 Oddlyield
3249 Text [ en-US ] = "The basis";
3253 Resource ANALYSIS_Xirr
3255 String 1 // description Xirr
3257 Text [ en-US ] = "Returns the internal rate of return for a non-periodic schedule of payments";
3260 String 2 // name of parameter 1 Xirr
3262 Text [ en-US ] = "Values";
3265 String 3 // description of parameter 1 Xirr
3267 Text [ en-US ] = "The values";
3270 String 4 // name of parameter 2 Xirr
3272 Text [ en-US ] = "Dates";
3275 String 5 // description of parameter 2 Xirr
3277 Text [ en-US ] = "The dates";
3280 String 6 // name of parameter 3 Xirr
3282 Text [ en-US ] = "Guess";
3285 String 7 // description of parameter 3 Xirr
3287 Text [ en-US ] = "The guess";
3291 Resource ANALYSIS_Xnpv
3293 String 1 // description Xnpv
3295 Text [ en-US ] = "Returns the net present value for a non-periodic schedule of payments";
3298 String 2 // name of parameter 1 Xnpv
3300 Text [ en-US ] = "Rate";
3303 String 3 // description of parameter 1 Xnpv
3305 Text [ en-US ] = "The rate";
3308 String 4 // name of parameter 2 Xnpv
3310 Text [ en-US ] = "Values";
3313 String 5 // description of parameter 2 Xnpv
3315 Text [ en-US ] = "The values";
3318 String 6 // name of parameter 3 Xnpv
3320 Text [ en-US ] = "Dates";
3323 String 7 // description of parameter 3 Xnpv
3325 Text [ en-US ] = "The dates";
3329 Resource ANALYSIS_Intrate
3331 String 1 // description Intrate
3333 Text [ en-US ] = "Returns the interest rate for a fully invested security";
3336 String 2 // name of parameter 1 Intrate
3338 Text [ en-US ] = "Settlement";
3341 String 3 // description of parameter 1 Intrate
3343 Text [ en-US ] = "The settlement";
3346 String 4 // name of parameter 2 Intrate
3348 Text [ en-US ] = "Maturity";
3351 String 5 // description of parameter 2 Intrate
3353 Text [ en-US ] = "The maturity";
3356 String 6 // name of parameter 3 Intrate
3358 Text [ en-US ] = "Investment";
3361 String 7 // description of parameter 3 Intrate
3363 Text [ en-US ] = "The investment";
3366 String 8 // name of parameter 4 Intrate
3368 Text [ en-US ] = "Redemption";
3371 String 9 // description of parameter 4 Intrate
3373 Text [ en-US ] = "The redemption value";
3376 String 10 // name of parameter 5 Intrate
3378 Text [ en-US ] = "Basis";
3381 String 11 // description of parameter 5 Intrate
3383 Text [ en-US ] = "The basis";
3387 Resource ANALYSIS_Coupncd
3389 String 1 // description Coupncd
3391 Text [ en-US ] = "Returns the first coupon date after the settlement date";
3394 String 2 // name of parameter 1 Coupncd
3396 Text [ en-US ] = "Settlement";
3399 String 3 // description of parameter 1 Coupncd
3401 Text [ en-US ] = "The settlement";
3404 String 4 // name of parameter 2 Coupncd
3406 Text [ en-US ] = "Maturity";
3409 String 5 // description of parameter 2 Coupncd
3411 Text [ en-US ] = "The maturity";
3414 String 6 // name of parameter 3 Coupncd
3416 Text [ en-US ] = "Frequency";
3419 String 7 // description of parameter 3 Coupncd
3421 Text [ en-US ] = "The frequency";
3424 String 8 // name of parameter 4 Coupncd
3426 Text [ en-US ] = "Basis";
3429 String 9 // description of parameter 4 Coupncd
3431 Text [ en-US ] = "The basis";
3435 Resource ANALYSIS_Coupdays
3437 String 1 // description Coupdays
3439 Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3442 String 2 // name of parameter 1 Coupdays
3444 Text [ en-US ] = "Settlement";
3447 String 3 // description of parameter 1 Coupdays
3449 Text [ en-US ] = "The settlement";
3452 String 4 // name of parameter 2 Coupdays
3454 Text [ en-US ] = "Maturity";
3457 String 5 // description of parameter 2 Coupdays
3459 Text [ en-US ] = "The maturity";
3462 String 6 // name of parameter 3 Coupdays
3464 Text [ en-US ] = "Frequency";
3467 String 7 // description of parameter 3 Coupdays
3469 Text [ en-US ] = "The frequency";
3472 String 8 // name of parameter 4 Coupdays
3474 Text [ en-US ] = "Basis";
3477 String 9 // description of parameter 4 Coupdays
3479 Text [ en-US ] = "The basis";
3483 Resource ANALYSIS_Coupdaysnc
3485 String 1 // description Coupdaysnc
3487 Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3490 String 2 // name of parameter 1 Coupdaysnc
3492 Text [ en-US ] = "Settlement";
3495 String 3 // description of parameter 1 Coupdaysnc
3497 Text [ en-US ] = "The settlement";
3500 String 4 // name of parameter 2 Coupdaysnc
3502 Text [ en-US ] = "Maturity";
3505 String 5 // description of parameter 2 Coupdaysnc
3507 Text [ en-US ] = "The maturity";
3510 String 6 // name of parameter 3 Coupdaysnc
3512 Text [ en-US ] = "Frequency";
3515 String 7 // description of parameter 3 Coupdaysnc
3517 Text [ en-US ] = "The frequency";
3520 String 8 // name of parameter 4 Coupdaysnc
3522 Text [ en-US ] = "Basis";
3525 String 9 // description of parameter 4 Coupdaysnc
3527 Text [ en-US ] = "The basis";
3531 Resource ANALYSIS_Coupdaybs
3533 String 1 // description Coupdaybs
3535 Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
3538 String 2 // name of parameter 1 Coupdaybs
3540 Text [ en-US ] = "Settlement";
3543 String 3 // description of parameter 1 Coupdaybs
3545 Text [ en-US ] = "The settlement";
3548 String 4 // name of parameter 2 Coupdaybs
3550 Text [ en-US ] = "Maturity";
3553 String 5 // description of parameter 2 Coupdaybs
3555 Text [ en-US ] = "The maturity";
3558 String 6 // name of parameter 3 Coupdaybs
3560 Text [ en-US ] = "Frequency";
3563 String 7 // description of parameter 3 Coupdaybs
3565 Text [ en-US ] = "The frequency";
3568 String 8 // name of parameter 4 Coupdaybs
3570 Text [ en-US ] = "Basis";
3573 String 9 // description of parameter 4 Coupdaybs
3575 Text [ en-US ] = "The basis";
3579 Resource ANALYSIS_Couppcd
3581 String 1 // description Couppcd
3583 Text [ en-US ] = "Returns the last coupon date preceding the settlement date";
3586 String 2 // name of parameter 1 Couppcd
3588 Text [ en-US ] = "Settlement";
3591 String 3 // description of parameter 1 Couppcd
3593 Text [ en-US ] = "The settlement";
3596 String 4 // name of parameter 2 Couppcd
3598 Text [ en-US ] = "Maturity";
3601 String 5 // description of parameter 2 Couppcd
3603 Text [ en-US ] = "The maturity";
3606 String 6 // name of parameter 3 Couppcd
3608 Text [ en-US ] = "Frequency";
3611 String 7 // description of parameter 3 Couppcd
3613 Text [ en-US ] = "The frequency";
3616 String 8 // name of parameter 4 Couppcd
3618 Text [ en-US ] = "Basis";
3621 String 9 // description of parameter 4 Couppcd
3623 Text [ en-US ] = "The basis";
3627 Resource ANALYSIS_Coupnum
3629 String 1 // description Coupnum
3631 Text [ en-US ] = "Returns the number of coupons payable between the settlement and maturity dates";
3634 String 2 // name of parameter 1 Coupnum
3636 Text [ en-US ] = "Settlement";
3639 String 3 // description of parameter 1 Coupnum
3641 Text [ en-US ] = "The settlement";
3644 String 4 // name of parameter 2 Coupnum
3646 Text [ en-US ] = "Maturity";
3649 String 5 // description of parameter 2 Coupnum
3651 Text [ en-US ] = "The maturity";
3654 String 6 // name of parameter 3 Coupnum
3656 Text [ en-US ] = "Frequency";
3659 String 7 // description of parameter 3 Coupnum
3661 Text [ en-US ] = "The frequency";
3664 String 8 // name of parameter 4 Coupnum
3666 Text [ en-US ] = "Basis";
3669 String 9 // description of parameter 4 Coupnum
3671 Text [ en-US ] = "The basis";
3675 Resource ANALYSIS_Fvschedule
3677 String 1 // description Fvschedule
3679 Text [ en-US ] = "Returns the future value of the initial principal after a series of compound interest rates are applied";
3682 String 2 // name of parameter 1 Fvschedule
3684 Text [ en-US ] = "Principal";
3687 String 3 // description of parameter 1 Fvschedule
3689 Text [ en-US ] = "The principal";
3692 String 4 // name of parameter 2 Fvschedule
3694 Text [ en-US ] = "Schedule";
3697 String 5 // description of parameter 2 Fvschedule
3699 Text [ en-US ] = "The schedule";
3704 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */