1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #include "analysis.hrc"
30 Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
32 Resource ANALYSIS_Workday
34 String 1 // description Workday
36 Text [ en-US ] = "Returns the serial number of the date before or after a specified number of workdays";
39 String 2 // name of parameter 1 Workday
41 Text [ en-US ] = "Start date";
44 String 3 // description of parameter 1 Workday
46 Text [ en-US ] = "The start date";
49 String 4 // name of parameter 2 Workday
51 Text [ en-US ] = "Days";
54 String 5 // description of parameter 2 Workday
56 Text [ en-US ] = "The number of workdays before or after the start date";
59 String 6 // name of parameter 3 Workday
61 Text [ en-US ] = "Holidays";
64 String 7 // description of parameter 3 Workday
66 Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
70 Resource ANALYSIS_Yearfrac
72 String 1 // description Yearfrac
74 Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year fraction";
77 String 2 // name of parameter 1 Yearfrac
79 Text [ en-US ] = "Start date";
82 String 3 // description of parameter 1 Yearfrac
84 Text [ en-US ] = "The start date";
87 String 4 // name of parameter 2 Yearfrac
89 Text [ en-US ] = "End date";
92 String 5 // description of parameter 2 Yearfrac
94 Text [ en-US ] = "The end date";
97 String 6 // name of parameter 3 Yearfrac
99 Text [ en-US ] = "Basis";
102 String 7 // description of parameter 3 Yearfrac
104 Text [ en-US ] = "Basis for determining the interest days";
108 Resource ANALYSIS_Edate
110 String 1 // description Edate
112 Text [ en-US ] = "Returns the serial number of the date that is a specified number of months before or after the start date";
115 String 2 // name of parameter 1 Edate
117 Text [ en-US ] = "Start date";
120 String 3 // description of parameter 1 Edate
122 Text [ en-US ] = "The start date";
125 String 4 // name of parameter 2 Edate
127 Text [ en-US ] = "Months";
130 String 5 // description of parameter 2 Edate
132 Text [ en-US ] = "Number of months before or after the start date";
136 Resource ANALYSIS_Weeknum
138 String 1 // description Weeknum_add
140 Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
143 String 2 // name of parameter 1 Weeknum_add
145 Text [ en-US ] = "Date";
148 String 3 // description of parameter 1 Weeknum_add
150 Text [ en-US ] = "The date";
153 String 4 // name of parameter 2 Weeknum_add
155 Text [ en-US ] = "Return type";
158 String 5 // description of parameter 2 Weeknum_add
160 Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins";
164 Resource ANALYSIS_Eomonth
166 String 1 // description EoMonth
168 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";
171 String 2 // name of parameter 1 EoMonth
173 Text [ en-US ] = "Start date";
176 String 3 // description of parameter 1 EoMonth
178 Text [ en-US ] = "The start date";
181 String 4 // name of parameter 2 EoMonth
183 Text [ en-US ] = "Months";
186 String 5 // description of parameter 2 EoMonth
188 Text [ en-US ] = "Number of months before or after the start date";
192 Resource ANALYSIS_Networkdays
194 String 1 // description Networkdays
196 Text [ en-US ] = "Returns the number of workdays between two dates";
199 String 2 // name of parameter 1 Networkdays
201 Text [ en-US ] = "Start date";
204 String 3 // description of parameter 1 Networkdays
206 Text [ en-US ] = "The start date";
209 String 4 // name of parameter 2 Networkdays
211 Text [ en-US ] = "End date";
214 String 5 // description of parameter 2 Networkdays
216 Text [ en-US ] = "The end date";
219 String 6 // name of parameter 3 Networkdays
221 Text [ en-US ] = "Holidays";
224 String 7 // description of parameter 3 Networkdays
226 Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
230 Resource ANALYSIS_Iseven
232 String 1 // description Iseven_add
234 Text [ en-US ] = "Returns the value 'true' if the number is even";
237 String 2 // name of parameter 1 Iseven_add
239 Text [ en-US ] = "Number";
242 String 3 // description of parameter 1 Iseven_add
244 Text [ en-US ] = "The number";
248 Resource ANALYSIS_Isodd
250 String 1 // description Isodd_add
252 Text [ en-US ] = "Returns the value 'true' if the number is odd";
255 String 2 // name of parameter 1 Isodd_add
257 Text [ en-US ] = "Number";
260 String 3 // description of parameter 1 Isodd_add
262 Text [ en-US ] = "The number";
266 Resource ANALYSIS_Multinomial
268 String 1 // description Multinomial
270 Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
273 String 2 // name of parameter 1 Multinomial
275 Text [ en-US ] = "Number(s)";
278 String 3 // description of parameter 1 Multinomial
280 Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
284 Resource ANALYSIS_Seriessum
286 String 1 // description Seriessum
288 Text [ en-US ] = "Returns the sum of a power series";
291 String 2 // name of parameter 1 Seriessum
293 Text [ en-US ] = "X";
296 String 3 // description of parameter 1 Seriessum
298 Text [ en-US ] = "The independent variable of the power series";
301 String 4 // name of parameter 2 Seriessum
303 Text [ en-US ] = "N";
306 String 5 // description of parameter 2 Seriessum
308 Text [ en-US ] = "The initial power to which x is to be raised";
311 String 6 // name of parameter 3 Seriessum
313 Text [ en-US ] = "M";
316 String 7 // description of parameter 3 Seriessum
318 Text [ en-US ] = "The increment by which to increase n for each term in the series";
321 String 8 // name of parameter 4 Seriessum
323 Text [ en-US ] = "Coefficients";
326 String 9 // description of parameter 4 Seriessum
328 Text [ en-US ] = "Set of coefficients by which each successive power of the variable x is multiplied";
332 Resource ANALYSIS_Quotient
334 String 1 // description Quotient
336 Text [ en-US ] = "Returns the integer portion of a division";
339 String 2 // name of parameter 1 Quotient
341 Text [ en-US ] = "Numerator";
344 String 3 // description of parameter 1 Quotient
346 Text [ en-US ] = "The dividend";
349 String 4 // name of parameter 2 Quotient
351 Text [ en-US ] = "Denominator";
354 String 5 // description of parameter 2 Quotient
356 Text [ en-US ] = "The divisor";
360 Resource ANALYSIS_Mround
362 String 1 // description Mround
364 Text [ en-US ] = "Returns a number rounded to a specified multiple";
367 String 2 // name of parameter 1 Mround
369 Text [ en-US ] = "Number";
372 String 3 // description of parameter 1 Mround
374 Text [ en-US ] = "The number to round off";
377 String 4 // name of parameter 2 Mround
379 Text [ en-US ] = "Multiple";
382 String 5 // description of parameter 2 Mround
384 Text [ en-US ] = "The multiple to which you want to round number";
388 Resource ANALYSIS_Sqrtpi
390 String 1 // description SqrtPI
392 Text [ en-US ] = "Returns the square root of a number which has been multiplied by pi";
395 String 2 // name of parameter 1 SqrtPI
397 Text [ en-US ] = "Number";
400 String 3 // description of parameter 1 SqrtPI
402 Text [ en-US ] = "The number by which pi is multiplied";
406 Resource ANALYSIS_Randbetween
408 String 1 // description Randbetween
410 Text [ en-US ] = "Returns a random integer between the numbers you specify";
413 String 2 // name of parameter 1 Randbetween
415 Text [ en-US ] = "Bottom";
418 String 3 // description of parameter 1 Randbetween
420 Text [ en-US ] = "The smallest integer returned";
423 String 4 // name of parameter 2 Randbetween
425 Text [ en-US ] = "Top";
428 String 5 // description of parameter 2 Randbetween
430 Text [ en-US ] = "The largest integer returned";
434 Resource ANALYSIS_Gcd
436 String 1 // description Gcd_add
438 Text [ en-US ] = "Returns the greatest common divisor";
441 String 2 // name of parameter 1 Gcd_add
443 Text [ en-US ] = "Number(s)";
446 String 3 // description of parameter 1 Gcd_add
448 Text [ en-US ] = "Number or list of numbers";
452 Resource ANALYSIS_Lcm
454 String 1 // description Lcm_add
456 Text [ en-US ] = "Returns the least common multiple";
459 String 2 // name of parameter 1 Lcm_add
461 Text [ en-US ] = "Number(s)";
464 String 3 // description of parameter 1 Lcm_add
466 Text [ en-US ] = "Number or list of numbers";
470 Resource ANALYSIS_Besseli
472 String 1 // description BesselI
474 Text [ en-US ] = "Returns the modified Bessel function In(x)";
477 String 2 // name of parameter 1 BesselI
479 Text [ en-US ] = "X";
482 String 3 // description of parameter 1 BesselI
484 Text [ en-US ] = "The value at which the function is to be evaluated";
487 String 4 // name of parameter 2 BesselI
489 Text [ en-US ] = "N";
492 String 5 // description of parameter 2 BesselI
494 Text [ en-US ] = "The order of the Bessel function";
498 Resource ANALYSIS_Besselj
500 String 1 // description BesselJ
502 Text [ en-US ] = "Returns the Bessel function Jn(x)";
505 String 2 // name of parameter 1 BesselJ
507 Text [ en-US ] = "X";
510 String 3 // description of parameter 1 BesselJ
512 Text [ en-US ] = "The value at which the function is to be evaluated";
515 String 4 // name of parameter 2 BesselJ
517 Text [ en-US ] = "N";
520 String 5 // description of parameter 2 BesselJ
522 Text [ en-US ] = "The order of the Bessel function";
526 Resource ANALYSIS_Besselk
528 String 1 // description BesselK
530 Text [ en-US ] = "Returns the Bessel function Kn(x)";
533 String 2 // name of parameter 1 BesselK
535 Text [ en-US ] = "X";
538 String 3 // description of parameter 1 BesselK
540 Text [ en-US ] = "The value at which the function is to be evaluated";
543 String 4 // name of parameter 2 BesselK
545 Text [ en-US ] = "N";
548 String 5 // description of parameter 2 BesselK
550 Text [ en-US ] = "The order of the Bessel function";
554 Resource ANALYSIS_Bessely
556 String 1 // description BesselY
558 Text [ en-US ] = "Returns the Bessel function Yn(x)";
561 String 2 // name of parameter 1 BesselY
563 Text [ en-US ] = "X";
566 String 3 // description of parameter 1 BesselY
568 Text [ en-US ] = "The value at which the function is to be evaluated";
571 String 4 // name of parameter 2 BesselY
573 Text [ en-US ] = "N";
576 String 5 // description of parameter 2 BesselY
578 Text [ en-US ] = "The order of the Bessel function";
582 Resource ANALYSIS_Bin2Oct
584 String 1 // description Bin2Oct
586 Text [ en-US ] = "Converts a binary number to an octal number";
589 String 2 // name of parameter 1 Bin2Oct
591 Text [ en-US ] = "Number";
594 String 3 // description of parameter 1 Bin2Oct
596 Text [ en-US ] = "The binary number to be converted (as text)";
599 String 4 // name of parameter 2 Bin2Oct
601 Text [ en-US ] = "Places";
604 String 5 // description of parameter 2 Bin2Oct
606 Text [ en-US ] = "Number of places used";
610 Resource ANALYSIS_Bin2Dec
612 String 1 // description Bin2Dec
614 Text [ en-US ] = "Converts a binary number to a decimal number";
617 String 2 // name of parameter 1 Bin2Dec
619 Text [ en-US ] = "Number";
622 String 3 // description of parameter 1 Bin2Dec
624 Text [ en-US ] = "The binary number to be converted (as text)";
628 Resource ANALYSIS_Bin2Hex
630 String 1 // description Bin2Hex
632 Text [ en-US ] = "Converts a binary number to a hexadecimal number";
635 String 2 // name of parameter 1 Bin2Hex
637 Text [ en-US ] = "Number";
640 String 3 // description of parameter 1 Bin2Hex
642 Text [ en-US ] = "The binary number to be converted (as text)";
645 String 4 // name of parameter 2 Bin2Hex
647 Text [ en-US ] = "Places";
650 String 5 // description of parameter 2 Bin2Hex
652 Text [ en-US ] = "Number of places used.";
656 Resource ANALYSIS_Oct2Bin
658 String 1 // description Oct2Bin
660 Text [ en-US ] = "Converts an octal number to a binary number";
663 String 2 // name of parameter 1 Oct2Bin
665 Text [ en-US ] = "Number";
668 String 3 // description of parameter 1 Oct2Bin
670 Text [ en-US ] = "The octal number to be converted (as text)";
673 String 4 // name of parameter 2 Oct2Bin
675 Text [ en-US ] = "Places";
678 String 5 // description of parameter 2 Oct2Bin
680 Text [ en-US ] = "Number of places used";
684 Resource ANALYSIS_Oct2Dec
686 String 1 // description Oct2Dec
688 Text [ en-US ] = "Converts an octal number to a decimal number";
691 String 2 // name of parameter 1 Oct2Dec
693 Text [ en-US ] = "Number";
696 String 3 // description of parameter 1 Oct2Dec
698 Text [ en-US ] = "The octal number to be converted (as text)";
702 Resource ANALYSIS_Oct2Hex
704 String 1 // description Oct2Hex
706 Text [ en-US ] = "Converts an octal number to a hexadecimal number";
709 String 2 // name of parameter 1 Oct2Hex
711 Text [ en-US ] = "Number";
714 String 3 // description of parameter 1 Oct2Hex
716 Text [ en-US ] = "The octal number to be converted (as text)";
719 String 4 // name of parameter 2 Oct2Hex
721 Text [ en-US ] = "Places";
724 String 5 // description of parameter 2 Oct2Hex
726 Text [ en-US ] = "Number of places used";
730 Resource ANALYSIS_Dec2Bin
732 String 1 // description Dec2Bin
734 Text [ en-US ] = "Converts a decimal number to a binary number";
737 String 2 // name of parameter 1 Dec2Bin
739 Text [ en-US ] = "Number";
742 String 3 // description of parameter 1 Dec2Bin
744 Text [ en-US ] = "The decimal integer to be converted";
747 String 4 // name of parameter 2 Dec2Bin
749 Text [ en-US ] = "Places";
752 String 5 // description of parameter 2 Dec2Bin
754 Text [ en-US ] = "Number of places used";
758 Resource ANALYSIS_Dec2Hex
760 String 1 // description Dec2Hex
762 Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
765 String 2 // name of parameter 1 Dec2Hex
767 Text [ en-US ] = "Number";
770 String 3 // description of parameter 1 Dec2Hex
772 Text [ en-US ] = "The decimal integer to be converted";
775 String 4 // name of parameter 2 Dec2Hex
777 Text [ en-US ] = "Places";
780 String 5 // description of parameter 2 Dec2Hex
782 Text [ en-US ] = "Number of places used";
786 Resource ANALYSIS_Dec2Oct
788 String 1 // description Dec2Oct
790 Text [ en-US ] = "Converts a decimal number into an octal number";
793 String 2 // name of parameter 1 Dec2Oct
795 Text [ en-US ] = "Number";
798 String 3 // description of parameter 1 Dec2Oct
800 Text [ en-US ] = "The decimal number";
803 String 4 // name of parameter 2 Dec2Oct
805 Text [ en-US ] = "Places";
808 String 5 // description of parameter 2 Dec2Oct
810 Text [ en-US ] = "Number of places used";
814 Resource ANALYSIS_Hex2Bin
816 String 1 // description Hex2Bin
818 Text [ en-US ] = "Converts a hexadecimal number to a binary number";
821 String 2 // name of parameter 1 Hex2Bin
823 Text [ en-US ] = "Number";
826 String 3 // description of parameter 1 Hex2Bin
828 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
831 String 4 // name of parameter 2 Hex2Bin
833 Text [ en-US ] = "Places";
836 String 5 // description of parameter 2 Hex2Bin
838 Text [ en-US ] = "Number of places used";
842 Resource ANALYSIS_Hex2Dec
844 String 1 // description Hex2Dec
846 Text [ en-US ] = "Converts a hexadecimal number to a decimal number";
849 String 2 // name of parameter 1 Hex2Dec
851 Text [ en-US ] = "Number";
854 String 3 // description of parameter 1 Hex2Dec
856 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
860 Resource ANALYSIS_Hex2Oct
862 String 1 // description Hex2Oct
864 Text [ en-US ] = "Converts a hexadecimal number to an octal number";
867 String 2 // name of parameter 1 Hex2Oct
869 Text [ en-US ] = "Number";
872 String 3 // description of parameter 1 Hex2Oct
874 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
877 String 4 // name of parameter 2 Hex2Oct
879 Text [ en-US ] = "Places";
882 String 5 // description of parameter 2 Hex2Oct
884 Text [ en-US ] = "Number of places used";
888 Resource ANALYSIS_Delta
890 String 1 // description Delta
892 Text [ en-US ] = "Tests whether two values are equal";
895 String 2 // name of parameter 1 Delta
897 Text [ en-US ] = "Number 1";
900 String 3 // description of parameter 1 Delta
902 Text [ en-US ] = "The first number";
905 String 4 // name of parameter 2 Delta
907 Text [ en-US ] = "Number 2";
910 String 5 // description of parameter 2 Delta
912 Text [ en-US ] = "The second number";
916 Resource ANALYSIS_Erf
918 String 1 // description Erf
920 Text [ en-US ] = "Returns the error function";
923 String 2 // name of parameter 1 Erf
925 Text [ en-US ] = "Lower limit";
928 String 3 // description of parameter 1 Erf
930 Text [ en-US ] = "The lower limit for integration";
933 String 4 // name of parameter 2 Erf
935 Text [ en-US ] = "Upper limit";
938 String 5 // description of parameter 2 Erf
940 Text [ en-US ] = "The upper limit for integration";
944 Resource ANALYSIS_Erfc
946 String 1 // description Erfc
948 Text [ en-US ] = "Returns the complementary error function";
951 String 2 // name of parameter 1 Erfc
953 Text [ en-US ] = "Lower limit";
956 String 3 // description of parameter 1 Erfc
958 Text [ en-US ] = "The lower limit for integration";
962 Resource ANALYSIS_Gestep
964 String 1 // description GeStep
966 Text [ en-US ] = "Tests whether a number is greater than a threshold value";
969 String 2 // name of parameter 1 GeStep
971 Text [ en-US ] = "Number";
974 String 3 // description of parameter 1 GeStep
976 Text [ en-US ] = "The value to test against step";
979 String 4 // name of parameter 2 GeStep
981 Text [ en-US ] = "Step";
984 String 5 // description of parameter 2 GeStep
986 Text [ en-US ] = "The threshhold value";
990 Resource ANALYSIS_Factdouble
992 String 1 // description Factdouble
994 Text [ en-US ] = "Returns the double factorial of Number";
997 String 2 // name of parameter 1 Factdouble
999 Text [ en-US ] = "Number";
1002 String 3 // description of parameter 1 Factdouble
1004 Text [ en-US ] = "The number";
1008 Resource ANALYSIS_Imabs
1010 String 1 // description Imabs
1012 Text [ en-US ] = "Returns the absolute value (modulus) of a complex number";
1015 String 2 // name of parameter 1 Imabs
1017 Text [ en-US ] = "Complex number";
1020 String 3 // description of parameter 1 Imabs
1022 Text [ en-US ] = "The complex number";
1026 Resource ANALYSIS_Imaginary
1028 String 1 // description Imaginary
1030 Text [ en-US ] = "Returns the imaginary coefficient of a complex number";
1033 String 2 // name of parameter 1 Imaginary
1035 Text [ en-US ] = "Complex number";
1038 String 3 // description of parameter 1 Imaginary
1040 Text [ en-US ] = "The complex number";
1044 Resource ANALYSIS_Impower
1046 String 1 // description Impower
1048 Text [ en-US ] = "Returns a complex number raised to an integer power";
1051 String 2 // name of parameter 1 Impower
1053 Text [ en-US ] = "Complex number";
1056 String 3 // description of parameter 1 Impower
1058 Text [ en-US ] = "The complex number";
1061 String 4 // name of parameter 2 Impower
1063 Text [ en-US ] = "Number";
1066 String 5 // description of parameter 2 Impower
1068 Text [ en-US ] = "Power to which the complex number is raised";
1072 Resource ANALYSIS_Imargument
1074 String 1 // description Imargument
1076 Text [ en-US ] = "Returns the argument theta, an angle expressed in radians";
1079 String 2 // name of parameter 1 Imargument
1081 Text [ en-US ] = "Complex number";
1084 String 3 // description of parameter 1 Imargument
1086 Text [ en-US ] = "A complex number";
1090 Resource ANALYSIS_Imcos
1092 String 1 // description Imcos
1094 Text [ en-US ] = "Returns the cosine of a complex number";
1097 String 2 // name of parameter 1 Imcos
1099 Text [ en-US ] = "Complex number";
1102 String 3 // description of parameter 1 Imcos
1104 Text [ en-US ] = "A complex number";
1108 Resource ANALYSIS_Imdiv
1110 String 1 // description Imdiv
1112 Text [ en-US ] = "Returns the quotient of two complex numbers";
1115 String 2 // name of parameter 1 Imdiv
1117 Text [ en-US ] = "Numerator";
1120 String 3 // description of parameter 1 Imdiv
1122 Text [ en-US ] = "The dividend";
1125 String 4 // name of parameter 2 Imdiv
1127 Text [ en-US ] = "Denominator";
1130 String 5 // description of parameter 2 Imdiv
1132 Text [ en-US ] = "The divisor";
1136 Resource ANALYSIS_Imexp
1138 String 1 // description Imexp
1140 Text [ en-US ] = "Returns the algebraic form of the exponential of a complex number";
1143 String 2 // name of parameter 1 Imexp
1145 Text [ en-US ] = "Complex number";
1148 String 3 // description of parameter 1 Imexp
1150 Text [ en-US ] = "The complex number";
1154 Resource ANALYSIS_Imconjugate
1156 String 1 // description Imconjugate
1158 Text [ en-US ] = "Returns the complex conjugate of a complex number";
1161 String 2 // name of parameter 1 Imconjugate
1163 Text [ en-US ] = "Complex number";
1166 String 3 // description of parameter 1 Imconjugate
1168 Text [ en-US ] = "The complex number";
1172 Resource ANALYSIS_Imln
1174 String 1 // description Imln
1176 Text [ en-US ] = "Returns the natural logarithm of a complex number";
1179 String 2 // name of parameter 1 Imln
1181 Text [ en-US ] = "Complex number";
1184 String 3 // description of parameter 1 Imln
1186 Text [ en-US ] = "The complex number";
1190 Resource ANALYSIS_Imlog10
1192 String 1 // description Imlog10
1194 Text [ en-US ] = "Returns the base-10 logarithm of a complex number";
1197 String 2 // name of parameter 1 Imlog10
1199 Text [ en-US ] = "Complex number";
1202 String 3 // description of parameter 1 Imlog10
1204 Text [ en-US ] = "The complex number";
1208 Resource ANALYSIS_Imlog2
1210 String 1 // description Imlog2
1212 Text [ en-US ] = "Returns the base-2 logarithm of a complex number";
1215 String 2 // name of parameter 1 Imlog2
1217 Text [ en-US ] = "Complex number";
1220 String 3 // description of parameter 1 Imlog2
1222 Text [ en-US ] = "The complex number";
1226 Resource ANALYSIS_Improduct
1228 String 1 // description Improduct
1230 Text [ en-US ] = "Returns the product of several complex numbers";
1233 String 2 // name of parameter 1 Improduct
1235 Text [ en-US ] = "Complex number";
1238 String 3 // description of parameter 1 Improduct
1240 Text [ en-US ] = "The first complex number";
1243 String 4 // name of parameter 2 Improduct
1245 Text [ en-US ] = "Complex number";
1248 String 5 // description of parameter 2 Improduct
1250 Text [ en-US ] = "Another complex number";
1254 Resource ANALYSIS_Imreal
1256 String 1 // description Imreal
1258 Text [ en-US ] = "Returns the real coefficient of a complex number";
1261 String 2 // name of parameter 1 Imreal
1263 Text [ en-US ] = "Complex number";
1266 String 3 // description of parameter 1 Imreal
1268 Text [ en-US ] = "The complex number";
1272 Resource ANALYSIS_Imsin
1274 String 1 // description Imsin
1276 Text [ en-US ] = "Returns the sine of a complex number";
1279 String 2 // name of parameter 1 Imsin
1281 Text [ en-US ] = "Complex number";
1284 String 3 // description of parameter 1 Imsin
1286 Text [ en-US ] = "The complex number";
1290 Resource ANALYSIS_Imsub
1292 String 1 // description Imsub
1294 Text [ en-US ] = "Returns the difference of two complex numbers";
1297 String 2 // name of parameter 1 Imsub
1299 Text [ en-US ] = "Complex number 1";
1302 String 3 // description of parameter 1 Imsub
1304 Text [ en-US ] = "Complex number 1";
1307 String 4 // name of parameter 2 Imsub
1309 Text [ en-US ] = "Complex number 2";
1312 String 5 // description of parameter 2 Imsub
1314 Text [ en-US ] = "Complex number 2";
1318 Resource ANALYSIS_Imsqrt
1320 String 1 // description Imsqrt
1322 Text [ en-US ] = "Returns the square root of a complex number";
1325 String 2 // name of parameter 1 Imsqrt
1327 Text [ en-US ] = "Complex number";
1330 String 3 // description of parameter 1 Imsqrt
1332 Text [ en-US ] = "The complex number";
1336 Resource ANALYSIS_Imsum
1338 String 1 // description Imsum
1340 Text [ en-US ] = "Returns the sum of complex numbers";
1343 String 2 // name of parameter 1 Imsum
1345 Text [ en-US ] = "Complex number";
1348 String 3 // description of parameter 1 Imsum
1350 Text [ en-US ] = "The complex number";
1355 Resource ANALYSIS_Imtan
1357 String 1 // description Imtan
1359 Text [ en-US ] = "Returns the tangent of a complex number";
1362 String 2 // name of parameter 1 Imtan
1364 Text [ en-US ] = "Complex number";
1367 String 3 // description of parameter 1 Imtan
1369 Text [ en-US ] = "A complex number";
1373 Resource ANALYSIS_Imsec
1375 String 1 // description Imsec
1377 Text [ en-US ] = "Returns the secant of a complex number";
1380 String 2 // name of parameter 1 Imsec
1382 Text [ en-US ] = "Complex number";
1385 String 3 // description of parameter 1 Imsec
1387 Text [ en-US ] = "A complex number";
1391 Resource ANALYSIS_Imcsc
1393 String 1 // description Imcsc
1395 Text [ en-US ] = "Returns the cosecant of a complex number";
1398 String 2 // name of parameter 1 Imcsc
1400 Text [ en-US ] = "Complex number";
1403 String 3 // description of parameter 1 Imcsc
1405 Text [ en-US ] = "A complex number";
1409 Resource ANALYSIS_Imcot
1411 String 1 // description Imcot
1413 Text [ en-US ] = "Returns the cotangent of a complex number";
1416 String 2 // name of parameter 1 Imcot
1418 Text [ en-US ] = "Complex number";
1421 String 3 // description of parameter 1 Imcot
1423 Text [ en-US ] = "A complex number";
1427 Resource ANALYSIS_Imsinh
1429 String 1 // description Imsinh
1431 Text [ en-US ] = "Returns the hyperbolic sine of a complex number";
1434 String 2 // name of parameter 1 Imsinh
1436 Text [ en-US ] = "Complex number";
1439 String 3 // description of parameter 1 Imsinh
1441 Text [ en-US ] = "A complex number";
1445 Resource ANALYSIS_Imcosh
1447 String 1 // description Imcosh
1449 Text [ en-US ] = "Returns the hyperbolic cosine of a complex number";
1452 String 2 // name of parameter 1 Imcosh
1454 Text [ en-US ] = "Complex number";
1457 String 3 // description of parameter 1 Imcosh
1459 Text [ en-US ] = "A complex number";
1463 Resource ANALYSIS_Imsech
1465 String 1 // description Imsech
1467 Text [ en-US ] = "Returns the hyperbolic secant of a complex number";
1470 String 2 // name of parameter 1 Imsech
1472 Text [ en-US ] = "Complex number";
1475 String 3 // description of parameter 1 Imsech
1477 Text [ en-US ] = "A complex number";
1481 Resource ANALYSIS_Imcsch
1483 String 1 // description Imcsch
1485 Text [ en-US ] = "Returns the hyperbolic cosecant of a complex number";
1488 String 2 // name of parameter 1 Imcsch
1490 Text [ en-US ] = "Complex number";
1493 String 3 // description of parameter 1 Imcsch
1495 Text [ en-US ] = "A complex number";
1499 Resource ANALYSIS_Complex
1501 String 1 // description Complex
1503 Text [ en-US ] = "Converts real and imaginary coefficients into a complex number";
1506 String 2 // name of parameter 1 Complex
1508 Text [ en-US ] = "Real num";
1511 String 3 // description of parameter 1 Complex
1513 Text [ en-US ] = "The real coefficient";
1516 String 4 // name of parameter 2 Complex
1518 Text [ en-US ] = "I num";
1521 String 5 // description of parameter 2 Complex
1523 Text [ en-US ] = "The imaginary coefficient";
1526 String 6 // name of parameter 3 Complex
1528 Text [ en-US ] = "Suffix";
1531 String 7 // description of parameter 3 Complex
1533 Text [ en-US ] = "The suffix";
1537 Resource ANALYSIS_Convert
1539 String 1 // description Convert_add
1541 Text [ en-US ] = "Converts a number from one measurement system to another";
1544 String 2 // name of parameter 1 Convert_add
1546 Text [ en-US ] = "Number";
1549 String 3 // description of parameter 1 Convert_add
1551 Text [ en-US ] = "The number";
1554 String 4 // name of parameter 2 Convert_add
1556 Text [ en-US ] = "From unit";
1559 String 5 // description of parameter 2 Convert_add
1561 Text [ en-US ] = "Unit of measure for number";
1564 String 6 // name of parameter 3 Convert_add
1566 Text [ en-US ] = "To unit";
1569 String 7 // description of parameter 3 Convert_add
1571 Text [ en-US ] = "Unit of measure for the result";
1575 Resource ANALYSIS_Amordegrc
1577 String 1 // description Amordegrc
1579 Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1582 String 2 // name of parameter 1 Amordegrc
1584 Text [ en-US ] = "Cost";
1587 String 3 // description of parameter 1 Amordegrc
1589 Text [ en-US ] = "Cost of the asset";
1592 String 4 // name of parameter 2 Amordegrc
1594 Text [ en-US ] = "Date purchased";
1597 String 5 // description of parameter 2 Amordegrc
1599 Text [ en-US ] = "Purchase date of the asset";
1602 String 6 // name of parameter 3 Amordegrc
1604 Text [ en-US ] = "First period";
1607 String 7 // description of parameter 3 Amordegrc
1609 Text [ en-US ] = "Date the first period ends";
1612 String 8 // name of parameter 4 Amordegrc
1614 Text [ en-US ] = "Salvage";
1617 String 9 // description of parameter 4 Amordegrc
1619 Text [ en-US ] = "Salvage value of an asset at the end of its life";
1622 String 10 // name of parameter 5 Amordegrc
1624 Text [ en-US ] = "Period";
1627 String 11 // description of parameter 5 Amordegrc
1629 Text [ en-US ] = "The period";
1632 String 12 // name of parameter 6 Amordegrc
1634 Text [ en-US ] = "Rate";
1637 String 13 // description of parameter 6 Amordegrc
1639 Text [ en-US ] = "The rate of depreciation";
1642 String 14 // name of parameter 7 Amordegrc
1644 Text [ en-US ] = "Basis";
1647 String 15 // description of parameter 7 Amordegrc
1649 Text [ en-US ] = "The year basis to be used";
1653 Resource ANALYSIS_Amorlinc
1655 String 1 // description Amorlinc
1657 Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1660 String 2 // name of parameter 1 Amorlinc
1662 Text [ en-US ] = "Cost";
1665 String 3 // description of parameter 1 Amorlinc
1667 Text [ en-US ] = "Cost of the asset";
1670 String 4 // name of parameter 2 Amorlinc
1672 Text [ en-US ] = "Date purchased";
1675 String 5 // description of parameter 2 Amorlinc
1677 Text [ en-US ] = "Purchase date of the asset";
1680 String 6 // name of parameter 3 Amorlinc
1682 Text [ en-US ] = "First period";
1685 String 7 // description of parameter 3 Amorlinc
1687 Text [ en-US ] = "The date the first period ends";
1690 String 8 // name of parameter 4 Amorlinc
1692 Text [ en-US ] = "Salvage";
1695 String 9 // description of parameter 4 Amorlinc
1697 Text [ en-US ] = "The salvage value of an asset at the end of its life";
1700 String 10 // name of parameter 5 Amorlinc
1702 Text [ en-US ] = "Period";
1705 String 11 // description of parameter 5 Amorlinc
1707 Text [ en-US ] = "The period";
1710 String 12 // name of parameter 6 Amorlinc
1712 Text [ en-US ] = "Rate";
1715 String 13 // description of parameter 6 Amorlinc
1717 Text [ en-US ] = "The rate of depreciation";
1720 String 14 // name of parameter 7 Amorlinc
1722 Text [ en-US ] = "Basis";
1725 String 15 // description of parameter 7 Amorlinc
1727 Text [ en-US ] = "The year basis to be used";
1731 Resource ANALYSIS_Accrint
1733 String 1 // description Accrint
1735 Text [ en-US ] = "Returns the accrued interest for a security that pays periodic interest";
1738 String 2 // name of parameter 1 Accrint
1740 Text [ en-US ] = "Issue";
1743 String 3 // description of parameter 1 Accrint
1745 Text [ en-US ] = "Issue date of the security";
1748 String 4 // name of parameter 2 Accrint
1750 Text [ en-US ] = "First interest";
1753 String 5 // description of parameter 2 Accrint
1755 Text [ en-US ] = "First interest date of the security";
1758 String 6 // name of parameter 3 Accrint
1760 Text [ en-US ] = "Settlement";
1763 String 7 // description of parameter 3 Accrint
1765 Text [ en-US ] = "The settlement";
1768 String 8 // name of parameter 4 Accrint
1770 Text [ en-US ] = "Rate";
1773 String 9 // description of parameter 4 Accrint
1775 Text [ en-US ] = "The rate";
1778 String 10 // name of parameter 5 Accrint
1780 Text [ en-US ] = "Par";
1783 String 11 // description of parameter 5 Accrint
1785 Text [ en-US ] = "The par value";
1788 String 12 // name of parameter 6 Accrint
1790 Text [ en-US ] = "Frequency";
1793 String 13 // description of parameter 6 Accrint
1795 Text [ en-US ] = "The frequency";
1798 String 14 // name of parameter 7 Accrint
1800 Text [ en-US ] = "Basis";
1803 String 15 // description of parameter 7 Accrint
1805 Text [ en-US ] = "The basis";
1809 Resource ANALYSIS_Accrintm
1811 String 1 // description Accrintm
1813 Text [ en-US ] = "Returns the accrued interest for a security that pays interest at maturity";
1816 String 2 // name of parameter 1 Accrintm
1818 Text [ en-US ] = "Issue";
1821 String 3 // description of parameter 1 Accrintm
1823 Text [ en-US ] = "The issue date";
1826 String 4 // name of parameter 2 Accrintm
1828 Text [ en-US ] = "Settlement";
1831 String 5 // description of parameter 2 Accrintm
1833 Text [ en-US ] = "The settlement";
1836 String 6 // name of parameter 3 Accrintm
1838 Text [ en-US ] = "Rate";
1841 String 7 // description of parameter 3 Accrintm
1843 Text [ en-US ] = "The rate";
1846 String 8 // name of parameter 4 Accrintm
1848 Text [ en-US ] = "Par";
1851 String 9 // description of parameter 4 Accrintm
1853 Text [ en-US ] = "The par value";
1856 String 10 // name of parameter 5 Accrintm
1858 Text [ en-US ] = "Basis";
1861 String 11 // description of parameter 5 Accrintm
1863 Text [ en-US ] = "The basis";
1867 Resource ANALYSIS_Received
1869 String 1 // description Received
1871 Text [ en-US ] = "Returns the amount paid out at maturity for a fully invested security";
1874 String 2 // name of parameter 1 Received
1876 Text [ en-US ] = "Settlement";
1879 String 3 // description of parameter 1 Received
1881 Text [ en-US ] = "The settlement";
1884 String 4 // name of parameter 2 Received
1886 Text [ en-US ] = "Maturity";
1889 String 5 // description of parameter 2 Received
1891 Text [ en-US ] = "The maturity";
1894 String 6 // name of parameter 3 Received
1896 Text [ en-US ] = "Investment";
1899 String 7 // description of parameter 3 Received
1901 Text [ en-US ] = "The investment";
1904 String 8 // name of parameter 4 Received
1906 Text [ en-US ] = "Discount";
1909 String 9 // description of parameter 4 Received
1911 Text [ en-US ] = "The discount";
1914 String 10 // name of parameter 5 Received
1916 Text [ en-US ] = "Basis";
1919 String 11 // description of parameter 5 Received
1921 Text [ en-US ] = "The basis";
1925 Resource ANALYSIS_Disc
1927 String 1 // description Disc
1929 Text [ en-US ] = "Returns the discount rate for a security";
1932 String 2 // name of parameter 1 Disc
1934 Text [ en-US ] = "Settlement";
1937 String 3 // description of parameter 1 Disc
1939 Text [ en-US ] = "The settlement";
1942 String 4 // name of parameter 2 Disc
1944 Text [ en-US ] = "Maturity";
1947 String 5 // description of parameter 2 Disc
1949 Text [ en-US ] = "The maturity";
1952 String 6 // name of parameter 3 Disc
1954 Text [ en-US ] = "Price";
1957 String 7 // description of parameter 3 Disc
1959 Text [ en-US ] = "The price";
1962 String 8 // name of parameter 4 Disc
1964 Text [ en-US ] = "Redemption";
1967 String 9 // description of parameter 4 Disc
1969 Text [ en-US ] = "The redemption value";
1972 String 10 // name of parameter 5 Disc
1974 Text [ en-US ] = "Basis";
1977 String 11 // description of parameter 5 Disc
1979 Text [ en-US ] = "The basis";
1983 Resource ANALYSIS_Duration
1985 String 1 // description Duration
1987 Text [ en-US ] = "Returns the annual Macaulay duration of a security with periodic interest payments";
1990 String 2 // name of parameter 1 Duration
1992 Text [ en-US ] = "Settlement";
1995 String 3 // description of parameter 1 Duration
1997 Text [ en-US ] = "The settlement";
2000 String 4 // name of parameter 2 Duration
2002 Text [ en-US ] = "Maturity";
2005 String 5 // description of parameter 2 Duration
2007 Text [ en-US ] = "The maturity";
2010 String 6 // name of parameter 3 Duration
2012 Text [ en-US ] = "Coupon";
2015 String 7 // description of parameter 3 Duration
2017 Text [ en-US ] = "The coupon rate";
2020 String 8 // name of parameter 4 Duration
2022 Text [ en-US ] = "Yield";
2025 String 9 // description of parameter 4 Duration
2027 Text [ en-US ] = "The yield";
2030 String 10 // name of parameter 5 Duration
2032 Text [ en-US ] = "Frequency";
2035 String 11 // description of parameter 5 Duration
2037 Text [ en-US ] = "The frequency";
2040 String 12 // name of parameter 6 Duration
2042 Text [ en-US ] = "Basis";
2045 String 13 // description of parameter 6 Duration
2047 Text [ en-US ] = "The basis";
2051 Resource ANALYSIS_Effect
2053 String 1 // description Effect_add
2055 Text [ en-US ] = "Returns the effective annual interest rate";
2058 String 2 // name of parameter 1 Effect_add
2060 Text [ en-US ] = "Nominal rate";
2063 String 3 // description of parameter 1 Effect_add
2065 Text [ en-US ] = "The nominal rate";
2068 String 4 // name of parameter 2 Effect_add
2070 Text [ en-US ] = "Npery";
2073 String 5 // description of parameter 2 Effect_add
2075 Text [ en-US ] = "The periods";
2079 Resource ANALYSIS_Cumprinc
2081 String 1 // description Cumprinc_add
2083 Text [ en-US ] = "Returns the cumulative principal on a loan to be paid between two periods";
2086 String 2 // name of parameter 1 Cumprinc_add
2088 Text [ en-US ] = "Rate";
2091 String 3 // description of parameter 1 Cumprinc_add
2093 Text [ en-US ] = "The rate";
2096 String 4 // name of parameter 2 Cumprinc_add
2098 Text [ en-US ] = "Nper";
2101 String 5 // description of parameter 2 Cumprinc_add
2103 Text [ en-US ] = "Number of payment periods";
2106 String 6 // name of parameter 3 Cumprinc_add
2108 Text [ en-US ] = "Pv";
2111 String 7 // description of parameter 3 Cumprinc_add
2113 Text [ en-US ] = "The present value";
2116 String 8 // name of parameter 4 Cumprinc_add
2118 Text [ en-US ] = "Start period";
2121 String 9 // description of parameter 4 Cumprinc_add
2123 Text [ en-US ] = "The start period";
2126 String 10 // name of parameter 5 Cumprinc_add
2128 Text [ en-US ] = "End period";
2131 String 11 // description of parameter 5 Cumprinc_add
2133 Text [ en-US ] = "The end period";
2136 String 12 // name of parameter 6 Cumprinc_add
2138 Text [ en-US ] = "Type";
2141 String 13 // description of parameter 6 Cumprinc_add
2143 Text [ en-US ] = "The type of maturity";
2147 Resource ANALYSIS_Cumipmt
2149 String 1 // description Cumipmt_add
2151 Text [ en-US ] = "Returns the cumulative interest to be paid between two periods";
2154 String 2 // name of parameter 1 Cumipmt_add
2156 Text [ en-US ] = "Rate";
2159 String 3 // description of parameter 1 Cumipmt_add
2161 Text [ en-US ] = "The rate";
2164 String 4 // name of parameter 2 Cumipmt_add
2166 Text [ en-US ] = "Nper";
2169 String 5 // description of parameter 2 Cumipmt_add
2171 Text [ en-US ] = "Number of payment periods";
2174 String 6 // name of parameter 3 Cumipmt_add
2176 Text [ en-US ] = "Pv";
2179 String 7 // description of parameter 3 Cumipmt_add
2181 Text [ en-US ] = "The present value";
2184 String 8 // name of parameter 4 Cumipmt_add
2186 Text [ en-US ] = "Start period";
2189 String 9 // description of parameter 4 Cumipmt_add
2191 Text [ en-US ] = "The start period";
2194 String 10 // name of parameter 5 Cumipmt_add
2196 Text [ en-US ] = "End period";
2199 String 11 // description of parameter 5 Cumipmt_add
2201 Text [ en-US ] = "The end period";
2204 String 12 // name of parameter 6 Cumipmt_add
2206 Text [ en-US ] = "Type";
2209 String 13 // description of parameter 6 Cumipmt_add
2211 Text [ en-US ] = "The type of maturity";
2215 Resource ANALYSIS_Price
2217 String 1 // description Price
2219 Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays periodic interest";
2222 String 2 // name of parameter 1 Price
2224 Text [ en-US ] = "Settlement";
2227 String 3 // description of parameter 1 Price
2229 Text [ en-US ] = "The settlement";
2232 String 4 // name of parameter 2 Price
2234 Text [ en-US ] = "Maturity";
2237 String 5 // description of parameter 2 Price
2239 Text [ en-US ] = "The maturity";
2242 String 6 // name of parameter 3 Price
2244 Text [ en-US ] = "Rate";
2247 String 7 // description of parameter 3 Price
2249 Text [ en-US ] = "The rate";
2252 String 8 // name of parameter 4 Price
2254 Text [ en-US ] = "Yield";
2257 String 9 // description of parameter 4 Price
2259 Text [ en-US ] = "The yield";
2262 String 10 // name of parameter 5 Price
2264 Text [ en-US ] = "Redemption";
2267 String 11 // description of parameter 5 Price
2269 Text [ en-US ] = "The redemption value";
2272 String 12 // name of parameter 6 Price
2274 Text [ en-US ] = "Frequency";
2277 String 13 // description of parameter 6 Price
2279 Text [ en-US ] = "The frequency";
2282 String 14 // name of parameter 7 Price
2284 Text [ en-US ] = "Basis";
2287 String 15 // description of parameter 7 Price
2289 Text [ en-US ] = "The basis";
2293 Resource ANALYSIS_Pricedisc
2295 String 1 // description Pricedisc
2297 Text [ en-US ] = "Returns the price per 100 currency units face value of a discounted security";
2300 String 2 // name of parameter 1 Pricedisc
2302 Text [ en-US ] = "Settlement";
2305 String 3 // description of parameter 1 Pricedisc
2307 Text [ en-US ] = "The settlement";
2310 String 4 // name of parameter 2 Pricedisc
2312 Text [ en-US ] = "Maturity";
2315 String 5 // description of parameter 2 Pricedisc
2317 Text [ en-US ] = "The maturity";
2320 String 6 // name of parameter 3 Pricedisc
2322 Text [ en-US ] = "Discount";
2325 String 7 // description of parameter 3 Pricedisc
2327 Text [ en-US ] = "The discount";
2330 String 8 // name of parameter 4 Pricedisc
2332 Text [ en-US ] = "Redemption";
2335 String 9 // description of parameter 4 Pricedisc
2337 Text [ en-US ] = "The redemption value";
2340 String 10 // name of parameter 5 Pricedisc
2342 Text [ en-US ] = "Basis";
2345 String 11 // description of parameter 5 Pricedisc
2347 Text [ en-US ] = "The basis";
2351 Resource ANALYSIS_Pricemat
2353 String 1 // description Pricemat
2355 Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays interest at maturity";
2358 String 2 // name of parameter 1 Pricemat
2360 Text [ en-US ] = "Settlement";
2363 String 3 // description of parameter 1 Pricemat
2365 Text [ en-US ] = "The settlement";
2368 String 4 // name of parameter 2 Pricemat
2370 Text [ en-US ] = "Maturity";
2373 String 5 // description of parameter 2 Pricemat
2375 Text [ en-US ] = "The maturity";
2378 String 6 // name of parameter 3 Pricemat
2380 Text [ en-US ] = "Issue";
2383 String 7 // description of parameter 3 Pricemat
2385 Text [ en-US ] = "The issue date";
2388 String 8 // name of parameter 4 Pricemat
2390 Text [ en-US ] = "Rate";
2393 String 9 // description of parameter 4 Pricemat
2395 Text [ en-US ] = "The rate";
2398 String 10 // name of parameter 5 Pricemat
2400 Text [ en-US ] = "Yield";
2403 String 11 // description of parameter 5 Pricemat
2405 Text [ en-US ] = "The yield";
2408 String 12 // name of parameter 6 Pricemat
2410 Text [ en-US ] = "Basis";
2413 String 13 // description of parameter 6 Pricemat
2415 Text [ en-US ] = "The basis";
2419 Resource ANALYSIS_Mduration
2421 String 1 // description Mduration
2423 Text [ en-US ] = "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units";
2426 String 2 // name of parameter 1 Mduration
2428 Text [ en-US ] = "Settlement";
2431 String 3 // description of parameter 1 Mduration
2433 Text [ en-US ] = "The settlement";
2436 String 4 // name of parameter 2 Mduration
2438 Text [ en-US ] = "Maturity";
2441 String 5 // description of parameter 2 Mduration
2443 Text [ en-US ] = "The maturity";
2446 String 6 // name of parameter 3 Mduration
2448 Text [ en-US ] = "Coupon";
2451 String 7 // description of parameter 3 Mduration
2453 Text [ en-US ] = "The coupon rate";
2456 String 8 // name of parameter 4 Mduration
2458 Text [ en-US ] = "Yield";
2461 String 9 // description of parameter 4 Mduration
2463 Text [ en-US ] = "The yield";
2466 String 10 // name of parameter 5 Mduration
2468 Text [ en-US ] = "Frequency";
2471 String 11 // description of parameter 5 Mduration
2473 Text [ en-US ] = "The frequency";
2476 String 12 // name of parameter 6 Mduration
2478 Text [ en-US ] = "Basis";
2481 String 13 // description of parameter 6 Mduration
2483 Text [ en-US ] = "The basis";
2487 Resource ANALYSIS_Nominal
2489 String 1 // description Nominal_add
2491 Text [ en-US ] = "Returns the annual nominal interest rate";
2494 String 2 // name of parameter 1 Nominal_add
2496 Text [ en-US ] = "Effective rate";
2499 String 3 // description of parameter 1 Nominal_add
2501 Text [ en-US ] = "The effective interest rate";
2504 String 4 // name of parameter 2 Nominal_add
2506 Text [ en-US ] = "Npery";
2509 String 5 // description of parameter 2 Nominal_add
2511 Text [ en-US ] = "The periods";
2515 Resource ANALYSIS_Dollarfr
2517 String 1 // description Dollarfr
2519 Text [ en-US ] = "Converts a price expressed as a decimal into a price expressed as a fraction";
2522 String 2 // name of parameter 1 Dollarfr
2524 Text [ en-US ] = "Decimal dollar";
2527 String 3 // description of parameter 1 Dollarfr
2529 Text [ en-US ] = "The decimal number";
2532 String 4 // name of parameter 2 Dollarfr
2534 Text [ en-US ] = "Fraction";
2537 String 5 // description of parameter 2 Dollarfr
2539 Text [ en-US ] = "The divisor";
2543 Resource ANALYSIS_Dollarde
2545 String 1 // description Dollarde
2547 Text [ en-US ] = "Converts a price expressed as a fraction into a price expressed as a decimal";
2550 String 2 // name of parameter 1 Dollarde
2552 Text [ en-US ] = "Fractional dollar";
2555 String 3 // description of parameter 1 Dollarde
2557 Text [ en-US ] = "The number as a fraction";
2560 String 4 // name of parameter 2 Dollarde
2562 Text [ en-US ] = "Fraction";
2565 String 5 // description of parameter 2 Dollarde
2567 Text [ en-US ] = "The divisor";
2571 Resource ANALYSIS_Yield
2573 String 1 // description Yield
2575 Text [ en-US ] = "Returns the yield on a security that pays periodic interest";
2578 String 2 // name of parameter 1 Yield
2580 Text [ en-US ] = "Settlement";
2583 String 3 // description of parameter 1 Yield
2585 Text [ en-US ] = "The settlement";
2588 String 4 // name of parameter 2 Yield
2590 Text [ en-US ] = "Maturity";
2593 String 5 // description of parameter 2 Yield
2595 Text [ en-US ] = "The maturity";
2598 String 6 // name of parameter 3 Yield
2600 Text [ en-US ] = "Rate";
2603 String 7 // description of parameter 3 Yield
2605 Text [ en-US ] = "The rate";
2608 String 8 // name of parameter 4 Yield
2610 Text [ en-US ] = "Price";
2613 String 9 // description of parameter 4 Yield
2615 Text [ en-US ] = "The price";
2618 String 10 // name of parameter 5 Yield
2620 Text [ en-US ] = "Redemption";
2623 String 11 // description of parameter 5 Yield
2625 Text [ en-US ] = "The redemption value";
2628 String 12 // name of parameter 6 Yield
2630 Text [ en-US ] = "Frequency";
2633 String 13 // description of parameter 6 Yield
2635 Text [ en-US ] = "The frequency";
2638 String 14 // name of parameter 7 Yield
2640 Text [ en-US ] = "Basis";
2643 String 15 // description of parameter 7 Yield
2645 Text [ en-US ] = "The basis";
2649 Resource ANALYSIS_Yielddisc
2651 String 1 // description Yielddisc
2653 Text [ en-US ] = "Returns the annual yield for a discounted security";
2656 String 2 // name of parameter 1 Yielddisc
2658 Text [ en-US ] = "Settlement";
2661 String 3 // description of parameter 1 Yielddisc
2663 Text [ en-US ] = "The settlement";
2666 String 4 // name of parameter 2 Yielddisc
2668 Text [ en-US ] = "Maturity";
2671 String 5 // description of parameter 2 Yielddisc
2673 Text [ en-US ] = "The maturity";
2676 String 6 // name of parameter 3 Yielddisc
2678 Text [ en-US ] = "Price";
2681 String 7 // description of parameter 3 Yielddisc
2683 Text [ en-US ] = "The price";
2686 String 8 // name of parameter 4 Yielddisc
2688 Text [ en-US ] = "Redemption";
2691 String 9 // description of parameter 4 Yielddisc
2693 Text [ en-US ] = "The redemption value";
2696 String 10 // name of parameter 5 Yielddisc
2698 Text [ en-US ] = "Basis";
2701 String 11 // description of parameter 5 Yielddisc
2703 Text [ en-US ] = "The basis";
2707 Resource ANALYSIS_Yieldmat
2709 String 1 // description Yieldmat
2711 Text [ en-US ] = "Returns the annual yield of a security that pays interest at maturity";
2714 String 2 // name of parameter 1 Yieldmat
2716 Text [ en-US ] = "Settlement";
2719 String 3 // description of parameter 1 Yieldmat
2721 Text [ en-US ] = "The settlement";
2724 String 4 // name of parameter 2 Yieldmat
2726 Text [ en-US ] = "Maturity";
2729 String 5 // description of parameter 2 Yieldmat
2731 Text [ en-US ] = "The maturity";
2734 String 6 // name of parameter 3 Yieldmat
2736 Text [ en-US ] = "Issue";
2739 String 7 // description of parameter 3 Yieldmat
2741 Text [ en-US ] = "The issue date";
2744 String 8 // name of parameter 4 Yieldmat
2746 Text [ en-US ] = "Rate";
2749 String 9 // description of parameter 4 Yieldmat
2751 Text [ en-US ] = "The rate";
2754 String 10 // name of parameter 5 Yieldmat
2756 Text [ en-US ] = "Price";
2759 String 11 // description of parameter 5 Yieldmat
2761 Text [ en-US ] = "The price";
2764 String 12 // name of parameter 6 Yieldmat
2766 Text [ en-US ] = "Basis";
2769 String 13 // description of parameter 6 Yieldmat
2771 Text [ en-US ] = "The basis";
2775 Resource ANALYSIS_Tbilleq
2777 String 1 // description Tbilleq
2779 Text [ en-US ] = "Returns the bond-equivalent yield for a treasury bill";
2782 String 2 // name of parameter 1 Tbilleq
2784 Text [ en-US ] = "Settlement";
2787 String 3 // description of parameter 1 Tbilleq
2789 Text [ en-US ] = "The settlement";
2792 String 4 // name of parameter 2 Tbilleq
2794 Text [ en-US ] = "Maturity";
2797 String 5 // description of parameter 2 Tbilleq
2799 Text [ en-US ] = "The maturity";
2802 String 6 // name of parameter 3 Tbilleq
2804 Text [ en-US ] = "Discount";
2807 String 7 // description of parameter 3 Tbilleq
2809 Text [ en-US ] = "The discount rate";
2813 Resource ANALYSIS_Tbillprice
2815 String 1 // description Tbillprice
2817 Text [ en-US ] = "Returns the price of 100 currency units face value for a treasury bill";
2820 String 2 // name of parameter 1 Tbillprice
2822 Text [ en-US ] = "Settlement";
2825 String 3 // description of parameter 1 Tbillprice
2827 Text [ en-US ] = "The settlement";
2830 String 4 // name of parameter 2 Tbillprice
2832 Text [ en-US ] = "Maturity";
2835 String 5 // description of parameter 2 Tbillprice
2837 Text [ en-US ] = "The maturity";
2840 String 6 // name of parameter 3 Tbillprice
2842 Text [ en-US ] = "Discount";
2845 String 7 // description of parameter 3 Tbillprice
2847 Text [ en-US ] = "The discount rate";
2851 Resource ANALYSIS_Tbillyield
2853 String 1 // description Tbillyield
2855 Text [ en-US ] = "Returns the yield for a treasury bill";
2858 String 2 // name of parameter 1 Tbillyield
2860 Text [ en-US ] = "Settlement";
2863 String 3 // description of parameter 1 Tbillyield
2865 Text [ en-US ] = "The settlement";
2868 String 4 // name of parameter 2 Tbillyield
2870 Text [ en-US ] = "Maturity";
2873 String 5 // description of parameter 2 Tbillyield
2875 Text [ en-US ] = "The maturity";
2878 String 6 // name of parameter 3 Tbillyield
2880 Text [ en-US ] = "Price";
2883 String 7 // description of parameter 3 Tbillyield
2885 Text [ en-US ] = "The price";
2889 Resource ANALYSIS_Oddfprice
2891 String 1 // description Oddfprice
2893 Text [ en-US ] = "Returns the price per $100 face value of a security with an odd first period";
2896 String 2 // name of parameter 1 Oddfprice
2898 Text [ en-US ] = "Settlement";
2901 String 3 // description of parameter 1 Oddfprice
2903 Text [ en-US ] = "The settlement";
2906 String 4 // name of parameter 2 Oddfprice
2908 Text [ en-US ] = "Maturity";
2911 String 5 // description of parameter 2 Oddfprice
2913 Text [ en-US ] = "The maturity";
2916 String 6 // name of parameter 3 Oddfprice
2918 Text [ en-US ] = "Issue";
2921 String 7 // description of parameter 3 Oddfprice
2923 Text [ en-US ] = "The issue date";
2926 String 8 // name of parameter 4 Oddfprice
2928 Text [ en-US ] = "First coupon";
2931 String 9 // description of parameter 4 Oddfprice
2933 Text [ en-US ] = "The first coupon date";
2936 String 10 // name of parameter 5 Oddfprice
2938 Text [ en-US ] = "Rate";
2941 String 11 // description of parameter 5 Oddfprice
2943 Text [ en-US ] = "The rate";
2946 String 12 // name of parameter 6 Oddfprice
2948 Text [ en-US ] = "Yield";
2951 String 13 // description of parameter 6 Oddfprice
2953 Text [ en-US ] = "The yield";
2956 String 14 // name of parameter 7 Oddfprice
2958 Text [ en-US ] = "Redemption";
2961 String 15 // description of parameter 7 Oddfprice
2963 Text [ en-US ] = "The redemption value";
2966 String 16 // name of parameter 8 Oddfprice
2968 Text [ en-US ] = "Frequency";
2971 String 17 // description of parameter 8 Oddfprice
2973 Text [ en-US ] = "The frequency";
2976 String 18 // name of parameter 9 Oddfprice
2978 Text [ en-US ] = "Basis";
2981 String 19 // description of parameter 9 Oddfprice
2983 Text [ en-US ] = "The basis";
2987 Resource ANALYSIS_Oddfyield
2989 String 1 // description Oddfyield
2991 Text [ en-US ] = "Returns the yield of a security with an odd first period";
2994 String 2 // name of parameter 1 Oddfyield
2996 Text [ en-US ] = "Settlement";
2999 String 3 // description of parameter 1 Oddfyield
3001 Text [ en-US ] = "The settlement";
3004 String 4 // name of parameter 2 Oddfyield
3006 Text [ en-US ] = "Maturity";
3009 String 5 // description of parameter 2 Oddfyield
3011 Text [ en-US ] = "The maturity";
3014 String 6 // name of parameter 3 Oddfyield
3016 Text [ en-US ] = "Issue";
3019 String 7 // description of parameter 3 Oddfyield
3021 Text [ en-US ] = "The issue date";
3024 String 8 // name of parameter 4 Oddfyield
3026 Text [ en-US ] = "First coupon";
3029 String 9 // description of parameter 4 Oddfyield
3031 Text [ en-US ] = "The first coupon date";
3034 String 10 // name of parameter 5 Oddfyield
3036 Text [ en-US ] = "Rate";
3039 String 11 // description of parameter 5 Oddfyield
3041 Text [ en-US ] = "The rate";
3044 String 12 // name of parameter 6 Oddfyield
3046 Text [ en-US ] = "Price";
3049 String 13 // description of parameter 6 Oddfyield
3051 Text [ en-US ] = "The price";
3054 String 14 // name of parameter 7 Oddfyield
3056 Text [ en-US ] = "Redemption";
3059 String 15 // description of parameter 7 Oddfyield
3061 Text [ en-US ] = "The redemption value";
3064 String 16 // name of parameter 8 Oddfyield
3066 Text [ en-US ] = "Frequency";
3069 String 17 // description of parameter 8 Oddfyield
3071 Text [ en-US ] = "The frequency";
3074 String 18 // name of parameter 9 Oddfyield
3076 Text [ en-US ] = "Basis";
3079 String 19 // description of parameter 9 Oddfyield
3081 Text [ en-US ] = "The basis";
3085 Resource ANALYSIS_Oddlprice
3087 String 1 // description Oddlprice
3089 Text [ en-US ] = "Returns the price per $100 face value of a security with an odd last period";
3092 String 2 // name of parameter 1 Oddlprice
3094 Text [ en-US ] = "Settlement";
3097 String 3 // description of parameter 1 Oddlprice
3099 Text [ en-US ] = "The settlement";
3102 String 4 // name of parameter 2 Oddlprice
3104 Text [ en-US ] = "Maturity";
3107 String 5 // description of parameter 2 Oddlprice
3109 Text [ en-US ] = "The maturity";
3112 String 6 // name of parameter 3 Oddlprice
3114 Text [ en-US ] = "Last interest";
3117 String 7 // description of parameter 3 Oddlprice
3119 Text [ en-US ] = "The last interest date";
3122 String 8 // name of parameter 4 Oddlprice
3124 Text [ en-US ] = "Rate";
3127 String 9 // description of parameter 4 Oddlprice
3129 Text [ en-US ] = "The rate";
3132 String 10 // name of parameter 5 Oddlprice
3134 Text [ en-US ] = "Yield";
3137 String 11 // description of parameter 5 Oddlprice
3139 Text [ en-US ] = "The yield";
3142 String 12 // name of parameter 6 Oddlprice
3144 Text [ en-US ] = "Redemption";
3147 String 13 // description of parameter 6 Oddlprice
3149 Text [ en-US ] = "The redemption value";
3152 String 14 // name of parameter 7 Oddlprice
3154 Text [ en-US ] = "Frequency";
3157 String 15 // description of parameter 7 Oddlprice
3159 Text [ en-US ] = "The frequency";
3162 String 16 // name of parameter 8 Oddlprice
3164 Text [ en-US ] = "Basis";
3167 String 17 // description of parameter 8 Oddlprice
3169 Text [ en-US ] = "The basis";
3173 Resource ANALYSIS_Oddlyield
3175 String 1 // description Oddlyield
3177 Text [ en-US ] = "Returns the yield of a security with an odd last period";
3180 String 2 // name of parameter 1 Oddlyield
3182 Text [ en-US ] = "Settlement";
3185 String 3 // description of parameter 1 Oddlyield
3187 Text [ en-US ] = "The settlement";
3190 String 4 // name of parameter 2 Oddlyield
3192 Text [ en-US ] = "Maturity";
3195 String 5 // description of parameter 2 Oddlyield
3197 Text [ en-US ] = "The maturity";
3200 String 6 // name of parameter 3 Oddlyield
3202 Text [ en-US ] = "Last interest";
3205 String 7 // description of parameter 3 Oddlyield
3207 Text [ en-US ] = "The last interest date";
3210 String 8 // name of parameter 4 Oddlyield
3212 Text [ en-US ] = "Rate";
3215 String 9 // description of parameter 4 Oddlyield
3217 Text [ en-US ] = "The rate";
3220 String 10 // name of parameter 5 Oddlyield
3222 Text [ en-US ] = "Price";
3225 String 11 // description of parameter 5 Oddlyield
3227 Text [ en-US ] = "The price";
3230 String 12 // name of parameter 6 Oddlyield
3232 Text [ en-US ] = "Redemption";
3235 String 13 // description of parameter 6 Oddlyield
3237 Text [ en-US ] = "The redemption value";
3240 String 14 // name of parameter 7 Oddlyield
3242 Text [ en-US ] = "Frequency";
3245 String 15 // description of parameter 7 Oddlyield
3247 Text [ en-US ] = "The frequency";
3250 String 16 // name of parameter 8 Oddlyield
3252 Text [ en-US ] = "Basis";
3255 String 17 // description of parameter 8 Oddlyield
3257 Text [ en-US ] = "The basis";
3261 Resource ANALYSIS_Xirr
3263 String 1 // description Xirr
3265 Text [ en-US ] = "Returns the internal rate of return for a non-periodic schedule of payments";
3268 String 2 // name of parameter 1 Xirr
3270 Text [ en-US ] = "Values";
3273 String 3 // description of parameter 1 Xirr
3275 Text [ en-US ] = "The values";
3278 String 4 // name of parameter 2 Xirr
3280 Text [ en-US ] = "Dates";
3283 String 5 // description of parameter 2 Xirr
3285 Text [ en-US ] = "The dates";
3288 String 6 // name of parameter 3 Xirr
3290 Text [ en-US ] = "Guess";
3293 String 7 // description of parameter 3 Xirr
3295 Text [ en-US ] = "The guess";
3299 Resource ANALYSIS_Xnpv
3301 String 1 // description Xnpv
3303 Text [ en-US ] = "Returns the net present value for a non-periodic schedule of payments";
3306 String 2 // name of parameter 1 Xnpv
3308 Text [ en-US ] = "Rate";
3311 String 3 // description of parameter 1 Xnpv
3313 Text [ en-US ] = "The rate";
3316 String 4 // name of parameter 2 Xnpv
3318 Text [ en-US ] = "Values";
3321 String 5 // description of parameter 2 Xnpv
3323 Text [ en-US ] = "The values";
3326 String 6 // name of parameter 3 Xnpv
3328 Text [ en-US ] = "Dates";
3331 String 7 // description of parameter 3 Xnpv
3333 Text [ en-US ] = "The dates";
3337 Resource ANALYSIS_Intrate
3339 String 1 // description Intrate
3341 Text [ en-US ] = "Returns the interest rate for a fully invested security";
3344 String 2 // name of parameter 1 Intrate
3346 Text [ en-US ] = "Settlement";
3349 String 3 // description of parameter 1 Intrate
3351 Text [ en-US ] = "The settlement";
3354 String 4 // name of parameter 2 Intrate
3356 Text [ en-US ] = "Maturity";
3359 String 5 // description of parameter 2 Intrate
3361 Text [ en-US ] = "The maturity";
3364 String 6 // name of parameter 3 Intrate
3366 Text [ en-US ] = "Investment";
3369 String 7 // description of parameter 3 Intrate
3371 Text [ en-US ] = "The investment";
3374 String 8 // name of parameter 4 Intrate
3376 Text [ en-US ] = "Redemption";
3379 String 9 // description of parameter 4 Intrate
3381 Text [ en-US ] = "The redemption value";
3384 String 10 // name of parameter 5 Intrate
3386 Text [ en-US ] = "Basis";
3389 String 11 // description of parameter 5 Intrate
3391 Text [ en-US ] = "The basis";
3395 Resource ANALYSIS_Coupncd
3397 String 1 // description Coupncd
3399 Text [ en-US ] = "Returns the first coupon date after the settlement date";
3402 String 2 // name of parameter 1 Coupncd
3404 Text [ en-US ] = "Settlement";
3407 String 3 // description of parameter 1 Coupncd
3409 Text [ en-US ] = "The settlement";
3412 String 4 // name of parameter 2 Coupncd
3414 Text [ en-US ] = "Maturity";
3417 String 5 // description of parameter 2 Coupncd
3419 Text [ en-US ] = "The maturity";
3422 String 6 // name of parameter 3 Coupncd
3424 Text [ en-US ] = "Frequency";
3427 String 7 // description of parameter 3 Coupncd
3429 Text [ en-US ] = "The frequency";
3432 String 8 // name of parameter 4 Coupncd
3434 Text [ en-US ] = "Basis";
3437 String 9 // description of parameter 4 Coupncd
3439 Text [ en-US ] = "The basis";
3443 Resource ANALYSIS_Coupdays
3445 String 1 // description Coupdays
3447 Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3450 String 2 // name of parameter 1 Coupdays
3452 Text [ en-US ] = "Settlement";
3455 String 3 // description of parameter 1 Coupdays
3457 Text [ en-US ] = "The settlement";
3460 String 4 // name of parameter 2 Coupdays
3462 Text [ en-US ] = "Maturity";
3465 String 5 // description of parameter 2 Coupdays
3467 Text [ en-US ] = "The maturity";
3470 String 6 // name of parameter 3 Coupdays
3472 Text [ en-US ] = "Frequency";
3475 String 7 // description of parameter 3 Coupdays
3477 Text [ en-US ] = "The frequency";
3480 String 8 // name of parameter 4 Coupdays
3482 Text [ en-US ] = "Basis";
3485 String 9 // description of parameter 4 Coupdays
3487 Text [ en-US ] = "The basis";
3491 Resource ANALYSIS_Coupdaysnc
3493 String 1 // description Coupdaysnc
3495 Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3498 String 2 // name of parameter 1 Coupdaysnc
3500 Text [ en-US ] = "Settlement";
3503 String 3 // description of parameter 1 Coupdaysnc
3505 Text [ en-US ] = "The settlement";
3508 String 4 // name of parameter 2 Coupdaysnc
3510 Text [ en-US ] = "Maturity";
3513 String 5 // description of parameter 2 Coupdaysnc
3515 Text [ en-US ] = "The maturity";
3518 String 6 // name of parameter 3 Coupdaysnc
3520 Text [ en-US ] = "Frequency";
3523 String 7 // description of parameter 3 Coupdaysnc
3525 Text [ en-US ] = "The frequency";
3528 String 8 // name of parameter 4 Coupdaysnc
3530 Text [ en-US ] = "Basis";
3533 String 9 // description of parameter 4 Coupdaysnc
3535 Text [ en-US ] = "The basis";
3539 Resource ANALYSIS_Coupdaybs
3541 String 1 // description Coupdaybs
3543 Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
3546 String 2 // name of parameter 1 Coupdaybs
3548 Text [ en-US ] = "Settlement";
3551 String 3 // description of parameter 1 Coupdaybs
3553 Text [ en-US ] = "The settlement";
3556 String 4 // name of parameter 2 Coupdaybs
3558 Text [ en-US ] = "Maturity";
3561 String 5 // description of parameter 2 Coupdaybs
3563 Text [ en-US ] = "The maturity";
3566 String 6 // name of parameter 3 Coupdaybs
3568 Text [ en-US ] = "Frequency";
3571 String 7 // description of parameter 3 Coupdaybs
3573 Text [ en-US ] = "The frequency";
3576 String 8 // name of parameter 4 Coupdaybs
3578 Text [ en-US ] = "Basis";
3581 String 9 // description of parameter 4 Coupdaybs
3583 Text [ en-US ] = "The basis";
3587 Resource ANALYSIS_Couppcd
3589 String 1 // description Couppcd
3591 Text [ en-US ] = "Returns the last coupon date preceding the settlement date";
3594 String 2 // name of parameter 1 Couppcd
3596 Text [ en-US ] = "Settlement";
3599 String 3 // description of parameter 1 Couppcd
3601 Text [ en-US ] = "The settlement";
3604 String 4 // name of parameter 2 Couppcd
3606 Text [ en-US ] = "Maturity";
3609 String 5 // description of parameter 2 Couppcd
3611 Text [ en-US ] = "The maturity";
3614 String 6 // name of parameter 3 Couppcd
3616 Text [ en-US ] = "Frequency";
3619 String 7 // description of parameter 3 Couppcd
3621 Text [ en-US ] = "The frequency";
3624 String 8 // name of parameter 4 Couppcd
3626 Text [ en-US ] = "Basis";
3629 String 9 // description of parameter 4 Couppcd
3631 Text [ en-US ] = "The basis";
3635 Resource ANALYSIS_Coupnum
3637 String 1 // description Coupnum
3639 Text [ en-US ] = "Returns the number of coupons payable between the settlement and maturity dates";
3642 String 2 // name of parameter 1 Coupnum
3644 Text [ en-US ] = "Settlement";
3647 String 3 // description of parameter 1 Coupnum
3649 Text [ en-US ] = "The settlement";
3652 String 4 // name of parameter 2 Coupnum
3654 Text [ en-US ] = "Maturity";
3657 String 5 // description of parameter 2 Coupnum
3659 Text [ en-US ] = "The maturity";
3662 String 6 // name of parameter 3 Coupnum
3664 Text [ en-US ] = "Frequency";
3667 String 7 // description of parameter 3 Coupnum
3669 Text [ en-US ] = "The frequency";
3672 String 8 // name of parameter 4 Coupnum
3674 Text [ en-US ] = "Basis";
3677 String 9 // description of parameter 4 Coupnum
3679 Text [ en-US ] = "The basis";
3683 Resource ANALYSIS_Fvschedule
3685 String 1 // description Fvschedule
3687 Text [ en-US ] = "Returns the future value of the initial principal after a series of compound interest rates are applied";
3690 String 2 // name of parameter 1 Fvschedule
3692 Text [ en-US ] = "Principal";
3695 String 3 // description of parameter 1 Fvschedule
3697 Text [ en-US ] = "The principal";
3700 String 4 // name of parameter 2 Fvschedule
3702 Text [ en-US ] = "Schedule";
3705 String 5 // description of parameter 2 Fvschedule
3707 Text [ en-US ] = "The schedule";