1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: analysis.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #include "analysis.hrc"
35 Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
37 Resource ANALYSIS_Workday
39 String 1 // description Workday
41 Text [ en-US ] = "Returns the serial number of the date before or after a specified number of workdays";
44 String 2 // name of parameter 1 Workday
46 Text [ en-US ] = "Start date";
49 String 3 // description of parameter 1 Workday
51 Text [ en-US ] = "The start date";
54 String 4 // name of parameter 2 Workday
56 Text [ en-US ] = "Days";
59 String 5 // description of parameter 2 Workday
61 Text [ en-US ] = "The number of workdays before or after the start date";
64 String 6 // name of parameter 3 Workday
66 Text [ en-US ] = "Holidays";
69 String 7 // description of parameter 3 Workday
71 Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
75 Resource ANALYSIS_Yearfrac
77 String 1 // description Yearfrac
79 Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year fraction";
82 String 2 // name of parameter 1 Yearfrac
84 Text [ en-US ] = "Start date";
87 String 3 // description of parameter 1 Yearfrac
89 Text [ en-US ] = "The start date";
92 String 4 // name of parameter 2 Yearfrac
94 Text [ en-US ] = "End date";
97 String 5 // description of parameter 2 Yearfrac
99 Text [ en-US ] = "The end date";
102 String 6 // name of parameter 3 Yearfrac
104 Text [ en-US ] = "Basis";
107 String 7 // description of parameter 3 Yearfrac
109 Text [ en-US ] = "Basis for determining the interest days";
113 Resource ANALYSIS_Edate
115 String 1 // description Edate
117 Text [ en-US ] = "Returns the serial number of the date that is a specified number of months before or after the start date";
120 String 2 // name of parameter 1 Edate
122 Text [ en-US ] = "Start date";
125 String 3 // description of parameter 1 Edate
127 Text [ en-US ] = "The start date";
130 String 4 // name of parameter 2 Edate
132 Text [ en-US ] = "Months";
135 String 5 // description of parameter 2 Edate
137 Text [ en-US ] = "Number of months before or after the start date";
141 Resource ANALYSIS_Weeknum
143 String 1 // description Weeknum_add
145 Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
148 String 2 // name of parameter 1 Weeknum_add
150 Text [ en-US ] = "Date";
153 String 3 // description of parameter 1 Weeknum_add
155 Text [ en-US ] = "The date";
158 String 4 // name of parameter 2 Weeknum_add
160 Text [ en-US ] = "Return type";
163 String 5 // description of parameter 2 Weeknum_add
165 Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins";
169 Resource ANALYSIS_Eomonth
171 String 1 // description EoMonth
173 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";
176 String 2 // name of parameter 1 EoMonth
178 Text [ en-US ] = "Start date";
181 String 3 // description of parameter 1 EoMonth
183 Text [ en-US ] = "The start date";
186 String 4 // name of parameter 2 EoMonth
188 Text [ en-US ] = "Months";
191 String 5 // description of parameter 2 EoMonth
193 Text [ en-US ] = "Number of months before or after the start date";
197 Resource ANALYSIS_Networkdays
199 String 1 // description Networkdays
201 Text [ en-US ] = "Returns the number of workdays between two dates";
204 String 2 // name of parameter 1 Networkdays
206 Text [ en-US ] = "Start date";
209 String 3 // description of parameter 1 Networkdays
211 Text [ en-US ] = "The start date";
214 String 4 // name of parameter 2 Networkdays
216 Text [ en-US ] = "End date";
219 String 5 // description of parameter 2 Networkdays
221 Text [ en-US ] = "The end date";
224 String 6 // name of parameter 3 Networkdays
226 Text [ en-US ] = "Holidays";
229 String 7 // description of parameter 3 Networkdays
231 Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
235 Resource ANALYSIS_Iseven
237 String 1 // description Iseven_add
239 Text [ en-US ] = "Returns the value 'true' if the number is even";
242 String 2 // name of parameter 1 Iseven_add
244 Text [ en-US ] = "Number";
247 String 3 // description of parameter 1 Iseven_add
249 Text [ en-US ] = "The number";
253 Resource ANALYSIS_Isodd
255 String 1 // description Isodd_add
257 Text [ en-US ] = "Returns the value 'true' if the number is odd";
260 String 2 // name of parameter 1 Isodd_add
262 Text [ en-US ] = "Number";
265 String 3 // description of parameter 1 Isodd_add
267 Text [ en-US ] = "The number";
271 Resource ANALYSIS_Multinomial
273 String 1 // description Multinomial
275 Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
278 String 2 // name of parameter 1 Multinomial
280 Text [ en-US ] = "Number(s)";
283 String 3 // description of parameter 1 Multinomial
285 Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
289 Resource ANALYSIS_Seriessum
291 String 1 // description Seriessum
293 Text [ en-US ] = "Returns the sum of a power series";
296 String 2 // name of parameter 1 Seriessum
298 Text [ en-US ] = "X";
301 String 3 // description of parameter 1 Seriessum
303 Text [ en-US ] = "The independent variable of the power series";
306 String 4 // name of parameter 2 Seriessum
308 Text [ en-US ] = "N";
311 String 5 // description of parameter 2 Seriessum
313 Text [ en-US ] = "The initial power to which x is to be raised";
316 String 6 // name of parameter 3 Seriessum
318 Text [ en-US ] = "M";
321 String 7 // description of parameter 3 Seriessum
323 Text [ en-US ] = "The increment by which to increase n for each term in the series";
326 String 8 // name of parameter 4 Seriessum
328 Text [ en-US ] = "Coefficients";
331 String 9 // description of parameter 4 Seriessum
333 Text [ en-US ] = "Set of coefficients by which each successive power of the variable x is multiplied";
337 Resource ANALYSIS_Quotient
339 String 1 // description Quotient
341 Text [ en-US ] = "Returns the integer portion of a division";
344 String 2 // name of parameter 1 Quotient
346 Text [ en-US ] = "Numerator";
349 String 3 // description of parameter 1 Quotient
351 Text [ en-US ] = "The dividend";
354 String 4 // name of parameter 2 Quotient
356 Text [ en-US ] = "Denominator";
359 String 5 // description of parameter 2 Quotient
361 Text [ en-US ] = "The divisor";
365 Resource ANALYSIS_Mround
367 String 1 // description Mround
369 Text [ en-US ] = "Returns a number rounded to a specified multiple";
372 String 2 // name of parameter 1 Mround
374 Text [ en-US ] = "Number";
377 String 3 // description of parameter 1 Mround
379 Text [ en-US ] = "The number to round off";
382 String 4 // name of parameter 2 Mround
384 Text [ en-US ] = "Multiple";
387 String 5 // description of parameter 2 Mround
389 Text [ en-US ] = "The multiple to which you want to round number";
393 Resource ANALYSIS_Sqrtpi
395 String 1 // description SqrtPI
397 Text [ en-US ] = "Returns the square root of a number which has been multiplied by pi";
400 String 2 // name of parameter 1 SqrtPI
402 Text [ en-US ] = "Number";
405 String 3 // description of parameter 1 SqrtPI
407 Text [ en-US ] = "The number by which pi is multiplied";
411 Resource ANALYSIS_Randbetween
413 String 1 // description Randbetween
415 Text [ en-US ] = "Returns a random integer between the numbers you specify";
418 String 2 // name of parameter 1 Randbetween
420 Text [ en-US ] = "Bottom";
423 String 3 // description of parameter 1 Randbetween
425 Text [ en-US ] = "The smallest integer returned";
428 String 4 // name of parameter 2 Randbetween
430 Text [ en-US ] = "Top";
433 String 5 // description of parameter 2 Randbetween
435 Text [ en-US ] = "The largest integer returned";
439 Resource ANALYSIS_Gcd
441 String 1 // description Gcd_add
443 Text [ en-US ] = "Returns the greatest common divisor";
446 String 2 // name of parameter 1 Gcd_add
448 Text [ en-US ] = "Number(s)";
451 String 3 // description of parameter 1 Gcd_add
453 Text [ en-US ] = "Number or list of numbers";
457 Resource ANALYSIS_Lcm
459 String 1 // description Lcm_add
461 Text [ en-US ] = "Returns the least common multiple";
464 String 2 // name of parameter 1 Lcm_add
466 Text [ en-US ] = "Number(s)";
469 String 3 // description of parameter 1 Lcm_add
471 Text [ en-US ] = "Number or list of numbers";
475 Resource ANALYSIS_Besseli
477 String 1 // description BesselI
479 Text [ en-US ] = "Returns the modified Bessel function In(x)";
482 String 2 // name of parameter 1 BesselI
484 Text [ en-US ] = "X";
487 String 3 // description of parameter 1 BesselI
489 Text [ en-US ] = "The value at which the function is to be evaluated";
492 String 4 // name of parameter 2 BesselI
494 Text [ en-US ] = "N";
497 String 5 // description of parameter 2 BesselI
499 Text [ en-US ] = "The order of the Bessel function";
503 Resource ANALYSIS_Besselj
505 String 1 // description BesselJ
507 Text [ en-US ] = "Returns the Bessel function Jn(x)";
510 String 2 // name of parameter 1 BesselJ
512 Text [ en-US ] = "X";
515 String 3 // description of parameter 1 BesselJ
517 Text [ en-US ] = "The value at which the function is to be evaluated";
520 String 4 // name of parameter 2 BesselJ
522 Text [ en-US ] = "N";
525 String 5 // description of parameter 2 BesselJ
527 Text [ en-US ] = "The order of the Bessel function";
531 Resource ANALYSIS_Besselk
533 String 1 // description BesselK
535 Text [ en-US ] = "Returns the Bessel function Kn(x)";
538 String 2 // name of parameter 1 BesselK
540 Text [ en-US ] = "X";
543 String 3 // description of parameter 1 BesselK
545 Text [ en-US ] = "The value at which the function is to be evaluated";
548 String 4 // name of parameter 2 BesselK
550 Text [ en-US ] = "N";
553 String 5 // description of parameter 2 BesselK
555 Text [ en-US ] = "The order of the Bessel function";
559 Resource ANALYSIS_Bessely
561 String 1 // description BesselY
563 Text [ en-US ] = "Returns the Bessel function Yn(x)";
566 String 2 // name of parameter 1 BesselY
568 Text [ en-US ] = "X";
571 String 3 // description of parameter 1 BesselY
573 Text [ en-US ] = "The value at which the function is to be evaluated";
576 String 4 // name of parameter 2 BesselY
578 Text [ en-US ] = "N";
581 String 5 // description of parameter 2 BesselY
583 Text [ en-US ] = "The order of the Bessel function";
587 Resource ANALYSIS_Bin2Oct
589 String 1 // description Bin2Oct
591 Text [ en-US ] = "Converts a binary number to an octal number";
594 String 2 // name of parameter 1 Bin2Oct
596 Text [ en-US ] = "Number";
599 String 3 // description of parameter 1 Bin2Oct
601 Text [ en-US ] = "The binary number to be converted (as text)";
604 String 4 // name of parameter 2 Bin2Oct
606 Text [ en-US ] = "Places";
609 String 5 // description of parameter 2 Bin2Oct
611 Text [ en-US ] = "Number of places used";
615 Resource ANALYSIS_Bin2Dec
617 String 1 // description Bin2Dec
619 Text [ en-US ] = "Converts a binary number to a decimal number";
622 String 2 // name of parameter 1 Bin2Dec
624 Text [ en-US ] = "Number";
627 String 3 // description of parameter 1 Bin2Dec
629 Text [ en-US ] = "The binary number to be converted (as text)";
633 Resource ANALYSIS_Bin2Hex
635 String 1 // description Bin2Hex
637 Text [ en-US ] = "Converts a binary number to a hexadecimal number";
640 String 2 // name of parameter 1 Bin2Hex
642 Text [ en-US ] = "Number";
645 String 3 // description of parameter 1 Bin2Hex
647 Text [ en-US ] = "The binary number to be converted (as text)";
650 String 4 // name of parameter 2 Bin2Hex
652 Text [ en-US ] = "Places";
655 String 5 // description of parameter 2 Bin2Hex
657 Text [ en-US ] = "Number of places used.";
661 Resource ANALYSIS_Oct2Bin
663 String 1 // description Oct2Bin
665 Text [ en-US ] = "Converts an octal number to a binary number";
668 String 2 // name of parameter 1 Oct2Bin
670 Text [ en-US ] = "Number";
673 String 3 // description of parameter 1 Oct2Bin
675 Text [ en-US ] = "The octal number to be converted (as text)";
678 String 4 // name of parameter 2 Oct2Bin
680 Text [ en-US ] = "Places";
683 String 5 // description of parameter 2 Oct2Bin
685 Text [ en-US ] = "Number of places used";
689 Resource ANALYSIS_Oct2Dec
691 String 1 // description Oct2Dec
693 Text [ en-US ] = "Converts an octal number to a decimal number";
696 String 2 // name of parameter 1 Oct2Dec
698 Text [ en-US ] = "Number";
701 String 3 // description of parameter 1 Oct2Dec
703 Text [ en-US ] = "The octal number to be converted (as text)";
707 Resource ANALYSIS_Oct2Hex
709 String 1 // description Oct2Hex
711 Text [ en-US ] = "Converts an octal number to a hexadecimal number";
714 String 2 // name of parameter 1 Oct2Hex
716 Text [ en-US ] = "Number";
719 String 3 // description of parameter 1 Oct2Hex
721 Text [ en-US ] = "The octal number to be converted (as text)";
724 String 4 // name of parameter 2 Oct2Hex
726 Text [ en-US ] = "Places";
729 String 5 // description of parameter 2 Oct2Hex
731 Text [ en-US ] = "Number of places used";
735 Resource ANALYSIS_Dec2Bin
737 String 1 // description Dec2Bin
739 Text [ en-US ] = "Converts a decimal number to a binary number";
742 String 2 // name of parameter 1 Dec2Bin
744 Text [ en-US ] = "Number";
747 String 3 // description of parameter 1 Dec2Bin
749 Text [ en-US ] = "The decimal integer to be converted";
752 String 4 // name of parameter 2 Dec2Bin
754 Text [ en-US ] = "Places";
757 String 5 // description of parameter 2 Dec2Bin
759 Text [ en-US ] = "Number of places used";
763 Resource ANALYSIS_Dec2Hex
765 String 1 // description Dec2Hex
767 Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
770 String 2 // name of parameter 1 Dec2Hex
772 Text [ en-US ] = "Number";
775 String 3 // description of parameter 1 Dec2Hex
777 Text [ en-US ] = "The decimal integer to be converted";
780 String 4 // name of parameter 2 Dec2Hex
782 Text [ en-US ] = "Places";
785 String 5 // description of parameter 2 Dec2Hex
787 Text [ en-US ] = "Number of places used";
791 Resource ANALYSIS_Dec2Oct
793 String 1 // description Dec2Oct
795 Text [ en-US ] = "Converts a decimal number into an octal number";
798 String 2 // name of parameter 1 Dec2Oct
800 Text [ en-US ] = "Number";
803 String 3 // description of parameter 1 Dec2Oct
805 Text [ en-US ] = "The decimal number";
808 String 4 // name of parameter 2 Dec2Oct
810 Text [ en-US ] = "Places";
813 String 5 // description of parameter 2 Dec2Oct
815 Text [ en-US ] = "Number of places used";
819 Resource ANALYSIS_Hex2Bin
821 String 1 // description Hex2Bin
823 Text [ en-US ] = "Converts a hexadecimal number to a binary number";
826 String 2 // name of parameter 1 Hex2Bin
828 Text [ en-US ] = "Number";
831 String 3 // description of parameter 1 Hex2Bin
833 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
836 String 4 // name of parameter 2 Hex2Bin
838 Text [ en-US ] = "Places";
841 String 5 // description of parameter 2 Hex2Bin
843 Text [ en-US ] = "Number of places used";
847 Resource ANALYSIS_Hex2Dec
849 String 1 // description Hex2Dec
851 Text [ en-US ] = "Converts a hexadecimal number to a decimal number";
854 String 2 // name of parameter 1 Hex2Dec
856 Text [ en-US ] = "Number";
859 String 3 // description of parameter 1 Hex2Dec
861 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
865 Resource ANALYSIS_Hex2Oct
867 String 1 // description Hex2Oct
869 Text [ en-US ] = "Converts a hexadecimal number to an octal number";
872 String 2 // name of parameter 1 Hex2Oct
874 Text [ en-US ] = "Number";
877 String 3 // description of parameter 1 Hex2Oct
879 Text [ en-US ] = "The hexadecimal number to be converted (as text)";
882 String 4 // name of parameter 2 Hex2Oct
884 Text [ en-US ] = "Places";
887 String 5 // description of parameter 2 Hex2Oct
889 Text [ en-US ] = "Number of places used";
893 Resource ANALYSIS_Delta
895 String 1 // description Delta
897 Text [ en-US ] = "Tests whether two values are equal";
900 String 2 // name of parameter 1 Delta
902 Text [ en-US ] = "Number 1";
905 String 3 // description of parameter 1 Delta
907 Text [ en-US ] = "The first number";
910 String 4 // name of parameter 2 Delta
912 Text [ en-US ] = "Number 2";
915 String 5 // description of parameter 2 Delta
917 Text [ en-US ] = "The second number";
921 Resource ANALYSIS_Erf
923 String 1 // description Erf
925 Text [ en-US ] = "Returns the error function";
928 String 2 // name of parameter 1 Erf
930 Text [ en-US ] = "Lower limit";
933 String 3 // description of parameter 1 Erf
935 Text [ en-US ] = "The lower limit for integration";
938 String 4 // name of parameter 2 Erf
940 Text [ en-US ] = "Upper limit";
943 String 5 // description of parameter 2 Erf
945 Text [ en-US ] = "The upper limit for integration";
949 Resource ANALYSIS_Erfc
951 String 1 // description Erfc
953 Text [ en-US ] = "Returns the complementary error function";
956 String 2 // name of parameter 1 Erfc
958 Text [ en-US ] = "Lower limit";
961 String 3 // description of parameter 1 Erfc
963 Text [ en-US ] = "The lower limit for integration";
967 Resource ANALYSIS_Gestep
969 String 1 // description GeStep
971 Text [ en-US ] = "Tests whether a number is greater than a threshold value";
974 String 2 // name of parameter 1 GeStep
976 Text [ en-US ] = "Number";
979 String 3 // description of parameter 1 GeStep
981 Text [ en-US ] = "The value to test against step";
984 String 4 // name of parameter 2 GeStep
986 Text [ en-US ] = "Step";
989 String 5 // description of parameter 2 GeStep
991 Text [ en-US ] = "The threshhold value";
995 Resource ANALYSIS_Factdouble
997 String 1 // description Factdouble
999 Text [ en-US ] = "Returns the double factorial of Number";
1002 String 2 // name of parameter 1 Factdouble
1004 Text [ en-US ] = "Number";
1007 String 3 // description of parameter 1 Factdouble
1009 Text [ en-US ] = "The number";
1013 Resource ANALYSIS_Imabs
1015 String 1 // description Imabs
1017 Text [ en-US ] = "Returns the absolute value (modulus) of a complex number";
1020 String 2 // name of parameter 1 Imabs
1022 Text [ en-US ] = "Complex number";
1025 String 3 // description of parameter 1 Imabs
1027 Text [ en-US ] = "The complex number";
1031 Resource ANALYSIS_Imaginary
1033 String 1 // description Imaginary
1035 Text [ en-US ] = "Returns the imaginary coefficient of a complex number";
1038 String 2 // name of parameter 1 Imaginary
1040 Text [ en-US ] = "Complex number";
1043 String 3 // description of parameter 1 Imaginary
1045 Text [ en-US ] = "The complex number";
1049 Resource ANALYSIS_Impower
1051 String 1 // description Impower
1053 Text [ en-US ] = "Returns a complex number raised to an integer power";
1056 String 2 // name of parameter 1 Impower
1058 Text [ en-US ] = "Complex number";
1061 String 3 // description of parameter 1 Impower
1063 Text [ en-US ] = "The complex number";
1066 String 4 // name of parameter 2 Impower
1068 Text [ en-US ] = "Number";
1071 String 5 // description of parameter 2 Impower
1073 Text [ en-US ] = "Power to which the complex number is raised";
1077 Resource ANALYSIS_Imargument
1079 String 1 // description Imargument
1081 Text [ en-US ] = "Returns the argument theta, an angle expressed in radians";
1084 String 2 // name of parameter 1 Imargument
1086 Text [ en-US ] = "Complex number";
1089 String 3 // description of parameter 1 Imargument
1091 Text [ en-US ] = "A complex number";
1095 Resource ANALYSIS_Imcos
1097 String 1 // description Imcos
1099 Text [ en-US ] = "Returns the cosine of a complex number";
1102 String 2 // name of parameter 1 Imcos
1104 Text [ en-US ] = "Complex number";
1107 String 3 // description of parameter 1 Imcos
1109 Text [ en-US ] = "A complex number";
1113 Resource ANALYSIS_Imdiv
1115 String 1 // description Imdiv
1117 Text [ en-US ] = "Returns the quotient of two complex numbers";
1120 String 2 // name of parameter 1 Imdiv
1122 Text [ en-US ] = "Numerator";
1125 String 3 // description of parameter 1 Imdiv
1127 Text [ en-US ] = "The dividend";
1130 String 4 // name of parameter 2 Imdiv
1132 Text [ en-US ] = "Denominator";
1135 String 5 // description of parameter 2 Imdiv
1137 Text [ en-US ] = "The divisor";
1141 Resource ANALYSIS_Imexp
1143 String 1 // description Imexp
1145 Text [ en-US ] = "Returns the algebraic form of the exponential of a complex number";
1148 String 2 // name of parameter 1 Imexp
1150 Text [ en-US ] = "Complex number";
1153 String 3 // description of parameter 1 Imexp
1155 Text [ en-US ] = "The complex number";
1159 Resource ANALYSIS_Imconjugate
1161 String 1 // description Imconjugate
1163 Text [ en-US ] = "Returns the complex conjugate of a complex number";
1166 String 2 // name of parameter 1 Imconjugate
1168 Text [ en-US ] = "Complex number";
1171 String 3 // description of parameter 1 Imconjugate
1173 Text [ en-US ] = "The complex number";
1177 Resource ANALYSIS_Imln
1179 String 1 // description Imln
1181 Text [ en-US ] = "Returns the natural logarithm of a complex number";
1184 String 2 // name of parameter 1 Imln
1186 Text [ en-US ] = "Complex number";
1189 String 3 // description of parameter 1 Imln
1191 Text [ en-US ] = "The complex number";
1195 Resource ANALYSIS_Imlog10
1197 String 1 // description Imlog10
1199 Text [ en-US ] = "Returns the base-10 logarithm of a complex number";
1202 String 2 // name of parameter 1 Imlog10
1204 Text [ en-US ] = "Complex number";
1207 String 3 // description of parameter 1 Imlog10
1209 Text [ en-US ] = "The complex number";
1213 Resource ANALYSIS_Imlog2
1215 String 1 // description Imlog2
1217 Text [ en-US ] = "Returns the base-2 logarithm of a complex number";
1220 String 2 // name of parameter 1 Imlog2
1222 Text [ en-US ] = "Complex number";
1225 String 3 // description of parameter 1 Imlog2
1227 Text [ en-US ] = "The complex number";
1231 Resource ANALYSIS_Improduct
1233 String 1 // description Improduct
1235 Text [ en-US ] = "Returns the product of several complex numbers";
1238 String 2 // name of parameter 1 Improduct
1240 Text [ en-US ] = "Complex number";
1243 String 3 // description of parameter 1 Improduct
1245 Text [ en-US ] = "The first complex number";
1248 String 4 // name of parameter 2 Improduct
1250 Text [ en-US ] = "Complex number";
1253 String 5 // description of parameter 2 Improduct
1255 Text [ en-US ] = "Another complex number";
1259 Resource ANALYSIS_Imreal
1261 String 1 // description Imreal
1263 Text [ en-US ] = "Returns the real coefficient of a complex number";
1266 String 2 // name of parameter 1 Imreal
1268 Text [ en-US ] = "Complex number";
1271 String 3 // description of parameter 1 Imreal
1273 Text [ en-US ] = "The complex number";
1277 Resource ANALYSIS_Imsin
1279 String 1 // description Imsin
1281 Text [ en-US ] = "Returns the sine of a complex number";
1284 String 2 // name of parameter 1 Imsin
1286 Text [ en-US ] = "Complex number";
1289 String 3 // description of parameter 1 Imsin
1291 Text [ en-US ] = "The complex number";
1295 Resource ANALYSIS_Imsub
1297 String 1 // description Imsub
1299 Text [ en-US ] = "Returns the difference of two complex numbers";
1302 String 2 // name of parameter 1 Imsub
1304 Text [ en-US ] = "Complex number 1";
1307 String 3 // description of parameter 1 Imsub
1309 Text [ en-US ] = "Complex number 1";
1312 String 4 // name of parameter 2 Imsub
1314 Text [ en-US ] = "Complex number 2";
1317 String 5 // description of parameter 2 Imsub
1319 Text [ en-US ] = "Complex number 2";
1323 Resource ANALYSIS_Imsqrt
1325 String 1 // description Imsqrt
1327 Text [ en-US ] = "Returns the square root of a complex number";
1330 String 2 // name of parameter 1 Imsqrt
1332 Text [ en-US ] = "Complex number";
1335 String 3 // description of parameter 1 Imsqrt
1337 Text [ en-US ] = "The complex number";
1341 Resource ANALYSIS_Imsum
1343 String 1 // description Imsum
1345 Text [ en-US ] = "Returns the sum of complex numbers";
1348 String 2 // name of parameter 1 Imsum
1350 Text [ en-US ] = "Complex number";
1353 String 3 // description of parameter 1 Imsum
1355 Text [ en-US ] = "The complex number";
1360 Resource ANALYSIS_Complex
1362 String 1 // description Complex
1364 Text [ en-US ] = "Converts real and imaginary coefficients into a complex number";
1367 String 2 // name of parameter 1 Complex
1369 Text [ en-US ] = "Real num";
1372 String 3 // description of parameter 1 Complex
1374 Text [ en-US ] = "The real coefficient";
1377 String 4 // name of parameter 2 Complex
1379 Text [ en-US ] = "I num";
1382 String 5 // description of parameter 2 Complex
1384 Text [ en-US ] = "The imaginary coefficient";
1387 String 6 // name of parameter 3 Complex
1389 Text [ en-US ] = "Suffix";
1392 String 7 // description of parameter 3 Complex
1394 Text [ en-US ] = "The suffix";
1398 Resource ANALYSIS_Convert
1400 String 1 // description Convert_add
1402 Text [ en-US ] = "Converts a number from one measurement system to another";
1405 String 2 // name of parameter 1 Convert_add
1407 Text [ en-US ] = "Number";
1410 String 3 // description of parameter 1 Convert_add
1412 Text [ en-US ] = "The number";
1415 String 4 // name of parameter 2 Convert_add
1417 Text [ en-US ] = "From unit";
1420 String 5 // description of parameter 2 Convert_add
1422 Text [ en-US ] = "Unit of measure for number";
1425 String 6 // name of parameter 3 Convert_add
1427 Text [ en-US ] = "To unit";
1430 String 7 // description of parameter 3 Convert_add
1432 Text [ en-US ] = "Unit of measure for the result";
1436 Resource ANALYSIS_Amordegrc
1438 String 1 // description Amordegrc
1440 Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1443 String 2 // name of parameter 1 Amordegrc
1445 Text [ en-US ] = "Cost";
1448 String 3 // description of parameter 1 Amordegrc
1450 Text [ en-US ] = "Cost of the asset";
1453 String 4 // name of parameter 2 Amordegrc
1455 Text [ en-US ] = "Date purchased";
1458 String 5 // description of parameter 2 Amordegrc
1460 Text [ en-US ] = "Purchase date of the asset";
1463 String 6 // name of parameter 3 Amordegrc
1465 Text [ en-US ] = "First period";
1468 String 7 // description of parameter 3 Amordegrc
1470 Text [ en-US ] = "Date the first period ends";
1473 String 8 // name of parameter 4 Amordegrc
1475 Text [ en-US ] = "Salvage";
1478 String 9 // description of parameter 4 Amordegrc
1480 Text [ en-US ] = "Salvage value of an asset at the end of its life";
1483 String 10 // name of parameter 5 Amordegrc
1485 Text [ en-US ] = "Period";
1488 String 11 // description of parameter 5 Amordegrc
1490 Text [ en-US ] = "The period";
1493 String 12 // name of parameter 6 Amordegrc
1495 Text [ en-US ] = "Rate";
1498 String 13 // description of parameter 6 Amordegrc
1500 Text [ en-US ] = "The rate of depreciation";
1503 String 14 // name of parameter 7 Amordegrc
1505 Text [ en-US ] = "Basis";
1508 String 15 // description of parameter 7 Amordegrc
1510 Text [ en-US ] = "The year basis to be used";
1514 Resource ANALYSIS_Amorlinc
1516 String 1 // description Amorlinc
1518 Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1521 String 2 // name of parameter 1 Amorlinc
1523 Text [ en-US ] = "Cost";
1526 String 3 // description of parameter 1 Amorlinc
1528 Text [ en-US ] = "Cost of the asset";
1531 String 4 // name of parameter 2 Amorlinc
1533 Text [ en-US ] = "Date purchased";
1536 String 5 // description of parameter 2 Amorlinc
1538 Text [ en-US ] = "Purchase date of the asset";
1541 String 6 // name of parameter 3 Amorlinc
1543 Text [ en-US ] = "First period";
1546 String 7 // description of parameter 3 Amorlinc
1548 Text [ en-US ] = "The date the first period ends";
1551 String 8 // name of parameter 4 Amorlinc
1553 Text [ en-US ] = "Salvage";
1556 String 9 // description of parameter 4 Amorlinc
1558 Text [ en-US ] = "The salvage value of an asset at the end of its life";
1561 String 10 // name of parameter 5 Amorlinc
1563 Text [ en-US ] = "Period";
1566 String 11 // description of parameter 5 Amorlinc
1568 Text [ en-US ] = "The period";
1571 String 12 // name of parameter 6 Amorlinc
1573 Text [ en-US ] = "Rate";
1576 String 13 // description of parameter 6 Amorlinc
1578 Text [ en-US ] = "The rate of depreciation";
1581 String 14 // name of parameter 7 Amorlinc
1583 Text [ en-US ] = "Basis";
1586 String 15 // description of parameter 7 Amorlinc
1588 Text [ en-US ] = "The year basis to be used";
1592 Resource ANALYSIS_Accrint
1594 String 1 // description Accrint
1596 Text [ en-US ] = "Returns the accrued interest for a security that pays periodic interest";
1599 String 2 // name of parameter 1 Accrint
1601 Text [ en-US ] = "Issue";
1604 String 3 // description of parameter 1 Accrint
1606 Text [ en-US ] = "Issue date of the security";
1609 String 4 // name of parameter 2 Accrint
1611 Text [ en-US ] = "First interest";
1614 String 5 // description of parameter 2 Accrint
1616 Text [ en-US ] = "First interest date of the security";
1619 String 6 // name of parameter 3 Accrint
1621 Text [ en-US ] = "Settlement";
1624 String 7 // description of parameter 3 Accrint
1626 Text [ en-US ] = "The settlement";
1629 String 8 // name of parameter 4 Accrint
1631 Text [ en-US ] = "Rate";
1634 String 9 // description of parameter 4 Accrint
1636 Text [ en-US ] = "The rate";
1639 String 10 // name of parameter 5 Accrint
1641 Text [ en-US ] = "Par";
1644 String 11 // description of parameter 5 Accrint
1646 Text [ en-US ] = "The par value";
1649 String 12 // name of parameter 6 Accrint
1651 Text [ en-US ] = "Frequency";
1654 String 13 // description of parameter 6 Accrint
1656 Text [ en-US ] = "The frequency";
1659 String 14 // name of parameter 7 Accrint
1661 Text [ en-US ] = "Basis";
1664 String 15 // description of parameter 7 Accrint
1666 Text [ en-US ] = "The basis";
1670 Resource ANALYSIS_Accrintm
1672 String 1 // description Accrintm
1674 Text [ en-US ] = "Returns the accrued interest for a security that pays interest at maturity";
1677 String 2 // name of parameter 1 Accrintm
1679 Text [ en-US ] = "Issue";
1682 String 3 // description of parameter 1 Accrintm
1684 Text [ en-US ] = "The issue date";
1687 String 4 // name of parameter 2 Accrintm
1689 Text [ en-US ] = "Settlement";
1692 String 5 // description of parameter 2 Accrintm
1694 Text [ en-US ] = "The settlement";
1697 String 6 // name of parameter 3 Accrintm
1699 Text [ en-US ] = "Rate";
1702 String 7 // description of parameter 3 Accrintm
1704 Text [ en-US ] = "The rate";
1707 String 8 // name of parameter 4 Accrintm
1709 Text [ en-US ] = "Par";
1712 String 9 // description of parameter 4 Accrintm
1714 Text [ en-US ] = "The par value";
1717 String 10 // name of parameter 5 Accrintm
1719 Text [ en-US ] = "Basis";
1722 String 11 // description of parameter 5 Accrintm
1724 Text [ en-US ] = "The basis";
1728 Resource ANALYSIS_Received
1730 String 1 // description Received
1732 Text [ en-US ] = "Returns the amount paid out at maturity for a fully invested security";
1735 String 2 // name of parameter 1 Received
1737 Text [ en-US ] = "Settlement";
1740 String 3 // description of parameter 1 Received
1742 Text [ en-US ] = "The settlement";
1745 String 4 // name of parameter 2 Received
1747 Text [ en-US ] = "Maturity";
1750 String 5 // description of parameter 2 Received
1752 Text [ en-US ] = "The maturity";
1755 String 6 // name of parameter 3 Received
1757 Text [ en-US ] = "Investment";
1760 String 7 // description of parameter 3 Received
1762 Text [ en-US ] = "The investment";
1765 String 8 // name of parameter 4 Received
1767 Text [ en-US ] = "Discount";
1770 String 9 // description of parameter 4 Received
1772 Text [ en-US ] = "The discount";
1775 String 10 // name of parameter 5 Received
1777 Text [ en-US ] = "Basis";
1780 String 11 // description of parameter 5 Received
1782 Text [ en-US ] = "The basis";
1786 Resource ANALYSIS_Disc
1788 String 1 // description Disc
1790 Text [ en-US ] = "Returns the discount rate for a security";
1793 String 2 // name of parameter 1 Disc
1795 Text [ en-US ] = "Settlement";
1798 String 3 // description of parameter 1 Disc
1800 Text [ en-US ] = "The settlement";
1803 String 4 // name of parameter 2 Disc
1805 Text [ en-US ] = "Maturity";
1808 String 5 // description of parameter 2 Disc
1810 Text [ en-US ] = "The maturity";
1813 String 6 // name of parameter 3 Disc
1815 Text [ en-US ] = "Price";
1818 String 7 // description of parameter 3 Disc
1820 Text [ en-US ] = "The price";
1823 String 8 // name of parameter 4 Disc
1825 Text [ en-US ] = "Redemption";
1828 String 9 // description of parameter 4 Disc
1830 Text [ en-US ] = "The redemption value";
1833 String 10 // name of parameter 5 Disc
1835 Text [ en-US ] = "Basis";
1838 String 11 // description of parameter 5 Disc
1840 Text [ en-US ] = "The basis";
1844 Resource ANALYSIS_Duration
1846 String 1 // description Duration
1848 Text [ en-US ] = "Returns the annual Macaulay duration of a security with periodic interest payments";
1851 String 2 // name of parameter 1 Duration
1853 Text [ en-US ] = "Settlement";
1856 String 3 // description of parameter 1 Duration
1858 Text [ en-US ] = "The settlement";
1861 String 4 // name of parameter 2 Duration
1863 Text [ en-US ] = "Maturity";
1866 String 5 // description of parameter 2 Duration
1868 Text [ en-US ] = "The maturity";
1871 String 6 // name of parameter 3 Duration
1873 Text [ en-US ] = "Coupon";
1876 String 7 // description of parameter 3 Duration
1878 Text [ en-US ] = "The coupon rate";
1881 String 8 // name of parameter 4 Duration
1883 Text [ en-US ] = "Yield";
1886 String 9 // description of parameter 4 Duration
1888 Text [ en-US ] = "The yield";
1891 String 10 // name of parameter 5 Duration
1893 Text [ en-US ] = "Frequency";
1896 String 11 // description of parameter 5 Duration
1898 Text [ en-US ] = "The frequency";
1901 String 12 // name of parameter 6 Duration
1903 Text [ en-US ] = "Basis";
1906 String 13 // description of parameter 6 Duration
1908 Text [ en-US ] = "The basis";
1912 Resource ANALYSIS_Effect
1914 String 1 // description Effect_add
1916 Text [ en-US ] = "Returns the effective annual interest rate";
1919 String 2 // name of parameter 1 Effect_add
1921 Text [ en-US ] = "Nominal rate";
1924 String 3 // description of parameter 1 Effect_add
1926 Text [ en-US ] = "The nominal rate";
1929 String 4 // name of parameter 2 Effect_add
1931 Text [ en-US ] = "Npery";
1934 String 5 // description of parameter 2 Effect_add
1936 Text [ en-US ] = "The periods";
1940 Resource ANALYSIS_Cumprinc
1942 String 1 // description Cumprinc_add
1944 Text [ en-US ] = "Returns the cumulative principal on a loan to be paid between two periods";
1947 String 2 // name of parameter 1 Cumprinc_add
1949 Text [ en-US ] = "Rate";
1952 String 3 // description of parameter 1 Cumprinc_add
1954 Text [ en-US ] = "The rate";
1957 String 4 // name of parameter 2 Cumprinc_add
1959 Text [ en-US ] = "Nper";
1962 String 5 // description of parameter 2 Cumprinc_add
1964 Text [ en-US ] = "Number of payment periods";
1967 String 6 // name of parameter 3 Cumprinc_add
1969 Text [ en-US ] = "Pv";
1972 String 7 // description of parameter 3 Cumprinc_add
1974 Text [ en-US ] = "The present value";
1977 String 8 // name of parameter 4 Cumprinc_add
1979 Text [ en-US ] = "Start period";
1982 String 9 // description of parameter 4 Cumprinc_add
1984 Text [ en-US ] = "The start period";
1987 String 10 // name of parameter 5 Cumprinc_add
1989 Text [ en-US ] = "End period";
1992 String 11 // description of parameter 5 Cumprinc_add
1994 Text [ en-US ] = "The end period";
1997 String 12 // name of parameter 6 Cumprinc_add
1999 Text [ en-US ] = "Type";
2002 String 13 // description of parameter 6 Cumprinc_add
2004 Text [ en-US ] = "The type of maturity";
2008 Resource ANALYSIS_Cumipmt
2010 String 1 // description Cumipmt_add
2012 Text [ en-US ] = "Returns the cumulative interest to be paid between two periods";
2015 String 2 // name of parameter 1 Cumipmt_add
2017 Text [ en-US ] = "Rate";
2020 String 3 // description of parameter 1 Cumipmt_add
2022 Text [ en-US ] = "The rate";
2025 String 4 // name of parameter 2 Cumipmt_add
2027 Text [ en-US ] = "Nper";
2030 String 5 // description of parameter 2 Cumipmt_add
2032 Text [ en-US ] = "Number of payment periods";
2035 String 6 // name of parameter 3 Cumipmt_add
2037 Text [ en-US ] = "Pv";
2040 String 7 // description of parameter 3 Cumipmt_add
2042 Text [ en-US ] = "The present value";
2045 String 8 // name of parameter 4 Cumipmt_add
2047 Text [ en-US ] = "Start period";
2050 String 9 // description of parameter 4 Cumipmt_add
2052 Text [ en-US ] = "The start period";
2055 String 10 // name of parameter 5 Cumipmt_add
2057 Text [ en-US ] = "End period";
2060 String 11 // description of parameter 5 Cumipmt_add
2062 Text [ en-US ] = "The end period";
2065 String 12 // name of parameter 6 Cumipmt_add
2067 Text [ en-US ] = "Type";
2070 String 13 // description of parameter 6 Cumipmt_add
2072 Text [ en-US ] = "The type of maturity";
2076 Resource ANALYSIS_Price
2078 String 1 // description Price
2080 Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays periodic interest";
2083 String 2 // name of parameter 1 Price
2085 Text [ en-US ] = "Settlement";
2088 String 3 // description of parameter 1 Price
2090 Text [ en-US ] = "The settlement";
2093 String 4 // name of parameter 2 Price
2095 Text [ en-US ] = "Maturity";
2098 String 5 // description of parameter 2 Price
2100 Text [ en-US ] = "The maturity";
2103 String 6 // name of parameter 3 Price
2105 Text [ en-US ] = "Rate";
2108 String 7 // description of parameter 3 Price
2110 Text [ en-US ] = "The rate";
2113 String 8 // name of parameter 4 Price
2115 Text [ en-US ] = "Yield";
2118 String 9 // description of parameter 4 Price
2120 Text [ en-US ] = "The yield";
2123 String 10 // name of parameter 5 Price
2125 Text [ en-US ] = "Redemption";
2128 String 11 // description of parameter 5 Price
2130 Text [ en-US ] = "The redemption value";
2133 String 12 // name of parameter 6 Price
2135 Text [ en-US ] = "Frequency";
2138 String 13 // description of parameter 6 Price
2140 Text [ en-US ] = "The frequency";
2143 String 14 // name of parameter 7 Price
2145 Text [ en-US ] = "Basis";
2148 String 15 // description of parameter 7 Price
2150 Text [ en-US ] = "The basis";
2154 Resource ANALYSIS_Pricedisc
2156 String 1 // description Pricedisc
2158 Text [ en-US ] = "Returns the price per 100 currency units face value of a discounted security";
2161 String 2 // name of parameter 1 Pricedisc
2163 Text [ en-US ] = "Settlement";
2166 String 3 // description of parameter 1 Pricedisc
2168 Text [ en-US ] = "The settlement";
2171 String 4 // name of parameter 2 Pricedisc
2173 Text [ en-US ] = "Maturity";
2176 String 5 // description of parameter 2 Pricedisc
2178 Text [ en-US ] = "The maturity";
2181 String 6 // name of parameter 3 Pricedisc
2183 Text [ en-US ] = "Discount";
2186 String 7 // description of parameter 3 Pricedisc
2188 Text [ en-US ] = "The discount";
2191 String 8 // name of parameter 4 Pricedisc
2193 Text [ en-US ] = "Redemption";
2196 String 9 // description of parameter 4 Pricedisc
2198 Text [ en-US ] = "The redemption value";
2201 String 10 // name of parameter 5 Pricedisc
2203 Text [ en-US ] = "Basis";
2206 String 11 // description of parameter 5 Pricedisc
2208 Text [ en-US ] = "The basis";
2212 Resource ANALYSIS_Pricemat
2214 String 1 // description Pricemat
2216 Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays interest at maturity";
2219 String 2 // name of parameter 1 Pricemat
2221 Text [ en-US ] = "Settlement";
2224 String 3 // description of parameter 1 Pricemat
2226 Text [ en-US ] = "The settlement";
2229 String 4 // name of parameter 2 Pricemat
2231 Text [ en-US ] = "Maturity";
2234 String 5 // description of parameter 2 Pricemat
2236 Text [ en-US ] = "The maturity";
2239 String 6 // name of parameter 3 Pricemat
2241 Text [ en-US ] = "Issue";
2244 String 7 // description of parameter 3 Pricemat
2246 Text [ en-US ] = "The issue date";
2249 String 8 // name of parameter 4 Pricemat
2251 Text [ en-US ] = "Rate";
2254 String 9 // description of parameter 4 Pricemat
2256 Text [ en-US ] = "The rate";
2259 String 10 // name of parameter 5 Pricemat
2261 Text [ en-US ] = "Yield";
2264 String 11 // description of parameter 5 Pricemat
2266 Text [ en-US ] = "The yield";
2269 String 12 // name of parameter 6 Pricemat
2271 Text [ en-US ] = "Basis";
2274 String 13 // description of parameter 6 Pricemat
2276 Text [ en-US ] = "The basis";
2280 Resource ANALYSIS_Mduration
2282 String 1 // description Mduration
2284 Text [ en-US ] = "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units";
2287 String 2 // name of parameter 1 Mduration
2289 Text [ en-US ] = "Settlement";
2292 String 3 // description of parameter 1 Mduration
2294 Text [ en-US ] = "The settlement";
2297 String 4 // name of parameter 2 Mduration
2299 Text [ en-US ] = "Maturity";
2302 String 5 // description of parameter 2 Mduration
2304 Text [ en-US ] = "The maturity";
2307 String 6 // name of parameter 3 Mduration
2309 Text [ en-US ] = "Coupon";
2312 String 7 // description of parameter 3 Mduration
2314 Text [ en-US ] = "The coupon rate";
2317 String 8 // name of parameter 4 Mduration
2319 Text [ en-US ] = "Yield";
2322 String 9 // description of parameter 4 Mduration
2324 Text [ en-US ] = "The yield";
2327 String 10 // name of parameter 5 Mduration
2329 Text [ en-US ] = "Frequency";
2332 String 11 // description of parameter 5 Mduration
2334 Text [ en-US ] = "The frequency";
2337 String 12 // name of parameter 6 Mduration
2339 Text [ en-US ] = "Basis";
2342 String 13 // description of parameter 6 Mduration
2344 Text [ en-US ] = "The basis";
2348 Resource ANALYSIS_Nominal
2350 String 1 // description Nominal_add
2352 Text [ en-US ] = "Returns the annual nominal interest rate";
2355 String 2 // name of parameter 1 Nominal_add
2357 Text [ en-US ] = "Effective rate";
2360 String 3 // description of parameter 1 Nominal_add
2362 Text [ en-US ] = "The effective interest rate";
2365 String 4 // name of parameter 2 Nominal_add
2367 Text [ en-US ] = "Npery";
2370 String 5 // description of parameter 2 Nominal_add
2372 Text [ en-US ] = "The periods";
2376 Resource ANALYSIS_Dollarfr
2378 String 1 // description Dollarfr
2380 Text [ en-US ] = "Converts a price expressed as a decimal into a price expressed as a fraction";
2383 String 2 // name of parameter 1 Dollarfr
2385 Text [ en-US ] = "Decimal dollar";
2388 String 3 // description of parameter 1 Dollarfr
2390 Text [ en-US ] = "The decimal number";
2393 String 4 // name of parameter 2 Dollarfr
2395 Text [ en-US ] = "Fraction";
2398 String 5 // description of parameter 2 Dollarfr
2400 Text [ en-US ] = "The divisor";
2404 Resource ANALYSIS_Dollarde
2406 String 1 // description Dollarde
2408 Text [ en-US ] = "Converts a price expressed as a fraction into a price expressed as a decimal";
2411 String 2 // name of parameter 1 Dollarde
2413 Text [ en-US ] = "Fractional dollar";
2416 String 3 // description of parameter 1 Dollarde
2418 Text [ en-US ] = "The number as a fraction";
2421 String 4 // name of parameter 2 Dollarde
2423 Text [ en-US ] = "Fraction";
2426 String 5 // description of parameter 2 Dollarde
2428 Text [ en-US ] = "The divisor";
2432 Resource ANALYSIS_Yield
2434 String 1 // description Yield
2436 Text [ en-US ] = "Returns the yield on a security that pays periodic interest";
2439 String 2 // name of parameter 1 Yield
2441 Text [ en-US ] = "Settlement";
2444 String 3 // description of parameter 1 Yield
2446 Text [ en-US ] = "The settlement";
2449 String 4 // name of parameter 2 Yield
2451 Text [ en-US ] = "Maturity";
2454 String 5 // description of parameter 2 Yield
2456 Text [ en-US ] = "The maturity";
2459 String 6 // name of parameter 3 Yield
2461 Text [ en-US ] = "Rate";
2464 String 7 // description of parameter 3 Yield
2466 Text [ en-US ] = "The rate";
2469 String 8 // name of parameter 4 Yield
2471 Text [ en-US ] = "Price";
2474 String 9 // description of parameter 4 Yield
2476 Text [ en-US ] = "The price";
2479 String 10 // name of parameter 5 Yield
2481 Text [ en-US ] = "Redemption";
2484 String 11 // description of parameter 5 Yield
2486 Text [ en-US ] = "The redemption value";
2489 String 12 // name of parameter 6 Yield
2491 Text [ en-US ] = "Frequency";
2494 String 13 // description of parameter 6 Yield
2496 Text [ en-US ] = "The frequency";
2499 String 14 // name of parameter 7 Yield
2501 Text [ en-US ] = "Basis";
2504 String 15 // description of parameter 7 Yield
2506 Text [ en-US ] = "The basis";
2510 Resource ANALYSIS_Yielddisc
2512 String 1 // description Yielddisc
2514 Text [ en-US ] = "Returns the annual yield for a discounted security";
2517 String 2 // name of parameter 1 Yielddisc
2519 Text [ en-US ] = "Settlement";
2522 String 3 // description of parameter 1 Yielddisc
2524 Text [ en-US ] = "The settlement";
2527 String 4 // name of parameter 2 Yielddisc
2529 Text [ en-US ] = "Maturity";
2532 String 5 // description of parameter 2 Yielddisc
2534 Text [ en-US ] = "The maturity";
2537 String 6 // name of parameter 3 Yielddisc
2539 Text [ en-US ] = "Price";
2542 String 7 // description of parameter 3 Yielddisc
2544 Text [ en-US ] = "The price";
2547 String 8 // name of parameter 4 Yielddisc
2549 Text [ en-US ] = "Redemption";
2552 String 9 // description of parameter 4 Yielddisc
2554 Text [ en-US ] = "The redemption value";
2557 String 10 // name of parameter 5 Yielddisc
2559 Text [ en-US ] = "Basis";
2562 String 11 // description of parameter 5 Yielddisc
2564 Text [ en-US ] = "The basis";
2568 Resource ANALYSIS_Yieldmat
2570 String 1 // description Yieldmat
2572 Text [ en-US ] = "Returns the annual yield of a security that pays interest at maturity";
2575 String 2 // name of parameter 1 Yieldmat
2577 Text [ en-US ] = "Settlement";
2580 String 3 // description of parameter 1 Yieldmat
2582 Text [ en-US ] = "The settlement";
2585 String 4 // name of parameter 2 Yieldmat
2587 Text [ en-US ] = "Maturity";
2590 String 5 // description of parameter 2 Yieldmat
2592 Text [ en-US ] = "The maturity";
2595 String 6 // name of parameter 3 Yieldmat
2597 Text [ en-US ] = "Issue";
2600 String 7 // description of parameter 3 Yieldmat
2602 Text [ en-US ] = "The issue date";
2605 String 8 // name of parameter 4 Yieldmat
2607 Text [ en-US ] = "Rate";
2610 String 9 // description of parameter 4 Yieldmat
2612 Text [ en-US ] = "The rate";
2615 String 10 // name of parameter 5 Yieldmat
2617 Text [ en-US ] = "Price";
2620 String 11 // description of parameter 5 Yieldmat
2622 Text [ en-US ] = "The price";
2625 String 12 // name of parameter 6 Yieldmat
2627 Text [ en-US ] = "Basis";
2630 String 13 // description of parameter 6 Yieldmat
2632 Text [ en-US ] = "The basis";
2636 Resource ANALYSIS_Tbilleq
2638 String 1 // description Tbilleq
2640 Text [ en-US ] = "Returns the bond-equivalent yield for a treasury bill";
2643 String 2 // name of parameter 1 Tbilleq
2645 Text [ en-US ] = "Settlement";
2648 String 3 // description of parameter 1 Tbilleq
2650 Text [ en-US ] = "The settlement";
2653 String 4 // name of parameter 2 Tbilleq
2655 Text [ en-US ] = "Maturity";
2658 String 5 // description of parameter 2 Tbilleq
2660 Text [ en-US ] = "The maturity";
2663 String 6 // name of parameter 3 Tbilleq
2665 Text [ en-US ] = "Discount";
2668 String 7 // description of parameter 3 Tbilleq
2670 Text [ en-US ] = "The discount rate";
2674 Resource ANALYSIS_Tbillprice
2676 String 1 // description Tbillprice
2678 Text [ en-US ] = "Returns the price of 100 currency units face value for a treasury bill";
2681 String 2 // name of parameter 1 Tbillprice
2683 Text [ en-US ] = "Settlement";
2686 String 3 // description of parameter 1 Tbillprice
2688 Text [ en-US ] = "The settlement";
2691 String 4 // name of parameter 2 Tbillprice
2693 Text [ en-US ] = "Maturity";
2696 String 5 // description of parameter 2 Tbillprice
2698 Text [ en-US ] = "The maturity";
2701 String 6 // name of parameter 3 Tbillprice
2703 Text [ en-US ] = "Discount";
2706 String 7 // description of parameter 3 Tbillprice
2708 Text [ en-US ] = "The discount rate";
2712 Resource ANALYSIS_Tbillyield
2714 String 1 // description Tbillyield
2716 Text [ en-US ] = "Returns the yield for a treasury bill";
2719 String 2 // name of parameter 1 Tbillyield
2721 Text [ en-US ] = "Settlement";
2724 String 3 // description of parameter 1 Tbillyield
2726 Text [ en-US ] = "The settlement";
2729 String 4 // name of parameter 2 Tbillyield
2731 Text [ en-US ] = "Maturity";
2734 String 5 // description of parameter 2 Tbillyield
2736 Text [ en-US ] = "The maturity";
2739 String 6 // name of parameter 3 Tbillyield
2741 Text [ en-US ] = "Price";
2744 String 7 // description of parameter 3 Tbillyield
2746 Text [ en-US ] = "The price";
2750 Resource ANALYSIS_Oddfprice
2752 String 1 // description Oddfprice
2754 Text [ en-US ] = "Returns the price per $100 face value of a security with an odd first period";
2757 String 2 // name of parameter 1 Oddfprice
2759 Text [ en-US ] = "Settlement";
2762 String 3 // description of parameter 1 Oddfprice
2764 Text [ en-US ] = "The settlement";
2767 String 4 // name of parameter 2 Oddfprice
2769 Text [ en-US ] = "Maturity";
2772 String 5 // description of parameter 2 Oddfprice
2774 Text [ en-US ] = "The maturity";
2777 String 6 // name of parameter 3 Oddfprice
2779 Text [ en-US ] = "Issue";
2782 String 7 // description of parameter 3 Oddfprice
2784 Text [ en-US ] = "The issue date";
2787 String 8 // name of parameter 4 Oddfprice
2789 Text [ en-US ] = "First coupon";
2792 String 9 // description of parameter 4 Oddfprice
2794 Text [ en-US ] = "The first coupon date";
2797 String 10 // name of parameter 5 Oddfprice
2799 Text [ en-US ] = "Rate";
2802 String 11 // description of parameter 5 Oddfprice
2804 Text [ en-US ] = "The rate";
2807 String 12 // name of parameter 6 Oddfprice
2809 Text [ en-US ] = "Yield";
2812 String 13 // description of parameter 6 Oddfprice
2814 Text [ en-US ] = "The yield";
2817 String 14 // name of parameter 7 Oddfprice
2819 Text [ en-US ] = "Redemption";
2822 String 15 // description of parameter 7 Oddfprice
2824 Text [ en-US ] = "The redemption value";
2827 String 16 // name of parameter 8 Oddfprice
2829 Text [ en-US ] = "Frequency";
2832 String 17 // description of parameter 8 Oddfprice
2834 Text [ en-US ] = "The frequency";
2837 String 18 // name of parameter 9 Oddfprice
2839 Text [ en-US ] = "Basis";
2842 String 19 // description of parameter 9 Oddfprice
2844 Text [ en-US ] = "The basis";
2848 Resource ANALYSIS_Oddfyield
2850 String 1 // description Oddfyield
2852 Text [ en-US ] = "Returns the yield of a security with an odd first period";
2855 String 2 // name of parameter 1 Oddfyield
2857 Text [ en-US ] = "Settlement";
2860 String 3 // description of parameter 1 Oddfyield
2862 Text [ en-US ] = "The settlement";
2865 String 4 // name of parameter 2 Oddfyield
2867 Text [ en-US ] = "Maturity";
2870 String 5 // description of parameter 2 Oddfyield
2872 Text [ en-US ] = "The maturity";
2875 String 6 // name of parameter 3 Oddfyield
2877 Text [ en-US ] = "Issue";
2880 String 7 // description of parameter 3 Oddfyield
2882 Text [ en-US ] = "The issue date";
2885 String 8 // name of parameter 4 Oddfyield
2887 Text [ en-US ] = "First coupon";
2890 String 9 // description of parameter 4 Oddfyield
2892 Text [ en-US ] = "The first coupon date";
2895 String 10 // name of parameter 5 Oddfyield
2897 Text [ en-US ] = "Rate";
2900 String 11 // description of parameter 5 Oddfyield
2902 Text [ en-US ] = "The rate";
2905 String 12 // name of parameter 6 Oddfyield
2907 Text [ en-US ] = "Price";
2910 String 13 // description of parameter 6 Oddfyield
2912 Text [ en-US ] = "The price";
2915 String 14 // name of parameter 7 Oddfyield
2917 Text [ en-US ] = "Redemption";
2920 String 15 // description of parameter 7 Oddfyield
2922 Text [ en-US ] = "The redemption value";
2925 String 16 // name of parameter 8 Oddfyield
2927 Text [ en-US ] = "Frequency";
2930 String 17 // description of parameter 8 Oddfyield
2932 Text [ en-US ] = "The frequency";
2935 String 18 // name of parameter 9 Oddfyield
2937 Text [ en-US ] = "Basis";
2940 String 19 // description of parameter 9 Oddfyield
2942 Text [ en-US ] = "The basis";
2946 Resource ANALYSIS_Oddlprice
2948 String 1 // description Oddlprice
2950 Text [ en-US ] = "Returns the price per $100 face value of a security with an odd last period";
2953 String 2 // name of parameter 1 Oddlprice
2955 Text [ en-US ] = "Settlement";
2958 String 3 // description of parameter 1 Oddlprice
2960 Text [ en-US ] = "The settlement";
2963 String 4 // name of parameter 2 Oddlprice
2965 Text [ en-US ] = "Maturity";
2968 String 5 // description of parameter 2 Oddlprice
2970 Text [ en-US ] = "The maturity";
2973 String 6 // name of parameter 3 Oddlprice
2975 Text [ en-US ] = "Last interest";
2978 String 7 // description of parameter 3 Oddlprice
2980 Text [ en-US ] = "The last interest date";
2983 String 8 // name of parameter 4 Oddlprice
2985 Text [ en-US ] = "Rate";
2988 String 9 // description of parameter 4 Oddlprice
2990 Text [ en-US ] = "The rate";
2993 String 10 // name of parameter 5 Oddlprice
2995 Text [ en-US ] = "Yield";
2998 String 11 // description of parameter 5 Oddlprice
3000 Text [ en-US ] = "The yield";
3003 String 12 // name of parameter 6 Oddlprice
3005 Text [ en-US ] = "Redemption";
3008 String 13 // description of parameter 6 Oddlprice
3010 Text [ en-US ] = "The redemption value";
3013 String 14 // name of parameter 7 Oddlprice
3015 Text [ en-US ] = "Frequency";
3018 String 15 // description of parameter 7 Oddlprice
3020 Text [ en-US ] = "The frequency";
3023 String 16 // name of parameter 8 Oddlprice
3025 Text [ en-US ] = "Basis";
3028 String 17 // description of parameter 8 Oddlprice
3030 Text [ en-US ] = "The basis";
3034 Resource ANALYSIS_Oddlyield
3036 String 1 // description Oddlyield
3038 Text [ en-US ] = "Returns the yield of a security with an odd last period";
3041 String 2 // name of parameter 1 Oddlyield
3043 Text [ en-US ] = "Settlement";
3046 String 3 // description of parameter 1 Oddlyield
3048 Text [ en-US ] = "The settlement";
3051 String 4 // name of parameter 2 Oddlyield
3053 Text [ en-US ] = "Maturity";
3056 String 5 // description of parameter 2 Oddlyield
3058 Text [ en-US ] = "The maturity";
3061 String 6 // name of parameter 3 Oddlyield
3063 Text [ en-US ] = "Last interest";
3066 String 7 // description of parameter 3 Oddlyield
3068 Text [ en-US ] = "The last interest date";
3071 String 8 // name of parameter 4 Oddlyield
3073 Text [ en-US ] = "Rate";
3076 String 9 // description of parameter 4 Oddlyield
3078 Text [ en-US ] = "The rate";
3081 String 10 // name of parameter 5 Oddlyield
3083 Text [ en-US ] = "Price";
3086 String 11 // description of parameter 5 Oddlyield
3088 Text [ en-US ] = "The price";
3091 String 12 // name of parameter 6 Oddlyield
3093 Text [ en-US ] = "Redemption";
3096 String 13 // description of parameter 6 Oddlyield
3098 Text [ en-US ] = "The redemption value";
3101 String 14 // name of parameter 7 Oddlyield
3103 Text [ en-US ] = "Frequency";
3106 String 15 // description of parameter 7 Oddlyield
3108 Text [ en-US ] = "The frequency";
3111 String 16 // name of parameter 8 Oddlyield
3113 Text [ en-US ] = "Basis";
3116 String 17 // description of parameter 8 Oddlyield
3118 Text [ en-US ] = "The basis";
3122 Resource ANALYSIS_Xirr
3124 String 1 // description Xirr
3126 Text [ en-US ] = "Returns the internal rate of return for a non-periodic schedule of payments";
3129 String 2 // name of parameter 1 Xirr
3131 Text [ en-US ] = "Values";
3134 String 3 // description of parameter 1 Xirr
3136 Text [ en-US ] = "The values";
3139 String 4 // name of parameter 2 Xirr
3141 Text [ en-US ] = "Dates";
3144 String 5 // description of parameter 2 Xirr
3146 Text [ en-US ] = "The dates";
3149 String 6 // name of parameter 3 Xirr
3151 Text [ en-US ] = "Guess";
3154 String 7 // description of parameter 3 Xirr
3156 Text [ en-US ] = "The guess";
3160 Resource ANALYSIS_Xnpv
3162 String 1 // description Xnpv
3164 Text [ en-US ] = "Returns the net present value for a non-periodic schedule of payments";
3167 String 2 // name of parameter 1 Xnpv
3169 Text [ en-US ] = "Rate";
3172 String 3 // description of parameter 1 Xnpv
3174 Text [ en-US ] = "The rate";
3177 String 4 // name of parameter 2 Xnpv
3179 Text [ en-US ] = "Values";
3182 String 5 // description of parameter 2 Xnpv
3184 Text [ en-US ] = "The values";
3187 String 6 // name of parameter 3 Xnpv
3189 Text [ en-US ] = "Dates";
3192 String 7 // description of parameter 3 Xnpv
3194 Text [ en-US ] = "The dates";
3198 Resource ANALYSIS_Intrate
3200 String 1 // description Intrate
3202 Text [ en-US ] = "Returns the interest rate for a fully invested security";
3205 String 2 // name of parameter 1 Intrate
3207 Text [ en-US ] = "Settlement";
3210 String 3 // description of parameter 1 Intrate
3212 Text [ en-US ] = "The settlement";
3215 String 4 // name of parameter 2 Intrate
3217 Text [ en-US ] = "Maturity";
3220 String 5 // description of parameter 2 Intrate
3222 Text [ en-US ] = "The maturity";
3225 String 6 // name of parameter 3 Intrate
3227 Text [ en-US ] = "Investment";
3230 String 7 // description of parameter 3 Intrate
3232 Text [ en-US ] = "The investment";
3235 String 8 // name of parameter 4 Intrate
3237 Text [ en-US ] = "Redemption";
3240 String 9 // description of parameter 4 Intrate
3242 Text [ en-US ] = "The redemption value";
3245 String 10 // name of parameter 5 Intrate
3247 Text [ en-US ] = "Basis";
3250 String 11 // description of parameter 5 Intrate
3252 Text [ en-US ] = "The basis";
3256 Resource ANALYSIS_Coupncd
3258 String 1 // description Coupncd
3260 Text [ en-US ] = "Returns the first coupon date after the settlement date";
3263 String 2 // name of parameter 1 Coupncd
3265 Text [ en-US ] = "Settlement";
3268 String 3 // description of parameter 1 Coupncd
3270 Text [ en-US ] = "The settlement";
3273 String 4 // name of parameter 2 Coupncd
3275 Text [ en-US ] = "Maturity";
3278 String 5 // description of parameter 2 Coupncd
3280 Text [ en-US ] = "The maturity";
3283 String 6 // name of parameter 3 Coupncd
3285 Text [ en-US ] = "Frequency";
3288 String 7 // description of parameter 3 Coupncd
3290 Text [ en-US ] = "The frequency";
3293 String 8 // name of parameter 4 Coupncd
3295 Text [ en-US ] = "Basis";
3298 String 9 // description of parameter 4 Coupncd
3300 Text [ en-US ] = "The basis";
3304 Resource ANALYSIS_Coupdays
3306 String 1 // description Coupdays
3308 Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3311 String 2 // name of parameter 1 Coupdays
3313 Text [ en-US ] = "Settlement";
3316 String 3 // description of parameter 1 Coupdays
3318 Text [ en-US ] = "The settlement";
3321 String 4 // name of parameter 2 Coupdays
3323 Text [ en-US ] = "Maturity";
3326 String 5 // description of parameter 2 Coupdays
3328 Text [ en-US ] = "The maturity";
3331 String 6 // name of parameter 3 Coupdays
3333 Text [ en-US ] = "Frequency";
3336 String 7 // description of parameter 3 Coupdays
3338 Text [ en-US ] = "The frequency";
3341 String 8 // name of parameter 4 Coupdays
3343 Text [ en-US ] = "Basis";
3346 String 9 // description of parameter 4 Coupdays
3348 Text [ en-US ] = "The basis";
3352 Resource ANALYSIS_Coupdaysnc
3354 String 1 // description Coupdaysnc
3356 Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3359 String 2 // name of parameter 1 Coupdaysnc
3361 Text [ en-US ] = "Settlement";
3364 String 3 // description of parameter 1 Coupdaysnc
3366 Text [ en-US ] = "The settlement";
3369 String 4 // name of parameter 2 Coupdaysnc
3371 Text [ en-US ] = "Maturity";
3374 String 5 // description of parameter 2 Coupdaysnc
3376 Text [ en-US ] = "The maturity";
3379 String 6 // name of parameter 3 Coupdaysnc
3381 Text [ en-US ] = "Frequency";
3384 String 7 // description of parameter 3 Coupdaysnc
3386 Text [ en-US ] = "The frequency";
3389 String 8 // name of parameter 4 Coupdaysnc
3391 Text [ en-US ] = "Basis";
3394 String 9 // description of parameter 4 Coupdaysnc
3396 Text [ en-US ] = "The basis";
3400 Resource ANALYSIS_Coupdaybs
3402 String 1 // description Coupdaybs
3404 Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
3407 String 2 // name of parameter 1 Coupdaybs
3409 Text [ en-US ] = "Settlement";
3412 String 3 // description of parameter 1 Coupdaybs
3414 Text [ en-US ] = "The settlement";
3417 String 4 // name of parameter 2 Coupdaybs
3419 Text [ en-US ] = "Maturity";
3422 String 5 // description of parameter 2 Coupdaybs
3424 Text [ en-US ] = "The maturity";
3427 String 6 // name of parameter 3 Coupdaybs
3429 Text [ en-US ] = "Frequency";
3432 String 7 // description of parameter 3 Coupdaybs
3434 Text [ en-US ] = "The frequency";
3437 String 8 // name of parameter 4 Coupdaybs
3439 Text [ en-US ] = "Basis";
3442 String 9 // description of parameter 4 Coupdaybs
3444 Text [ en-US ] = "The basis";
3448 Resource ANALYSIS_Couppcd
3450 String 1 // description Couppcd
3452 Text [ en-US ] = "Returns the last coupon date preceding the settlement date";
3455 String 2 // name of parameter 1 Couppcd
3457 Text [ en-US ] = "Settlement";
3460 String 3 // description of parameter 1 Couppcd
3462 Text [ en-US ] = "The settlement";
3465 String 4 // name of parameter 2 Couppcd
3467 Text [ en-US ] = "Maturity";
3470 String 5 // description of parameter 2 Couppcd
3472 Text [ en-US ] = "The maturity";
3475 String 6 // name of parameter 3 Couppcd
3477 Text [ en-US ] = "Frequency";
3480 String 7 // description of parameter 3 Couppcd
3482 Text [ en-US ] = "The frequency";
3485 String 8 // name of parameter 4 Couppcd
3487 Text [ en-US ] = "Basis";
3490 String 9 // description of parameter 4 Couppcd
3492 Text [ en-US ] = "The basis";
3496 Resource ANALYSIS_Coupnum
3498 String 1 // description Coupnum
3500 Text [ en-US ] = "Returns the number of coupons payable between the settlement and maturity dates";
3503 String 2 // name of parameter 1 Coupnum
3505 Text [ en-US ] = "Settlement";
3508 String 3 // description of parameter 1 Coupnum
3510 Text [ en-US ] = "The settlement";
3513 String 4 // name of parameter 2 Coupnum
3515 Text [ en-US ] = "Maturity";
3518 String 5 // description of parameter 2 Coupnum
3520 Text [ en-US ] = "The maturity";
3523 String 6 // name of parameter 3 Coupnum
3525 Text [ en-US ] = "Frequency";
3528 String 7 // description of parameter 3 Coupnum
3530 Text [ en-US ] = "The frequency";
3533 String 8 // name of parameter 4 Coupnum
3535 Text [ en-US ] = "Basis";
3538 String 9 // description of parameter 4 Coupnum
3540 Text [ en-US ] = "The basis";
3544 Resource ANALYSIS_Fvschedule
3546 String 1 // description Fvschedule
3548 Text [ en-US ] = "Returns the future value of the initial principal after a series of compound interest rates are applied";
3551 String 2 // name of parameter 1 Fvschedule
3553 Text [ en-US ] = "Principal";
3556 String 3 // description of parameter 1 Fvschedule
3558 Text [ en-US ] = "The principal";
3561 String 4 // name of parameter 2 Fvschedule
3563 Text [ en-US ] = "Schedule";
3566 String 5 // description of parameter 2 Fvschedule
3568 Text [ en-US ] = "The schedule";