merged tag ooo/DEV300_m102
[LibreOffice.git] / scaddins / source / analysis / analysis.src
blobf513ca6607344c4b912d6cbe9b7172f52afdfa6b
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
29 #include "analysis.hrc"
32 Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
34     Resource ANALYSIS_Workday
35     {
36         String 1    // description Workday
37         {
38             Text [ en-US ] = "Returns the serial number of the date before or after a specified number of workdays";
39         };
41         String 2 // name of parameter 1         Workday
42         {
43             Text [ en-US ] = "Start date";
44         };
46         String 3 // description of parameter 1  Workday
47         {
48             Text [ en-US ] = "The start date";
49         };
51         String 4 // name of parameter 2         Workday
52         {
53             Text [ en-US ] = "Days";
54         };
56         String 5 // description of parameter 2  Workday
57         {
58             Text [ en-US ] = "The number of workdays before or after the start date";
59         };
61         String 6 // name of parameter 3         Workday
62         {
63             Text [ en-US ] = "Holidays";
64         };
66         String 7 // description of parameter 3  Workday
67         {
68             Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
69         };
70     };
72     Resource ANALYSIS_Yearfrac
73     {
74         String 1    // description Yearfrac
75         {
76             Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year fraction";
77         };
79         String 2 // name of parameter 1         Yearfrac
80         {
81             Text [ en-US ] = "Start date";
82         };
84         String 3 // description of parameter 1  Yearfrac
85         {
86             Text [ en-US ] = "The start date";
87         };
89         String 4 // name of parameter 2         Yearfrac
90         {
91             Text [ en-US ] = "End date";
92         };
94         String 5 // description of parameter 2  Yearfrac
95         {
96             Text [ en-US ] = "The end date";
97         };
99         String 6 // name of parameter 3         Yearfrac
100         {
101             Text [ en-US ] = "Basis";
102         };
104         String 7 // description of parameter 3  Yearfrac
105         {
106             Text [ en-US ] = "Basis for determining the interest days";
107         };
108     };
110     Resource ANALYSIS_Edate
111     {
112         String 1    // description Edate
113         {
114             Text [ en-US ] = "Returns the serial number of the date that is a specified number of months before or after the start date";
115         };
117         String 2 // name of parameter 1         Edate
118         {
119             Text [ en-US ] = "Start date";
120         };
122         String 3 // description of parameter 1  Edate
123         {
124             Text [ en-US ] = "The start date";
125         };
127         String 4 // name of parameter 2         Edate
128         {
129             Text [ en-US ] = "Months";
130         };
132         String 5 // description of parameter 2  Edate
133         {
134             Text [ en-US ] = "Number of months before or after the start date";
135         };
136     };
138     Resource ANALYSIS_Weeknum
139     {
140         String 1    // description Weeknum_add
141         {
142             Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
143         };
145         String 2 // name of parameter 1         Weeknum_add
146         {
147             Text [ en-US ] = "Date";
148         };
150         String 3 // description of parameter 1  Weeknum_add
151         {
152             Text [ en-US ] = "The date";
153         };
155         String 4 // name of parameter 2         Weeknum_add
156         {
157             Text [ en-US ] = "Return type";
158         };
160         String 5 // description of parameter 2  Weeknum_add
161         {
162             Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins";
163         };
164     };
166     Resource ANALYSIS_Eomonth
167     {
168         String 1    // description EoMonth
169         {
170             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         };
173         String 2 // name of parameter 1         EoMonth
174         {
175             Text [ en-US ] = "Start date";
176         };
178         String 3 // description of parameter 1  EoMonth
179         {
180             Text [ en-US ] = "The start date";
181         };
183         String 4 // name of parameter 2         EoMonth
184         {
185             Text [ en-US ] = "Months";
186         };
188         String 5 // description of parameter 2  EoMonth
189         {
190             Text [ en-US ] = "Number of months before or after the start date";
191         };
192     };
194     Resource ANALYSIS_Networkdays
195     {
196         String 1    // description Networkdays
197         {
198             Text [ en-US ] = "Returns the number of workdays between two dates";
199         };
201         String 2 // name of parameter 1         Networkdays
202         {
203             Text [ en-US ] = "Start date";
204         };
206         String 3 // description of parameter 1  Networkdays
207         {
208             Text [ en-US ] = "The start date";
209         };
211         String 4 // name of parameter 2         Networkdays
212         {
213             Text [ en-US ] = "End date";
214         };
216         String 5 // description of parameter 2  Networkdays
217         {
218             Text [ en-US ] = "The end date";
219         };
221         String 6 // name of parameter 3         Networkdays
222         {
223             Text [ en-US ] = "Holidays";
224         };
226         String 7 // description of parameter 3  Networkdays
227         {
228             Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
229         };
230     };
232     Resource ANALYSIS_Iseven
233     {
234         String 1    // description Iseven_add
235         {
236             Text [ en-US ] = "Returns the value 'true' if the number is even";
237         };
239         String 2 // name of parameter 1         Iseven_add
240         {
241             Text [ en-US ] = "Number";
242         };
244         String 3 // description of parameter 1  Iseven_add
245         {
246             Text [ en-US ] = "The number";
247         };
248     };
250     Resource ANALYSIS_Isodd
251     {
252         String 1    // description Isodd_add
253         {
254             Text [ en-US ] = "Returns the value 'true' if the number is odd";
255         };
257         String 2 // name of parameter 1         Isodd_add
258         {
259             Text [ en-US ] = "Number";
260         };
262         String 3 // description of parameter 1  Isodd_add
263         {
264             Text [ en-US ] = "The number";
265         };
266     };
268     Resource ANALYSIS_Multinomial
269     {
270         String 1    // description Multinomial
271         {
272             Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
273         };
275         String 2 // name of parameter 1         Multinomial
276         {
277             Text [ en-US ] = "Number(s)";
278         };
280         String 3 // description of parameter 1  Multinomial
281         {
282             Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
283         };
284     };
286     Resource ANALYSIS_Seriessum
287     {
288         String 1    // description Seriessum
289         {
290             Text [ en-US ] = "Returns the sum of a power series";
291         };
293         String 2 // name of parameter 1         Seriessum
294         {
295             Text [ en-US ] = "X";
296         };
298         String 3 // description of parameter 1  Seriessum
299         {
300             Text [ en-US ] = "The independent variable of the power series";
301         };
303         String 4 // name of parameter 2         Seriessum
304         {
305             Text [ en-US ] = "N";
306         };
308         String 5 // description of parameter 2  Seriessum
309         {
310             Text [ en-US ] = "The initial power to which x is to be raised";
311         };
313         String 6 // name of parameter 3         Seriessum
314         {
315             Text [ en-US ] = "M";
316         };
318         String 7 // description of parameter 3  Seriessum
319         {
320             Text [ en-US ] = "The increment by which to increase n for each term in the series";
321         };
323         String 8 // name of parameter 4         Seriessum
324         {
325             Text [ en-US ] = "Coefficients";
326         };
328         String 9 // description of parameter 4  Seriessum
329         {
330             Text [ en-US ] = "Set of coefficients by which each successive power of the variable x is multiplied";
331         };
332     };
334     Resource ANALYSIS_Quotient
335     {
336         String 1    // description Quotient
337         {
338             Text [ en-US ] = "Returns the integer portion of a division";
339         };
341         String 2 // name of parameter 1         Quotient
342         {
343             Text [ en-US ] = "Numerator";
344         };
346         String 3 // description of parameter 1  Quotient
347         {
348             Text [ en-US ] = "The dividend";
349         };
351         String 4 // name of parameter 2         Quotient
352         {
353             Text [ en-US ] = "Denominator";
354         };
356         String 5 // description of parameter 2  Quotient
357         {
358             Text [ en-US ] = "The divisor";
359         };
360     };
362     Resource ANALYSIS_Mround
363     {
364         String 1    // description Mround
365         {
366             Text [ en-US ] = "Returns a number rounded to a specified multiple";
367         };
369         String 2 // name of parameter 1         Mround
370         {
371             Text [ en-US ] = "Number";
372         };
374         String 3 // description of parameter 1  Mround
375         {
376             Text [ en-US ] = "The number to round off";
377         };
379         String 4 // name of parameter 2         Mround
380         {
381             Text [ en-US ] = "Multiple";
382         };
384         String 5 // description of parameter 2  Mround
385         {
386             Text [ en-US ] = "The multiple to which you want to round number";
387         };
388     };
390     Resource ANALYSIS_Sqrtpi
391     {
392         String 1    // description SqrtPI
393         {
394             Text [ en-US ] = "Returns the square root of a number which has been multiplied by pi";
395         };
397         String 2 // name of parameter 1         SqrtPI
398         {
399             Text [ en-US ] = "Number";
400         };
402         String 3 // description of parameter 1  SqrtPI
403         {
404             Text [ en-US ] = "The number by which pi is multiplied";
405         };
406     };
408     Resource ANALYSIS_Randbetween
409     {
410         String 1    // description Randbetween
411         {
412             Text [ en-US ] = "Returns a random integer between the numbers you specify";
413         };
415         String 2 // name of parameter 1         Randbetween
416         {
417             Text [ en-US ] = "Bottom";
418         };
420         String 3 // description of parameter 1  Randbetween
421         {
422             Text [ en-US ] = "The smallest integer returned";
423         };
425         String 4 // name of parameter 2         Randbetween
426         {
427             Text [ en-US ] = "Top";
428         };
430         String 5 // description of parameter 2  Randbetween
431         {
432             Text [ en-US ] = "The largest integer returned";
433         };
434     };
436     Resource ANALYSIS_Gcd
437     {
438         String 1    // description Gcd_add
439         {
440             Text [ en-US ] = "Returns the greatest common divisor";
441         };
443         String 2 // name of parameter 1         Gcd_add
444         {
445             Text [ en-US ] = "Number(s)";
446         };
448         String 3 // description of parameter 1  Gcd_add
449         {
450             Text [ en-US ] = "Number or list of numbers";
451         };
452     };
454     Resource ANALYSIS_Lcm
455     {
456         String 1    // description Lcm_add
457         {
458             Text [ en-US ] = "Returns the least common multiple";
459         };
461         String 2 // name of parameter 1         Lcm_add
462         {
463             Text [ en-US ] = "Number(s)";
464         };
466         String 3 // description of parameter 1  Lcm_add
467         {
468             Text [ en-US ] = "Number or list of numbers";
469         };
470     };
472     Resource ANALYSIS_Besseli
473     {
474         String 1    // description BesselI
475         {
476             Text [ en-US ] = "Returns the modified Bessel function In(x)";
477         };
479         String 2 // name of parameter 1         BesselI
480         {
481             Text [ en-US ] = "X";
482         };
484         String 3 // description of parameter 1  BesselI
485         {
486             Text [ en-US ] = "The value at which the function is to be evaluated";
487         };
489         String 4 // name of parameter 2         BesselI
490         {
491             Text [ en-US ] = "N";
492         };
494         String 5 // description of parameter 2  BesselI
495         {
496             Text [ en-US ] = "The order of the Bessel function";
497         };
498     };
500     Resource ANALYSIS_Besselj
501     {
502         String 1    // description BesselJ
503         {
504             Text [ en-US ] = "Returns the Bessel function Jn(x)";
505         };
507         String 2 // name of parameter 1         BesselJ
508         {
509             Text [ en-US ] = "X";
510         };
512         String 3 // description of parameter 1  BesselJ
513         {
514             Text [ en-US ] = "The value at which the function is to be evaluated";
515         };
517         String 4 // name of parameter 2         BesselJ
518         {
519             Text [ en-US ] = "N";
520         };
522         String 5 // description of parameter 2  BesselJ
523         {
524             Text [ en-US ] = "The order of the Bessel function";
525         };
526     };
528     Resource ANALYSIS_Besselk
529     {
530         String 1    // description BesselK
531         {
532             Text [ en-US ] = "Returns the Bessel function Kn(x)";
533         };
535         String 2 // name of parameter 1         BesselK
536         {
537             Text [ en-US ] = "X";
538         };
540         String 3 // description of parameter 1  BesselK
541         {
542             Text [ en-US ] = "The value at which the function is to be evaluated";
543         };
545         String 4 // name of parameter 2         BesselK
546         {
547             Text [ en-US ] = "N";
548         };
550         String 5 // description of parameter 2  BesselK
551         {
552             Text [ en-US ] = "The order of the Bessel function";
553         };
554     };
556     Resource ANALYSIS_Bessely
557     {
558         String 1    // description BesselY
559         {
560             Text [ en-US ] = "Returns the Bessel function Yn(x)";
561         };
563         String 2 // name of parameter 1         BesselY
564         {
565             Text [ en-US ] = "X";
566         };
568         String 3 // description of parameter 1  BesselY
569         {
570             Text [ en-US ] = "The value at which the function is to be evaluated";
571         };
573         String 4 // name of parameter 2         BesselY
574         {
575             Text [ en-US ] = "N";
576         };
578         String 5 // description of parameter 2  BesselY
579         {
580             Text [ en-US ] = "The order of the Bessel function";
581         };
582     };
584     Resource ANALYSIS_Bin2Oct
585     {
586         String 1    // description Bin2Oct
587         {
588             Text [ en-US ] = "Converts a binary number to an octal number";
589         };
591         String 2 // name of parameter 1         Bin2Oct
592         {
593             Text [ en-US ] = "Number";
594         };
596         String 3 // description of parameter 1  Bin2Oct
597         {
598             Text [ en-US ] = "The binary number to be converted (as text)";
599         };
601         String 4 // name of parameter 2         Bin2Oct
602         {
603             Text [ en-US ] = "Places";
604         };
606         String 5 // description of parameter 2  Bin2Oct
607         {
608             Text [ en-US ] = "Number of places used";
609         };
610     };
612     Resource ANALYSIS_Bin2Dec
613     {
614         String 1    // description Bin2Dec
615         {
616             Text [ en-US ] = "Converts a binary number to a decimal number";
617         };
619         String 2 // name of parameter 1         Bin2Dec
620         {
621             Text [ en-US ] = "Number";
622         };
624         String 3 // description of parameter 1  Bin2Dec
625         {
626             Text [ en-US ] = "The binary number to be converted (as text)";
627         };
628     };
630     Resource ANALYSIS_Bin2Hex
631     {
632         String 1    // description Bin2Hex
633         {
634             Text [ en-US ] = "Converts a binary number to a hexadecimal number";
635         };
637         String 2 // name of parameter 1         Bin2Hex
638         {
639             Text [ en-US ] = "Number";
640         };
642         String 3 // description of parameter 1  Bin2Hex
643         {
644             Text [ en-US ] = "The binary number to be converted (as text)";
645         };
647         String 4 // name of parameter 2         Bin2Hex
648         {
649             Text [ en-US ] = "Places";
650         };
652         String 5 // description of parameter 2  Bin2Hex
653         {
654             Text [ en-US ] = "Number of places used.";
655         };
656     };
658     Resource ANALYSIS_Oct2Bin
659     {
660         String 1    // description Oct2Bin
661         {
662             Text [ en-US ] = "Converts an octal number to a binary number";
663         };
665         String 2 // name of parameter 1         Oct2Bin
666         {
667             Text [ en-US ] = "Number";
668         };
670         String 3 // description of parameter 1  Oct2Bin
671         {
672             Text [ en-US ] = "The octal number to be converted (as text)";
673         };
675         String 4 // name of parameter 2         Oct2Bin
676         {
677             Text [ en-US ] = "Places";
678         };
680         String 5 // description of parameter 2  Oct2Bin
681         {
682             Text [ en-US ] = "Number of places used";
683         };
684     };
686     Resource ANALYSIS_Oct2Dec
687     {
688         String 1    // description Oct2Dec
689         {
690             Text [ en-US ] = "Converts an octal number to a decimal number";
691         };
693         String 2 // name of parameter 1         Oct2Dec
694         {
695             Text [ en-US ] = "Number";
696         };
698         String 3 // description of parameter 1  Oct2Dec
699         {
700             Text [ en-US ] = "The octal number to be converted (as text)";
701         };
702     };
704     Resource ANALYSIS_Oct2Hex
705     {
706         String 1    // description Oct2Hex
707         {
708             Text [ en-US ] = "Converts an octal number to a hexadecimal number";
709         };
711         String 2 // name of parameter 1         Oct2Hex
712         {
713             Text [ en-US ] = "Number";
714         };
716         String 3 // description of parameter 1  Oct2Hex
717         {
718             Text [ en-US ] = "The octal number to be converted (as text)";
719         };
721         String 4 // name of parameter 2         Oct2Hex
722         {
723             Text [ en-US ] = "Places";
724         };
726         String 5 // description of parameter 2  Oct2Hex
727         {
728             Text [ en-US ] = "Number of places used";
729         };
730     };
732     Resource ANALYSIS_Dec2Bin
733     {
734         String 1    // description Dec2Bin
735         {
736             Text [ en-US ] = "Converts a decimal number to a binary number";
737         };
739         String 2 // name of parameter 1         Dec2Bin
740         {
741             Text [ en-US ] = "Number";
742         };
744         String 3 // description of parameter 1  Dec2Bin
745         {
746             Text [ en-US ] = "The decimal integer to be converted";
747         };
749         String 4 // name of parameter 2         Dec2Bin
750         {
751             Text [ en-US ] = "Places";
752         };
754         String 5 // description of parameter 2  Dec2Bin
755         {
756             Text [ en-US ] = "Number of places used";
757         };
758     };
760     Resource ANALYSIS_Dec2Hex
761     {
762         String 1    // description Dec2Hex
763         {
764             Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
765         };
767         String 2 // name of parameter 1         Dec2Hex
768         {
769             Text [ en-US ] = "Number";
770         };
772         String 3 // description of parameter 1  Dec2Hex
773         {
774             Text [ en-US ] = "The decimal integer to be converted";
775         };
777         String 4 // name of parameter 2         Dec2Hex
778         {
779             Text [ en-US ] = "Places";
780         };
782         String 5 // description of parameter 2  Dec2Hex
783         {
784             Text [ en-US ] = "Number of places used";
785         };
786     };
788     Resource ANALYSIS_Dec2Oct
789     {
790         String 1    // description Dec2Oct
791         {
792             Text [ en-US ] = "Converts a decimal number into an octal number";
793         };
795         String 2 // name of parameter 1         Dec2Oct
796         {
797             Text [ en-US ] = "Number";
798         };
800         String 3 // description of parameter 1  Dec2Oct
801         {
802             Text [ en-US ] = "The decimal number";
803         };
805         String 4 // name of parameter 2         Dec2Oct
806         {
807             Text [ en-US ] = "Places";
808         };
810         String 5 // description of parameter 2  Dec2Oct
811         {
812             Text [ en-US ] = "Number of places used";
813         };
814     };
816     Resource ANALYSIS_Hex2Bin
817     {
818         String 1    // description Hex2Bin
819         {
820             Text [ en-US ] = "Converts a hexadecimal number to a binary number";
821         };
823         String 2 // name of parameter 1         Hex2Bin
824         {
825             Text [ en-US ] = "Number";
826         };
828         String 3 // description of parameter 1  Hex2Bin
829         {
830             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
831         };
833         String 4 // name of parameter 2         Hex2Bin
834         {
835             Text [ en-US ] = "Places";
836         };
838         String 5 // description of parameter 2  Hex2Bin
839         {
840             Text [ en-US ] = "Number of places used";
841         };
842     };
844     Resource ANALYSIS_Hex2Dec
845     {
846         String 1    // description Hex2Dec
847         {
848             Text [ en-US ] = "Converts a hexadecimal number to a decimal number";
849         };
851         String 2 // name of parameter 1         Hex2Dec
852         {
853             Text [ en-US ] = "Number";
854         };
856         String 3 // description of parameter 1  Hex2Dec
857         {
858             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
859         };
860     };
862     Resource ANALYSIS_Hex2Oct
863     {
864         String 1    // description Hex2Oct
865         {
866             Text [ en-US ] = "Converts a hexadecimal number to an octal number";
867         };
869         String 2 // name of parameter 1         Hex2Oct
870         {
871             Text [ en-US ] = "Number";
872         };
874         String 3 // description of parameter 1  Hex2Oct
875         {
876             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
877         };
879         String 4 // name of parameter 2         Hex2Oct
880         {
881             Text [ en-US ] = "Places";
882         };
884         String 5 // description of parameter 2  Hex2Oct
885         {
886             Text [ en-US ] = "Number of places used";
887         };
888     };
890     Resource ANALYSIS_Delta
891     {
892         String 1    // description Delta
893         {
894             Text [ en-US ] = "Tests whether two values are equal";
895         };
897         String 2 // name of parameter 1         Delta
898         {
899             Text [ en-US ] = "Number 1";
900         };
902         String 3 // description of parameter 1  Delta
903         {
904             Text [ en-US ] = "The first number";
905         };
907         String 4 // name of parameter 2         Delta
908         {
909             Text [ en-US ] = "Number 2";
910         };
912         String 5 // description of parameter 2  Delta
913         {
914             Text [ en-US ] = "The second number";
915         };
916     };
918     Resource ANALYSIS_Erf
919     {
920         String 1    // description Erf
921         {
922             Text [ en-US ] = "Returns the error function";
923         };
925         String 2 // name of parameter 1         Erf
926         {
927             Text [ en-US ] = "Lower limit";
928         };
930         String 3 // description of parameter 1  Erf
931         {
932             Text [ en-US ] = "The lower limit for integration";
933         };
935         String 4 // name of parameter 2         Erf
936         {
937             Text [ en-US ] = "Upper limit";
938         };
940         String 5 // description of parameter 2  Erf
941         {
942             Text [ en-US ] = "The upper limit for integration";
943         };
944     };
946     Resource ANALYSIS_Erfc
947     {
948         String 1    // description Erfc
949         {
950             Text [ en-US ] = "Returns the complementary error function";
951         };
953         String 2 // name of parameter 1         Erfc
954         {
955             Text [ en-US ] = "Lower limit";
956         };
958         String 3 // description of parameter 1  Erfc
959         {
960             Text [ en-US ] = "The lower limit for integration";
961         };
962     };
964     Resource ANALYSIS_Gestep
965     {
966         String 1    // description GeStep
967         {
968             Text [ en-US ] = "Tests whether a number is greater than a threshold value";
969         };
971         String 2 // name of parameter 1         GeStep
972         {
973             Text [ en-US ] = "Number";
974         };
976         String 3 // description of parameter 1  GeStep
977         {
978             Text [ en-US ] = "The value to test against step";
979         };
981         String 4 // name of parameter 2         GeStep
982         {
983             Text [ en-US ] = "Step";
984         };
986         String 5 // description of parameter 2  GeStep
987         {
988             Text [ en-US ] = "The threshhold value";
989         };
990     };
992     Resource ANALYSIS_Factdouble
993     {
994         String 1    // description Factdouble
995         {
996             Text [ en-US ] = "Returns the double factorial of Number";
997         };
999         String 2 // name of parameter 1         Factdouble
1000         {
1001             Text [ en-US ] = "Number";
1002         };
1004         String 3 // description of parameter 1  Factdouble
1005         {
1006             Text [ en-US ] = "The number";
1007         };
1008     };
1010     Resource ANALYSIS_Imabs
1011     {
1012         String 1    // description Imabs
1013         {
1014             Text [ en-US ] = "Returns the absolute value (modulus) of a complex number";
1015         };
1017         String 2 // name of parameter 1         Imabs
1018         {
1019             Text [ en-US ] = "Complex number";
1020         };
1022         String 3 // description of parameter 1  Imabs
1023         {
1024             Text [ en-US ] = "The complex number";
1025         };
1026     };
1028     Resource ANALYSIS_Imaginary
1029     {
1030         String 1    // description Imaginary
1031         {
1032             Text [ en-US ] = "Returns the imaginary coefficient of a complex number";
1033         };
1035         String 2 // name of parameter 1         Imaginary
1036         {
1037             Text [ en-US ] = "Complex number";
1038         };
1040         String 3 // description of parameter 1  Imaginary
1041         {
1042             Text [ en-US ] = "The complex number";
1043         };
1044     };
1046     Resource ANALYSIS_Impower
1047     {
1048         String 1    // description Impower
1049         {
1050             Text [ en-US ] = "Returns a complex number raised to an integer power";
1051         };
1053         String 2 // name of parameter 1         Impower
1054         {
1055             Text [ en-US ] = "Complex number";
1056         };
1058         String 3 // description of parameter 1  Impower
1059         {
1060             Text [ en-US ] = "The complex number";
1061         };
1063         String 4 // name of parameter 2         Impower
1064         {
1065             Text [ en-US ] = "Number";
1066         };
1068         String 5 // description of parameter 2  Impower
1069         {
1070             Text [ en-US ] = "Power to which the complex number is raised";
1071         };
1072     };
1074     Resource ANALYSIS_Imargument
1075     {
1076         String 1    // description Imargument
1077         {
1078             Text [ en-US ] = "Returns the argument theta, an angle expressed in radians";
1079         };
1081         String 2 // name of parameter 1         Imargument
1082         {
1083             Text [ en-US ] = "Complex number";
1084         };
1086         String 3 // description of parameter 1  Imargument
1087         {
1088             Text [ en-US ] = "A complex number";
1089         };
1090     };
1092     Resource ANALYSIS_Imcos
1093     {
1094         String 1    // description Imcos
1095         {
1096             Text [ en-US ] = "Returns the cosine of a complex number";
1097         };
1099         String 2 // name of parameter 1         Imcos
1100         {
1101             Text [ en-US ] = "Complex number";
1102         };
1104         String 3 // description of parameter 1  Imcos
1105         {
1106             Text [ en-US ] = "A complex number";
1107         };
1108     };
1110     Resource ANALYSIS_Imdiv
1111     {
1112         String 1    // description Imdiv
1113         {
1114             Text [ en-US ] = "Returns the quotient of two complex numbers";
1115         };
1117         String 2 // name of parameter 1         Imdiv
1118         {
1119             Text [ en-US ] = "Numerator";
1120         };
1122         String 3 // description of parameter 1  Imdiv
1123         {
1124             Text [ en-US ] = "The dividend";
1125         };
1127         String 4 // name of parameter 2         Imdiv
1128         {
1129             Text [ en-US ] = "Denominator";
1130         };
1132         String 5 // description of parameter 2  Imdiv
1133         {
1134             Text [ en-US ] = "The divisor";
1135         };
1136     };
1138     Resource ANALYSIS_Imexp
1139     {
1140         String 1    // description Imexp
1141         {
1142             Text [ en-US ] = "Returns the algebraic form of the exponential of a complex number";
1143         };
1145         String 2 // name of parameter 1         Imexp
1146         {
1147             Text [ en-US ] = "Complex number";
1148         };
1150         String 3 // description of parameter 1  Imexp
1151         {
1152             Text [ en-US ] = "The complex number";
1153         };
1154     };
1156     Resource ANALYSIS_Imconjugate
1157     {
1158         String 1    // description Imconjugate
1159         {
1160             Text [ en-US ] = "Returns the complex conjugate of a complex number";
1161         };
1163         String 2 // name of parameter 1         Imconjugate
1164         {
1165             Text [ en-US ] = "Complex number";
1166         };
1168         String 3 // description of parameter 1  Imconjugate
1169         {
1170             Text [ en-US ] = "The complex number";
1171         };
1172     };
1174     Resource ANALYSIS_Imln
1175     {
1176         String 1    // description Imln
1177         {
1178             Text [ en-US ] = "Returns the natural logarithm of a complex number";
1179         };
1181         String 2 // name of parameter 1         Imln
1182         {
1183             Text [ en-US ] = "Complex number";
1184         };
1186         String 3 // description of parameter 1  Imln
1187         {
1188             Text [ en-US ] = "The complex number";
1189         };
1190     };
1192     Resource ANALYSIS_Imlog10
1193     {
1194         String 1    // description Imlog10
1195         {
1196             Text [ en-US ] = "Returns the base-10 logarithm of a complex number";
1197         };
1199         String 2 // name of parameter 1         Imlog10
1200         {
1201             Text [ en-US ] = "Complex number";
1202         };
1204         String 3 // description of parameter 1  Imlog10
1205         {
1206             Text [ en-US ] = "The complex number";
1207         };
1208     };
1210     Resource ANALYSIS_Imlog2
1211     {
1212         String 1    // description Imlog2
1213         {
1214             Text [ en-US ] = "Returns the base-2 logarithm of a complex number";
1215         };
1217         String 2 // name of parameter 1         Imlog2
1218         {
1219             Text [ en-US ] = "Complex number";
1220         };
1222         String 3 // description of parameter 1  Imlog2
1223         {
1224             Text [ en-US ] = "The complex number";
1225         };
1226     };
1228     Resource ANALYSIS_Improduct
1229     {
1230         String 1    // description Improduct
1231         {
1232             Text [ en-US ] = "Returns the product of several complex numbers";
1233         };
1235         String 2 // name of parameter 1         Improduct
1236         {
1237             Text [ en-US ] = "Complex number";
1238         };
1240         String 3 // description of parameter 1  Improduct
1241         {
1242             Text [ en-US ] = "The first complex number";
1243         };
1245         String 4 // name of parameter 2         Improduct
1246         {
1247             Text [ en-US ] = "Complex number";
1248         };
1250         String 5 // description of parameter 2  Improduct
1251         {
1252             Text [ en-US ] = "Another complex number";
1253         };
1254     };
1256     Resource ANALYSIS_Imreal
1257     {
1258         String 1    // description Imreal
1259         {
1260             Text [ en-US ] = "Returns the real coefficient of a complex number";
1261         };
1263         String 2 // name of parameter 1         Imreal
1264         {
1265             Text [ en-US ] = "Complex number";
1266         };
1268         String 3 // description of parameter 1  Imreal
1269         {
1270             Text [ en-US ] = "The complex number";
1271         };
1272     };
1274     Resource ANALYSIS_Imsin
1275     {
1276         String 1    // description Imsin
1277         {
1278             Text [ en-US ] = "Returns the sine of a complex number";
1279         };
1281         String 2 // name of parameter 1         Imsin
1282         {
1283             Text [ en-US ] = "Complex number";
1284         };
1286         String 3 // description of parameter 1  Imsin
1287         {
1288             Text [ en-US ] = "The complex number";
1289         };
1290     };
1292     Resource ANALYSIS_Imsub
1293     {
1294         String 1    // description Imsub
1295         {
1296             Text [ en-US ] = "Returns the difference of two complex numbers";
1297         };
1299         String 2 // name of parameter 1         Imsub
1300         {
1301             Text [ en-US ] = "Complex number 1";
1302         };
1304         String 3 // description of parameter 1  Imsub
1305         {
1306             Text [ en-US ] = "Complex number 1";
1307         };
1309         String 4 // name of parameter 2         Imsub
1310         {
1311             Text [ en-US ] = "Complex number 2";
1312         };
1314         String 5 // description of parameter 2  Imsub
1315         {
1316             Text [ en-US ] = "Complex number 2";
1317         };
1318     };
1320     Resource ANALYSIS_Imsqrt
1321     {
1322         String 1    // description Imsqrt
1323         {
1324             Text [ en-US ] = "Returns the square root of a complex number";
1325         };
1327         String 2 // name of parameter 1         Imsqrt
1328         {
1329             Text [ en-US ] = "Complex number";
1330         };
1332         String 3 // description of parameter 1  Imsqrt
1333         {
1334             Text [ en-US ] = "The complex number";
1335         };
1336     };
1338     Resource ANALYSIS_Imsum
1339     {
1340         String 1    // description Imsum
1341         {
1342             Text [ en-US ] = "Returns the sum of complex numbers";
1343         };
1345         String 2 // name of parameter 1         Imsum
1346         {
1347             Text [ en-US ] = "Complex number";
1348         };
1350         String 3 // description of parameter 1  Imsum
1351         {
1352             Text [ en-US ] = "The complex number";
1353         };
1355     };
1357     Resource ANALYSIS_Complex
1358     {
1359         String 1    // description Complex
1360         {
1361             Text [ en-US ] = "Converts real and imaginary coefficients into a complex number";
1362         };
1364         String 2 // name of parameter 1         Complex
1365         {
1366             Text [ en-US ] = "Real num";
1367         };
1369         String 3 // description of parameter 1  Complex
1370         {
1371             Text [ en-US ] = "The real coefficient";
1372         };
1374         String 4 // name of parameter 2         Complex
1375         {
1376             Text [ en-US ] = "I num";
1377         };
1379         String 5 // description of parameter 2  Complex
1380         {
1381             Text [ en-US ] = "The imaginary coefficient";
1382         };
1384         String 6 // name of parameter 3         Complex
1385         {
1386             Text [ en-US ] = "Suffix";
1387         };
1389         String 7 // description of parameter 3  Complex
1390         {
1391             Text [ en-US ] = "The suffix";
1392         };
1393     };
1395     Resource ANALYSIS_Convert
1396     {
1397         String 1    // description Convert_add
1398         {
1399             Text [ en-US ] = "Converts a number from one measurement system to another";
1400         };
1402         String 2 // name of parameter 1         Convert_add
1403         {
1404             Text [ en-US ] = "Number";
1405         };
1407         String 3 // description of parameter 1  Convert_add
1408         {
1409             Text [ en-US ] = "The number";
1410         };
1412         String 4 // name of parameter 2         Convert_add
1413         {
1414             Text [ en-US ] = "From unit";
1415         };
1417         String 5 // description of parameter 2  Convert_add
1418         {
1419             Text [ en-US ] = "Unit of measure for number";
1420         };
1422         String 6 // name of parameter 3         Convert_add
1423         {
1424             Text [ en-US ] = "To unit";
1425         };
1427         String 7 // description of parameter 3  Convert_add
1428         {
1429             Text [ en-US ] = "Unit of measure for the result";
1430         };
1431     };
1433     Resource ANALYSIS_Amordegrc
1434     {
1435         String 1    // description Amordegrc
1436         {
1437             Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1438         };
1440         String 2 // name of parameter 1         Amordegrc
1441         {
1442             Text [ en-US ] = "Cost";
1443         };
1445         String 3 // description of parameter 1  Amordegrc
1446         {
1447             Text [ en-US ] = "Cost of the asset";
1448         };
1450         String 4 // name of parameter 2         Amordegrc
1451         {
1452             Text [ en-US ] = "Date purchased";
1453         };
1455         String 5 // description of parameter 2  Amordegrc
1456         {
1457             Text [ en-US ] = "Purchase date of the asset";
1458         };
1460         String 6 // name of parameter 3         Amordegrc
1461         {
1462             Text [ en-US ] = "First period";
1463         };
1465         String 7 // description of parameter 3  Amordegrc
1466         {
1467             Text [ en-US ] = "Date the first period ends";
1468         };
1470         String 8 // name of parameter 4         Amordegrc
1471         {
1472             Text [ en-US ] = "Salvage";
1473         };
1475         String 9 // description of parameter 4  Amordegrc
1476         {
1477             Text [ en-US ] = "Salvage value of an asset at the end of its life";
1478         };
1480         String 10 // name of parameter 5        Amordegrc
1481         {
1482             Text [ en-US ] = "Period";
1483         };
1485         String 11 // description of parameter 5 Amordegrc
1486         {
1487             Text [ en-US ] = "The period";
1488         };
1490         String 12 // name of parameter 6        Amordegrc
1491         {
1492             Text [ en-US ] = "Rate";
1493         };
1495         String 13 // description of parameter 6 Amordegrc
1496         {
1497             Text [ en-US ] = "The rate of depreciation";
1498         };
1500         String 14 // name of parameter 7        Amordegrc
1501         {
1502             Text [ en-US ] = "Basis";
1503         };
1505         String 15 // description of parameter 7 Amordegrc
1506         {
1507             Text [ en-US ] = "The year basis to be used";
1508         };
1509     };
1511     Resource ANALYSIS_Amorlinc
1512     {
1513         String 1    // description Amorlinc
1514         {
1515             Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1516         };
1518         String 2 // name of parameter 1         Amorlinc
1519         {
1520             Text [ en-US ] = "Cost";
1521         };
1523         String 3 // description of parameter 1  Amorlinc
1524         {
1525             Text [ en-US ] = "Cost of the asset";
1526         };
1528         String 4 // name of parameter 2         Amorlinc
1529         {
1530             Text [ en-US ] = "Date purchased";
1531         };
1533         String 5 // description of parameter 2  Amorlinc
1534         {
1535             Text [ en-US ] = "Purchase date of the asset";
1536         };
1538         String 6 // name of parameter 3         Amorlinc
1539         {
1540             Text [ en-US ] = "First period";
1541         };
1543         String 7 // description of parameter 3  Amorlinc
1544         {
1545             Text [ en-US ] = "The date the first period ends";
1546         };
1548         String 8 // name of parameter 4         Amorlinc
1549         {
1550             Text [ en-US ] = "Salvage";
1551         };
1553         String 9 // description of parameter 4  Amorlinc
1554         {
1555             Text [ en-US ] = "The salvage value of an asset at the end of its life";
1556         };
1558         String 10 // name of parameter 5        Amorlinc
1559         {
1560             Text [ en-US ] = "Period";
1561         };
1563         String 11 // description of parameter 5 Amorlinc
1564         {
1565             Text [ en-US ] = "The period";
1566         };
1568         String 12 // name of parameter 6        Amorlinc
1569         {
1570             Text [ en-US ] = "Rate";
1571         };
1573         String 13 // description of parameter 6 Amorlinc
1574         {
1575             Text [ en-US ] = "The rate of depreciation";
1576         };
1578         String 14 // name of parameter 7        Amorlinc
1579         {
1580             Text [ en-US ] = "Basis";
1581         };
1583         String 15 // description of parameter 7 Amorlinc
1584         {
1585             Text [ en-US ] = "The year basis to be used";
1586         };
1587     };
1589     Resource ANALYSIS_Accrint
1590     {
1591         String 1    // description Accrint
1592         {
1593             Text [ en-US ] = "Returns the accrued interest for a security that pays periodic interest";
1594         };
1596         String 2 // name of parameter 1         Accrint
1597         {
1598             Text [ en-US ] = "Issue";
1599         };
1601         String 3 // description of parameter 1  Accrint
1602         {
1603             Text [ en-US ] = "Issue date of the security";
1604         };
1606         String 4 // name of parameter 2         Accrint
1607         {
1608             Text [ en-US ] = "First interest";
1609         };
1611         String 5 // description of parameter 2  Accrint
1612         {
1613             Text [ en-US ] = "First interest date of the security";
1614         };
1616         String 6 // name of parameter 3         Accrint
1617         {
1618             Text [ en-US ] = "Settlement";
1619         };
1621         String 7 // description of parameter 3  Accrint
1622         {
1623             Text [ en-US ] = "The settlement";
1624         };
1626         String 8 // name of parameter 4         Accrint
1627         {
1628             Text [ en-US ] = "Rate";
1629         };
1631         String 9 // description of parameter 4  Accrint
1632         {
1633             Text [ en-US ] = "The rate";
1634         };
1636         String 10 // name of parameter 5        Accrint
1637         {
1638             Text [ en-US ] = "Par";
1639         };
1641         String 11 // description of parameter 5 Accrint
1642         {
1643             Text [ en-US ] = "The par value";
1644         };
1646         String 12 // name of parameter 6        Accrint
1647         {
1648             Text [ en-US ] = "Frequency";
1649         };
1651         String 13 // description of parameter 6 Accrint
1652         {
1653             Text [ en-US ] = "The frequency";
1654         };
1656         String 14 // name of parameter 7        Accrint
1657         {
1658             Text [ en-US ] = "Basis";
1659         };
1661         String 15 // description of parameter 7 Accrint
1662         {
1663             Text [ en-US ] = "The basis";
1664         };
1665     };
1667     Resource ANALYSIS_Accrintm
1668     {
1669         String 1    // description Accrintm
1670         {
1671             Text [ en-US ] = "Returns the accrued interest for a security that pays interest at maturity";
1672         };
1674         String 2 // name of parameter 1         Accrintm
1675         {
1676             Text [ en-US ] = "Issue";
1677         };
1679         String 3 // description of parameter 1  Accrintm
1680         {
1681             Text [ en-US ] = "The issue date";
1682         };
1684         String 4 // name of parameter 2         Accrintm
1685         {
1686             Text [ en-US ] = "Settlement";
1687         };
1689         String 5 // description of parameter 2  Accrintm
1690         {
1691             Text [ en-US ] = "The settlement";
1692         };
1694         String 6 // name of parameter 3         Accrintm
1695         {
1696             Text [ en-US ] = "Rate";
1697         };
1699         String 7 // description of parameter 3  Accrintm
1700         {
1701             Text [ en-US ] = "The rate";
1702         };
1704         String 8 // name of parameter 4         Accrintm
1705         {
1706             Text [ en-US ] = "Par";
1707         };
1709         String 9 // description of parameter 4  Accrintm
1710         {
1711             Text [ en-US ] = "The par value";
1712         };
1714         String 10 // name of parameter 5        Accrintm
1715         {
1716             Text [ en-US ] = "Basis";
1717         };
1719         String 11 // description of parameter 5 Accrintm
1720         {
1721             Text [ en-US ] = "The basis";
1722         };
1723     };
1725     Resource ANALYSIS_Received
1726     {
1727         String 1    // description Received
1728         {
1729             Text [ en-US ] = "Returns the amount paid out at maturity for a fully invested security";
1730         };
1732         String 2 // name of parameter 1         Received
1733         {
1734             Text [ en-US ] = "Settlement";
1735         };
1737         String 3 // description of parameter 1  Received
1738         {
1739             Text [ en-US ] = "The settlement";
1740         };
1742         String 4 // name of parameter 2         Received
1743         {
1744             Text [ en-US ] = "Maturity";
1745         };
1747         String 5 // description of parameter 2  Received
1748         {
1749             Text [ en-US ] = "The maturity";
1750         };
1752         String 6 // name of parameter 3         Received
1753         {
1754             Text [ en-US ] = "Investment";
1755         };
1757         String 7 // description of parameter 3  Received
1758         {
1759             Text [ en-US ] = "The investment";
1760         };
1762         String 8 // name of parameter 4         Received
1763         {
1764             Text [ en-US ] = "Discount";
1765         };
1767         String 9 // description of parameter 4  Received
1768         {
1769             Text [ en-US ] = "The discount";
1770         };
1772         String 10 // name of parameter 5        Received
1773         {
1774             Text [ en-US ] = "Basis";
1775         };
1777         String 11 // description of parameter 5 Received
1778         {
1779             Text [ en-US ] = "The basis";
1780         };
1781     };
1783     Resource ANALYSIS_Disc
1784     {
1785         String 1    // description Disc
1786         {
1787             Text [ en-US ] = "Returns the discount rate for a security";
1788         };
1790         String 2 // name of parameter 1         Disc
1791         {
1792             Text [ en-US ] = "Settlement";
1793         };
1795         String 3 // description of parameter 1  Disc
1796         {
1797             Text [ en-US ] = "The settlement";
1798         };
1800         String 4 // name of parameter 2         Disc
1801         {
1802             Text [ en-US ] = "Maturity";
1803         };
1805         String 5 // description of parameter 2  Disc
1806         {
1807             Text [ en-US ] = "The maturity";
1808         };
1810         String 6 // name of parameter 3         Disc
1811         {
1812             Text [ en-US ] = "Price";
1813         };
1815         String 7 // description of parameter 3  Disc
1816         {
1817             Text [ en-US ] = "The price";
1818         };
1820         String 8 // name of parameter 4         Disc
1821         {
1822             Text [ en-US ] = "Redemption";
1823         };
1825         String 9 // description of parameter 4  Disc
1826         {
1827             Text [ en-US ] = "The redemption value";
1828         };
1830         String 10 // name of parameter 5        Disc
1831         {
1832             Text [ en-US ] = "Basis";
1833         };
1835         String 11 // description of parameter 5 Disc
1836         {
1837             Text [ en-US ] = "The basis";
1838         };
1839     };
1841     Resource ANALYSIS_Duration
1842     {
1843         String 1    // description Duration
1844         {
1845             Text [ en-US ] = "Returns the annual Macaulay duration of a security with periodic interest payments";
1846         };
1848         String 2 // name of parameter 1         Duration
1849         {
1850             Text [ en-US ] = "Settlement";
1851         };
1853         String 3 // description of parameter 1  Duration
1854         {
1855             Text [ en-US ] = "The settlement";
1856         };
1858         String 4 // name of parameter 2         Duration
1859         {
1860             Text [ en-US ] = "Maturity";
1861         };
1863         String 5 // description of parameter 2  Duration
1864         {
1865             Text [ en-US ] = "The maturity";
1866         };
1868         String 6 // name of parameter 3         Duration
1869         {
1870             Text [ en-US ] = "Coupon";
1871         };
1873         String 7 // description of parameter 3  Duration
1874         {
1875             Text [ en-US ] = "The coupon rate";
1876         };
1878         String 8 // name of parameter 4         Duration
1879         {
1880             Text [ en-US ] = "Yield";
1881         };
1883         String 9 // description of parameter 4  Duration
1884         {
1885             Text [ en-US ] = "The yield";
1886         };
1888         String 10 // name of parameter 5        Duration
1889         {
1890             Text [ en-US ] = "Frequency";
1891         };
1893         String 11 // description of parameter 5 Duration
1894         {
1895             Text [ en-US ] = "The frequency";
1896         };
1898         String 12 // name of parameter 6        Duration
1899         {
1900             Text [ en-US ] = "Basis";
1901         };
1903         String 13 // description of parameter 6 Duration
1904         {
1905             Text [ en-US ] = "The basis";
1906         };
1907     };
1909     Resource ANALYSIS_Effect
1910     {
1911         String 1    // description Effect_add
1912         {
1913             Text [ en-US ] = "Returns the effective annual interest rate";
1914         };
1916         String 2 // name of parameter 1         Effect_add
1917         {
1918             Text [ en-US ] = "Nominal rate";
1919         };
1921         String 3 // description of parameter 1  Effect_add
1922         {
1923             Text [ en-US ] = "The nominal rate";
1924         };
1926         String 4 // name of parameter 2         Effect_add
1927         {
1928             Text [ en-US ] = "Npery";
1929         };
1931         String 5 // description of parameter 2  Effect_add
1932         {
1933             Text [ en-US ] = "The periods";
1934         };
1935     };
1937     Resource ANALYSIS_Cumprinc
1938     {
1939         String 1    // description Cumprinc_add
1940         {
1941             Text [ en-US ] = "Returns the cumulative principal on a loan to be paid between two periods";
1942         };
1944         String 2 // name of parameter 1         Cumprinc_add
1945         {
1946             Text [ en-US ] = "Rate";
1947         };
1949         String 3 // description of parameter 1  Cumprinc_add
1950         {
1951             Text [ en-US ] = "The rate";
1952         };
1954         String 4 // name of parameter 2         Cumprinc_add
1955         {
1956             Text [ en-US ] = "Nper";
1957         };
1959         String 5 // description of parameter 2  Cumprinc_add
1960         {
1961             Text [ en-US ] = "Number of payment periods";
1962         };
1964         String 6 // name of parameter 3         Cumprinc_add
1965         {
1966             Text [ en-US ] = "Pv";
1967         };
1969         String 7 // description of parameter 3  Cumprinc_add
1970         {
1971             Text [ en-US ] = "The present value";
1972         };
1974         String 8 // name of parameter 4         Cumprinc_add
1975         {
1976             Text [ en-US ] = "Start period";
1977         };
1979         String 9 // description of parameter 4  Cumprinc_add
1980         {
1981             Text [ en-US ] = "The start period";
1982         };
1984         String 10 // name of parameter 5        Cumprinc_add
1985         {
1986             Text [ en-US ] = "End period";
1987         };
1989         String 11 // description of parameter 5 Cumprinc_add
1990         {
1991             Text [ en-US ] = "The end period";
1992         };
1994         String 12 // name of parameter 6        Cumprinc_add
1995         {
1996             Text [ en-US ] = "Type";
1997         };
1999         String 13 // description of parameter 6 Cumprinc_add
2000         {
2001             Text [ en-US ] = "The type of maturity";
2002         };
2003     };
2005     Resource ANALYSIS_Cumipmt
2006     {
2007         String 1    // description Cumipmt_add
2008         {
2009             Text [ en-US ] = "Returns the cumulative interest to be paid between two periods";
2010         };
2012         String 2 // name of parameter 1         Cumipmt_add
2013         {
2014             Text [ en-US ] = "Rate";
2015         };
2017         String 3 // description of parameter 1  Cumipmt_add
2018         {
2019             Text [ en-US ] = "The rate";
2020         };
2022         String 4 // name of parameter 2         Cumipmt_add
2023         {
2024             Text [ en-US ] = "Nper";
2025         };
2027         String 5 // description of parameter 2  Cumipmt_add
2028         {
2029             Text [ en-US ] = "Number of payment periods";
2030         };
2032         String 6 // name of parameter 3         Cumipmt_add
2033         {
2034             Text [ en-US ] = "Pv";
2035         };
2037         String 7 // description of parameter 3  Cumipmt_add
2038         {
2039             Text [ en-US ] = "The present value";
2040         };
2042         String 8 // name of parameter 4         Cumipmt_add
2043         {
2044             Text [ en-US ] = "Start period";
2045         };
2047         String 9 // description of parameter 4  Cumipmt_add
2048         {
2049             Text [ en-US ] = "The start period";
2050         };
2052         String 10 // name of parameter 5        Cumipmt_add
2053         {
2054             Text [ en-US ] = "End period";
2055         };
2057         String 11 // description of parameter 5 Cumipmt_add
2058         {
2059             Text [ en-US ] = "The end period";
2060         };
2062         String 12 // name of parameter 6        Cumipmt_add
2063         {
2064             Text [ en-US ] = "Type";
2065         };
2067         String 13 // description of parameter 6 Cumipmt_add
2068         {
2069             Text [ en-US ] = "The type of maturity";
2070         };
2071     };
2073     Resource ANALYSIS_Price
2074     {
2075         String 1    // description Price
2076         {
2077             Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays periodic interest";
2078         };
2080         String 2 // name of parameter 1         Price
2081         {
2082             Text [ en-US ] = "Settlement";
2083         };
2085         String 3 // description of parameter 1  Price
2086         {
2087             Text [ en-US ] = "The settlement";
2088         };
2090         String 4 // name of parameter 2         Price
2091         {
2092             Text [ en-US ] = "Maturity";
2093         };
2095         String 5 // description of parameter 2  Price
2096         {
2097             Text [ en-US ] = "The maturity";
2098         };
2100         String 6 // name of parameter 3         Price
2101         {
2102             Text [ en-US ] = "Rate";
2103         };
2105         String 7 // description of parameter 3  Price
2106         {
2107             Text [ en-US ] = "The rate";
2108         };
2110         String 8 // name of parameter 4         Price
2111         {
2112             Text [ en-US ] = "Yield";
2113         };
2115         String 9 // description of parameter 4  Price
2116         {
2117             Text [ en-US ] = "The yield";
2118         };
2120         String 10 // name of parameter 5        Price
2121         {
2122             Text [ en-US ] = "Redemption";
2123         };
2125         String 11 // description of parameter 5 Price
2126         {
2127             Text [ en-US ] = "The redemption value";
2128         };
2130         String 12 // name of parameter 6        Price
2131         {
2132             Text [ en-US ] = "Frequency";
2133         };
2135         String 13 // description of parameter 6 Price
2136         {
2137             Text [ en-US ] = "The frequency";
2138         };
2140         String 14 // name of parameter 7        Price
2141         {
2142             Text [ en-US ] = "Basis";
2143         };
2145         String 15 // description of parameter 7 Price
2146         {
2147             Text [ en-US ] = "The basis";
2148         };
2149     };
2151     Resource ANALYSIS_Pricedisc
2152     {
2153         String 1    // description Pricedisc
2154         {
2155             Text [ en-US ] = "Returns the price per 100 currency units face value of a discounted security";
2156         };
2158         String 2 // name of parameter 1         Pricedisc
2159         {
2160             Text [ en-US ] = "Settlement";
2161         };
2163         String 3 // description of parameter 1  Pricedisc
2164         {
2165             Text [ en-US ] = "The settlement";
2166         };
2168         String 4 // name of parameter 2         Pricedisc
2169         {
2170             Text [ en-US ] = "Maturity";
2171         };
2173         String 5 // description of parameter 2  Pricedisc
2174         {
2175             Text [ en-US ] = "The maturity";
2176         };
2178         String 6 // name of parameter 3         Pricedisc
2179         {
2180             Text [ en-US ] = "Discount";
2181         };
2183         String 7 // description of parameter 3  Pricedisc
2184         {
2185             Text [ en-US ] = "The discount";
2186         };
2188         String 8 // name of parameter 4         Pricedisc
2189         {
2190             Text [ en-US ] = "Redemption";
2191         };
2193         String 9 // description of parameter 4  Pricedisc
2194         {
2195             Text [ en-US ] = "The redemption value";
2196         };
2198         String 10 // name of parameter 5        Pricedisc
2199         {
2200             Text [ en-US ] = "Basis";
2201         };
2203         String 11 // description of parameter 5 Pricedisc
2204         {
2205             Text [ en-US ] = "The basis";
2206         };
2207     };
2209     Resource ANALYSIS_Pricemat
2210     {
2211         String 1    // description Pricemat
2212         {
2213             Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays interest at maturity";
2214         };
2216         String 2 // name of parameter 1         Pricemat
2217         {
2218             Text [ en-US ] = "Settlement";
2219         };
2221         String 3 // description of parameter 1  Pricemat
2222         {
2223             Text [ en-US ] = "The settlement";
2224         };
2226         String 4 // name of parameter 2         Pricemat
2227         {
2228             Text [ en-US ] = "Maturity";
2229         };
2231         String 5 // description of parameter 2  Pricemat
2232         {
2233             Text [ en-US ] = "The maturity";
2234         };
2236         String 6 // name of parameter 3         Pricemat
2237         {
2238             Text [ en-US ] = "Issue";
2239         };
2241         String 7 // description of parameter 3  Pricemat
2242         {
2243             Text [ en-US ] = "The issue date";
2244         };
2246         String 8 // name of parameter 4         Pricemat
2247         {
2248             Text [ en-US ] = "Rate";
2249         };
2251         String 9 // description of parameter 4  Pricemat
2252         {
2253             Text [ en-US ] = "The rate";
2254         };
2256         String 10 // name of parameter 5        Pricemat
2257         {
2258             Text [ en-US ] = "Yield";
2259         };
2261         String 11 // description of parameter 5 Pricemat
2262         {
2263             Text [ en-US ] = "The yield";
2264         };
2266         String 12 // name of parameter 6        Pricemat
2267         {
2268             Text [ en-US ] = "Basis";
2269         };
2271         String 13 // description of parameter 6 Pricemat
2272         {
2273             Text [ en-US ] = "The basis";
2274         };
2275     };
2277     Resource ANALYSIS_Mduration
2278     {
2279         String 1    // description Mduration
2280         {
2281             Text [ en-US ] = "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units";
2282         };
2284         String 2 // name of parameter 1         Mduration
2285         {
2286             Text [ en-US ] = "Settlement";
2287         };
2289         String 3 // description of parameter 1  Mduration
2290         {
2291             Text [ en-US ] = "The settlement";
2292         };
2294         String 4 // name of parameter 2         Mduration
2295         {
2296             Text [ en-US ] = "Maturity";
2297         };
2299         String 5 // description of parameter 2  Mduration
2300         {
2301             Text [ en-US ] = "The maturity";
2302         };
2304         String 6 // name of parameter 3         Mduration
2305         {
2306             Text [ en-US ] = "Coupon";
2307         };
2309         String 7 // description of parameter 3  Mduration
2310         {
2311             Text [ en-US ] = "The coupon rate";
2312         };
2314         String 8 // name of parameter 4         Mduration
2315         {
2316             Text [ en-US ] = "Yield";
2317         };
2319         String 9 // description of parameter 4  Mduration
2320         {
2321             Text [ en-US ] = "The yield";
2322         };
2324         String 10 // name of parameter 5        Mduration
2325         {
2326             Text [ en-US ] = "Frequency";
2327         };
2329         String 11 // description of parameter 5 Mduration
2330         {
2331             Text [ en-US ] = "The frequency";
2332         };
2334         String 12 // name of parameter 6        Mduration
2335         {
2336             Text [ en-US ] = "Basis";
2337         };
2339         String 13 // description of parameter 6 Mduration
2340         {
2341             Text [ en-US ] = "The basis";
2342         };
2343     };
2345     Resource ANALYSIS_Nominal
2346     {
2347         String 1    // description Nominal_add
2348         {
2349             Text [ en-US ] = "Returns the annual nominal interest rate";
2350         };
2352         String 2 // name of parameter 1         Nominal_add
2353         {
2354             Text [ en-US ] = "Effective rate";
2355         };
2357         String 3 // description of parameter 1  Nominal_add
2358         {
2359             Text [ en-US ] = "The effective interest rate";
2360         };
2362         String 4 // name of parameter 2         Nominal_add
2363         {
2364             Text [ en-US ] = "Npery";
2365         };
2367         String 5 // description of parameter 2  Nominal_add
2368         {
2369             Text [ en-US ] = "The periods";
2370         };
2371     };
2373     Resource ANALYSIS_Dollarfr
2374     {
2375         String 1    // description Dollarfr
2376         {
2377             Text [ en-US ] = "Converts a price expressed as a decimal into a price expressed as a fraction";
2378         };
2380         String 2 // name of parameter 1         Dollarfr
2381         {
2382             Text [ en-US ] = "Decimal dollar";
2383         };
2385         String 3 // description of parameter 1  Dollarfr
2386         {
2387             Text [ en-US ] = "The decimal number";
2388         };
2390         String 4 // name of parameter 2         Dollarfr
2391         {
2392             Text [ en-US ] = "Fraction";
2393         };
2395         String 5 // description of parameter 2  Dollarfr
2396         {
2397             Text [ en-US ] = "The divisor";
2398         };
2399     };
2401     Resource ANALYSIS_Dollarde
2402     {
2403         String 1    // description Dollarde
2404         {
2405             Text [ en-US ] = "Converts a price expressed as a fraction into a price expressed as a decimal";
2406         };
2408         String 2 // name of parameter 1         Dollarde
2409         {
2410             Text [ en-US ] = "Fractional dollar";
2411         };
2413         String 3 // description of parameter 1  Dollarde
2414         {
2415             Text [ en-US ] = "The number as a fraction";
2416         };
2418         String 4 // name of parameter 2         Dollarde
2419         {
2420             Text [ en-US ] = "Fraction";
2421         };
2423         String 5 // description of parameter 2  Dollarde
2424         {
2425             Text [ en-US ] = "The divisor";
2426         };
2427     };
2429     Resource ANALYSIS_Yield
2430     {
2431         String 1    // description Yield
2432         {
2433             Text [ en-US ] = "Returns the yield on a security that pays periodic interest";
2434         };
2436         String 2 // name of parameter 1         Yield
2437         {
2438             Text [ en-US ] = "Settlement";
2439         };
2441         String 3 // description of parameter 1  Yield
2442         {
2443             Text [ en-US ] = "The settlement";
2444         };
2446         String 4 // name of parameter 2         Yield
2447         {
2448             Text [ en-US ] = "Maturity";
2449         };
2451         String 5 // description of parameter 2  Yield
2452         {
2453             Text [ en-US ] = "The maturity";
2454         };
2456         String 6 // name of parameter 3         Yield
2457         {
2458             Text [ en-US ] = "Rate";
2459         };
2461         String 7 // description of parameter 3  Yield
2462         {
2463             Text [ en-US ] = "The rate";
2464         };
2466         String 8 // name of parameter 4         Yield
2467         {
2468             Text [ en-US ] = "Price";
2469         };
2471         String 9 // description of parameter 4  Yield
2472         {
2473             Text [ en-US ] = "The price";
2474         };
2476         String 10 // name of parameter 5        Yield
2477         {
2478             Text [ en-US ] = "Redemption";
2479         };
2481         String 11 // description of parameter 5 Yield
2482         {
2483             Text [ en-US ] = "The redemption value";
2484         };
2486         String 12 // name of parameter 6        Yield
2487         {
2488             Text [ en-US ] = "Frequency";
2489         };
2491         String 13 // description of parameter 6 Yield
2492         {
2493             Text [ en-US ] = "The frequency";
2494         };
2496         String 14 // name of parameter 7        Yield
2497         {
2498             Text [ en-US ] = "Basis";
2499         };
2501         String 15 // description of parameter 7 Yield
2502         {
2503             Text [ en-US ] = "The basis";
2504         };
2505     };
2507     Resource ANALYSIS_Yielddisc
2508     {
2509         String 1    // description Yielddisc
2510         {
2511             Text [ en-US ] = "Returns the annual yield for a discounted security";
2512         };
2514         String 2 // name of parameter 1         Yielddisc
2515         {
2516             Text [ en-US ] = "Settlement";
2517         };
2519         String 3 // description of parameter 1  Yielddisc
2520         {
2521             Text [ en-US ] = "The settlement";
2522         };
2524         String 4 // name of parameter 2         Yielddisc
2525         {
2526             Text [ en-US ] = "Maturity";
2527         };
2529         String 5 // description of parameter 2  Yielddisc
2530         {
2531             Text [ en-US ] = "The maturity";
2532         };
2534         String 6 // name of parameter 3         Yielddisc
2535         {
2536             Text [ en-US ] = "Price";
2537         };
2539         String 7 // description of parameter 3  Yielddisc
2540         {
2541             Text [ en-US ] = "The price";
2542         };
2544         String 8 // name of parameter 4         Yielddisc
2545         {
2546             Text [ en-US ] = "Redemption";
2547         };
2549         String 9 // description of parameter 4  Yielddisc
2550         {
2551             Text [ en-US ] = "The redemption value";
2552         };
2554         String 10 // name of parameter 5        Yielddisc
2555         {
2556             Text [ en-US ] = "Basis";
2557         };
2559         String 11 // description of parameter 5 Yielddisc
2560         {
2561             Text [ en-US ] = "The basis";
2562         };
2563     };
2565     Resource ANALYSIS_Yieldmat
2566     {
2567         String 1    // description Yieldmat
2568         {
2569             Text [ en-US ] = "Returns the annual yield of a security that pays interest at maturity";
2570         };
2572         String 2 // name of parameter 1         Yieldmat
2573         {
2574             Text [ en-US ] = "Settlement";
2575         };
2577         String 3 // description of parameter 1  Yieldmat
2578         {
2579             Text [ en-US ] = "The settlement";
2580         };
2582         String 4 // name of parameter 2         Yieldmat
2583         {
2584             Text [ en-US ] = "Maturity";
2585         };
2587         String 5 // description of parameter 2  Yieldmat
2588         {
2589             Text [ en-US ] = "The maturity";
2590         };
2592         String 6 // name of parameter 3         Yieldmat
2593         {
2594             Text [ en-US ] = "Issue";
2595         };
2597         String 7 // description of parameter 3  Yieldmat
2598         {
2599             Text [ en-US ] = "The issue date";
2600         };
2602         String 8 // name of parameter 4         Yieldmat
2603         {
2604             Text [ en-US ] = "Rate";
2605         };
2607         String 9 // description of parameter 4  Yieldmat
2608         {
2609             Text [ en-US ] = "The rate";
2610         };
2612         String 10 // name of parameter 5        Yieldmat
2613         {
2614             Text [ en-US ] = "Price";
2615         };
2617         String 11 // description of parameter 5 Yieldmat
2618         {
2619             Text [ en-US ] = "The price";
2620         };
2622         String 12 // name of parameter 6        Yieldmat
2623         {
2624             Text [ en-US ] = "Basis";
2625         };
2627         String 13 // description of parameter 6 Yieldmat
2628         {
2629             Text [ en-US ] = "The basis";
2630         };
2631     };
2633     Resource ANALYSIS_Tbilleq
2634     {
2635         String 1    // description Tbilleq
2636         {
2637             Text [ en-US ] = "Returns the bond-equivalent yield for a treasury bill";
2638         };
2640         String 2 // name of parameter 1         Tbilleq
2641         {
2642             Text [ en-US ] = "Settlement";
2643         };
2645         String 3 // description of parameter 1  Tbilleq
2646         {
2647             Text [ en-US ] = "The settlement";
2648         };
2650         String 4 // name of parameter 2         Tbilleq
2651         {
2652             Text [ en-US ] = "Maturity";
2653         };
2655         String 5 // description of parameter 2  Tbilleq
2656         {
2657             Text [ en-US ] = "The maturity";
2658         };
2660         String 6 // name of parameter 3         Tbilleq
2661         {
2662             Text [ en-US ] = "Discount";
2663         };
2665         String 7 // description of parameter 3  Tbilleq
2666         {
2667             Text [ en-US ] = "The discount rate";
2668         };
2669     };
2671     Resource ANALYSIS_Tbillprice
2672     {
2673         String 1    // description Tbillprice
2674         {
2675             Text [ en-US ] = "Returns the price of 100 currency units face value for a treasury bill";
2676         };
2678         String 2 // name of parameter 1         Tbillprice
2679         {
2680             Text [ en-US ] = "Settlement";
2681         };
2683         String 3 // description of parameter 1  Tbillprice
2684         {
2685             Text [ en-US ] = "The settlement";
2686         };
2688         String 4 // name of parameter 2         Tbillprice
2689         {
2690             Text [ en-US ] = "Maturity";
2691         };
2693         String 5 // description of parameter 2  Tbillprice
2694         {
2695             Text [ en-US ] = "The maturity";
2696         };
2698         String 6 // name of parameter 3         Tbillprice
2699         {
2700             Text [ en-US ] = "Discount";
2701         };
2703         String 7 // description of parameter 3  Tbillprice
2704         {
2705             Text [ en-US ] = "The discount rate";
2706         };
2707     };
2709     Resource ANALYSIS_Tbillyield
2710     {
2711         String 1    // description Tbillyield
2712         {
2713             Text [ en-US ] = "Returns the yield for a treasury bill";
2714         };
2716         String 2 // name of parameter 1         Tbillyield
2717         {
2718             Text [ en-US ] = "Settlement";
2719         };
2721         String 3 // description of parameter 1  Tbillyield
2722         {
2723             Text [ en-US ] = "The settlement";
2724         };
2726         String 4 // name of parameter 2         Tbillyield
2727         {
2728             Text [ en-US ] = "Maturity";
2729         };
2731         String 5 // description of parameter 2  Tbillyield
2732         {
2733             Text [ en-US ] = "The maturity";
2734         };
2736         String 6 // name of parameter 3         Tbillyield
2737         {
2738             Text [ en-US ] = "Price";
2739         };
2741         String 7 // description of parameter 3  Tbillyield
2742         {
2743             Text [ en-US ] = "The price";
2744         };
2745     };
2747     Resource ANALYSIS_Oddfprice
2748     {
2749         String 1    // description Oddfprice
2750         {
2751             Text [ en-US ] = "Returns the price per $100 face value of a security with an odd first period";
2752         };
2754         String 2 // name of parameter 1         Oddfprice
2755         {
2756             Text [ en-US ] = "Settlement";
2757         };
2759         String 3 // description of parameter 1  Oddfprice
2760         {
2761             Text [ en-US ] = "The settlement";
2762         };
2764         String 4 // name of parameter 2         Oddfprice
2765         {
2766             Text [ en-US ] = "Maturity";
2767         };
2769         String 5 // description of parameter 2  Oddfprice
2770         {
2771             Text [ en-US ] = "The maturity";
2772         };
2774         String 6 // name of parameter 3         Oddfprice
2775         {
2776             Text [ en-US ] = "Issue";
2777         };
2779         String 7 // description of parameter 3  Oddfprice
2780         {
2781             Text [ en-US ] = "The issue date";
2782         };
2784         String 8 // name of parameter 4         Oddfprice
2785         {
2786             Text [ en-US ] = "First coupon";
2787         };
2789         String 9 // description of parameter 4  Oddfprice
2790         {
2791             Text [ en-US ] = "The first coupon date";
2792         };
2794         String 10 // name of parameter 5        Oddfprice
2795         {
2796             Text [ en-US ] = "Rate";
2797         };
2799         String 11 // description of parameter 5 Oddfprice
2800         {
2801             Text [ en-US ] = "The rate";
2802         };
2804         String 12 // name of parameter 6        Oddfprice
2805         {
2806             Text [ en-US ] = "Yield";
2807         };
2809         String 13 // description of parameter 6 Oddfprice
2810         {
2811             Text [ en-US ] = "The yield";
2812         };
2814         String 14 // name of parameter 7        Oddfprice
2815         {
2816             Text [ en-US ] = "Redemption";
2817         };
2819         String 15 // description of parameter 7 Oddfprice
2820         {
2821             Text [ en-US ] = "The redemption value";
2822         };
2824         String 16 // name of parameter 8        Oddfprice
2825         {
2826             Text [ en-US ] = "Frequency";
2827         };
2829         String 17 // description of parameter 8 Oddfprice
2830         {
2831             Text [ en-US ] = "The frequency";
2832         };
2834         String 18 // name of parameter 9        Oddfprice
2835         {
2836             Text [ en-US ] = "Basis";
2837         };
2839         String 19 // description of parameter 9 Oddfprice
2840         {
2841             Text [ en-US ] = "The basis";
2842         };
2843     };
2845     Resource ANALYSIS_Oddfyield
2846     {
2847         String 1    // description Oddfyield
2848         {
2849             Text [ en-US ] = "Returns the yield of a security with an odd first period";
2850         };
2852         String 2 // name of parameter 1         Oddfyield
2853         {
2854             Text [ en-US ] = "Settlement";
2855         };
2857         String 3 // description of parameter 1  Oddfyield
2858         {
2859             Text [ en-US ] = "The settlement";
2860         };
2862         String 4 // name of parameter 2         Oddfyield
2863         {
2864             Text [ en-US ] = "Maturity";
2865         };
2867         String 5 // description of parameter 2  Oddfyield
2868         {
2869             Text [ en-US ] = "The maturity";
2870         };
2872         String 6 // name of parameter 3         Oddfyield
2873         {
2874             Text [ en-US ] = "Issue";
2875         };
2877         String 7 // description of parameter 3  Oddfyield
2878         {
2879             Text [ en-US ] = "The issue date";
2880         };
2882         String 8 // name of parameter 4         Oddfyield
2883         {
2884             Text [ en-US ] = "First coupon";
2885         };
2887         String 9 // description of parameter 4  Oddfyield
2888         {
2889             Text [ en-US ] = "The first coupon date";
2890         };
2892         String 10 // name of parameter 5        Oddfyield
2893         {
2894             Text [ en-US ] = "Rate";
2895         };
2897         String 11 // description of parameter 5 Oddfyield
2898         {
2899             Text [ en-US ] = "The rate";
2900         };
2902         String 12 // name of parameter 6        Oddfyield
2903         {
2904             Text [ en-US ] = "Price";
2905         };
2907         String 13 // description of parameter 6 Oddfyield
2908         {
2909             Text [ en-US ] = "The price";
2910         };
2912         String 14 // name of parameter 7        Oddfyield
2913         {
2914             Text [ en-US ] = "Redemption";
2915         };
2917         String 15 // description of parameter 7 Oddfyield
2918         {
2919             Text [ en-US ] = "The redemption value";
2920         };
2922         String 16 // name of parameter 8        Oddfyield
2923         {
2924             Text [ en-US ] = "Frequency";
2925         };
2927         String 17 // description of parameter 8 Oddfyield
2928         {
2929             Text [ en-US ] = "The frequency";
2930         };
2932         String 18 // name of parameter 9        Oddfyield
2933         {
2934             Text [ en-US ] = "Basis";
2935         };
2937         String 19 // description of parameter 9 Oddfyield
2938         {
2939             Text [ en-US ] = "The basis";
2940         };
2941     };
2943     Resource ANALYSIS_Oddlprice
2944     {
2945         String 1    // description Oddlprice
2946         {
2947             Text [ en-US ] = "Returns the price per $100 face value of a security with an odd last period";
2948         };
2950         String 2 // name of parameter 1         Oddlprice
2951         {
2952             Text [ en-US ] = "Settlement";
2953         };
2955         String 3 // description of parameter 1  Oddlprice
2956         {
2957             Text [ en-US ] = "The settlement";
2958         };
2960         String 4 // name of parameter 2         Oddlprice
2961         {
2962             Text [ en-US ] = "Maturity";
2963         };
2965         String 5 // description of parameter 2  Oddlprice
2966         {
2967             Text [ en-US ] = "The maturity";
2968         };
2970         String 6 // name of parameter 3         Oddlprice
2971         {
2972             Text [ en-US ] = "Last interest";
2973         };
2975         String 7 // description of parameter 3  Oddlprice
2976         {
2977             Text [ en-US ] = "The last interest date";
2978         };
2980         String 8 // name of parameter 4         Oddlprice
2981         {
2982             Text [ en-US ] = "Rate";
2983         };
2985         String 9 // description of parameter 4  Oddlprice
2986         {
2987             Text [ en-US ] = "The rate";
2988         };
2990         String 10 // name of parameter 5        Oddlprice
2991         {
2992             Text [ en-US ] = "Yield";
2993         };
2995         String 11 // description of parameter 5 Oddlprice
2996         {
2997             Text [ en-US ] = "The yield";
2998         };
3000         String 12 // name of parameter 6        Oddlprice
3001         {
3002             Text [ en-US ] = "Redemption";
3003         };
3005         String 13 // description of parameter 6 Oddlprice
3006         {
3007             Text [ en-US ] = "The redemption value";
3008         };
3010         String 14 // name of parameter 7        Oddlprice
3011         {
3012             Text [ en-US ] = "Frequency";
3013         };
3015         String 15 // description of parameter 7 Oddlprice
3016         {
3017             Text [ en-US ] = "The frequency";
3018         };
3020         String 16 // name of parameter 8        Oddlprice
3021         {
3022             Text [ en-US ] = "Basis";
3023         };
3025         String 17 // description of parameter 8 Oddlprice
3026         {
3027             Text [ en-US ] = "The basis";
3028         };
3029     };
3031     Resource ANALYSIS_Oddlyield
3032     {
3033         String 1    // description Oddlyield
3034         {
3035             Text [ en-US ] = "Returns the yield of a security with an odd last period";
3036         };
3038         String 2 // name of parameter 1         Oddlyield
3039         {
3040             Text [ en-US ] = "Settlement";
3041         };
3043         String 3 // description of parameter 1  Oddlyield
3044         {
3045             Text [ en-US ] = "The settlement";
3046         };
3048         String 4 // name of parameter 2         Oddlyield
3049         {
3050             Text [ en-US ] = "Maturity";
3051         };
3053         String 5 // description of parameter 2  Oddlyield
3054         {
3055             Text [ en-US ] = "The maturity";
3056         };
3058         String 6 // name of parameter 3         Oddlyield
3059         {
3060             Text [ en-US ] = "Last interest";
3061         };
3063         String 7 // description of parameter 3  Oddlyield
3064         {
3065             Text [ en-US ] = "The last interest date";
3066         };
3068         String 8 // name of parameter 4         Oddlyield
3069         {
3070             Text [ en-US ] = "Rate";
3071         };
3073         String 9 // description of parameter 4  Oddlyield
3074         {
3075             Text [ en-US ] = "The rate";
3076         };
3078         String 10 // name of parameter 5        Oddlyield
3079         {
3080             Text [ en-US ] = "Price";
3081         };
3083         String 11 // description of parameter 5 Oddlyield
3084         {
3085             Text [ en-US ] = "The price";
3086         };
3088         String 12 // name of parameter 6        Oddlyield
3089         {
3090             Text [ en-US ] = "Redemption";
3091         };
3093         String 13 // description of parameter 6 Oddlyield
3094         {
3095             Text [ en-US ] = "The redemption value";
3096         };
3098         String 14 // name of parameter 7        Oddlyield
3099         {
3100             Text [ en-US ] = "Frequency";
3101         };
3103         String 15 // description of parameter 7 Oddlyield
3104         {
3105             Text [ en-US ] = "The frequency";
3106         };
3108         String 16 // name of parameter 8        Oddlyield
3109         {
3110             Text [ en-US ] = "Basis";
3111         };
3113         String 17 // description of parameter 8 Oddlyield
3114         {
3115             Text [ en-US ] = "The basis";
3116         };
3117     };
3119     Resource ANALYSIS_Xirr
3120     {
3121         String 1    // description Xirr
3122         {
3123             Text [ en-US ] = "Returns the internal rate of return for a non-periodic schedule of payments";
3124         };
3126         String 2 // name of parameter 1         Xirr
3127         {
3128             Text [ en-US ] = "Values";
3129         };
3131         String 3 // description of parameter 1  Xirr
3132         {
3133             Text [ en-US ] = "The values";
3134         };
3136         String 4 // name of parameter 2         Xirr
3137         {
3138             Text [ en-US ] = "Dates";
3139         };
3141         String 5 // description of parameter 2  Xirr
3142         {
3143             Text [ en-US ] = "The dates";
3144         };
3146         String 6 // name of parameter 3         Xirr
3147         {
3148             Text [ en-US ] = "Guess";
3149         };
3151         String 7 // description of parameter 3  Xirr
3152         {
3153             Text [ en-US ] = "The guess";
3154         };
3155     };
3157     Resource ANALYSIS_Xnpv
3158     {
3159         String 1    // description Xnpv
3160         {
3161             Text [ en-US ] = "Returns the net present value for a non-periodic schedule of payments";
3162         };
3164         String 2 // name of parameter 1         Xnpv
3165         {
3166             Text [ en-US ] = "Rate";
3167         };
3169         String 3 // description of parameter 1  Xnpv
3170         {
3171             Text [ en-US ] = "The rate";
3172         };
3174         String 4 // name of parameter 2         Xnpv
3175         {
3176             Text [ en-US ] = "Values";
3177         };
3179         String 5 // description of parameter 2  Xnpv
3180         {
3181             Text [ en-US ] = "The values";
3182         };
3184         String 6 // name of parameter 3         Xnpv
3185         {
3186             Text [ en-US ] = "Dates";
3187         };
3189         String 7 // description of parameter 3  Xnpv
3190         {
3191             Text [ en-US ] = "The dates";
3192         };
3193     };
3195     Resource ANALYSIS_Intrate
3196     {
3197         String 1    // description Intrate
3198         {
3199             Text [ en-US ] = "Returns the interest rate for a fully invested security";
3200         };
3202         String 2 // name of parameter 1         Intrate
3203         {
3204             Text [ en-US ] = "Settlement";
3205         };
3207         String 3 // description of parameter 1  Intrate
3208         {
3209             Text [ en-US ] = "The settlement";
3210         };
3212         String 4 // name of parameter 2         Intrate
3213         {
3214             Text [ en-US ] = "Maturity";
3215         };
3217         String 5 // description of parameter 2  Intrate
3218         {
3219             Text [ en-US ] = "The maturity";
3220         };
3222         String 6 // name of parameter 3         Intrate
3223         {
3224             Text [ en-US ] = "Investment";
3225         };
3227         String 7 // description of parameter 3  Intrate
3228         {
3229             Text [ en-US ] = "The investment";
3230         };
3232         String 8 // name of parameter 4         Intrate
3233         {
3234             Text [ en-US ] = "Redemption";
3235         };
3237         String 9 // description of parameter 4  Intrate
3238         {
3239             Text [ en-US ] = "The redemption value";
3240         };
3242         String 10 // name of parameter 5        Intrate
3243         {
3244             Text [ en-US ] = "Basis";
3245         };
3247         String 11 // description of parameter 5 Intrate
3248         {
3249             Text [ en-US ] = "The basis";
3250         };
3251     };
3253     Resource ANALYSIS_Coupncd
3254     {
3255         String 1    // description Coupncd
3256         {
3257             Text [ en-US ] = "Returns the first coupon date after the settlement date";
3258         };
3260         String 2 // name of parameter 1         Coupncd
3261         {
3262             Text [ en-US ] = "Settlement";
3263         };
3265         String 3 // description of parameter 1  Coupncd
3266         {
3267             Text [ en-US ] = "The settlement";
3268         };
3270         String 4 // name of parameter 2         Coupncd
3271         {
3272             Text [ en-US ] = "Maturity";
3273         };
3275         String 5 // description of parameter 2  Coupncd
3276         {
3277             Text [ en-US ] = "The maturity";
3278         };
3280         String 6 // name of parameter 3         Coupncd
3281         {
3282             Text [ en-US ] = "Frequency";
3283         };
3285         String 7 // description of parameter 3  Coupncd
3286         {
3287             Text [ en-US ] = "The frequency";
3288         };
3290         String 8 // name of parameter 4         Coupncd
3291         {
3292             Text [ en-US ] = "Basis";
3293         };
3295         String 9 // description of parameter 4  Coupncd
3296         {
3297             Text [ en-US ] = "The basis";
3298         };
3299     };
3301     Resource ANALYSIS_Coupdays
3302     {
3303         String 1    // description Coupdays
3304         {
3305             Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3306         };
3308         String 2 // name of parameter 1         Coupdays
3309         {
3310             Text [ en-US ] = "Settlement";
3311         };
3313         String 3 // description of parameter 1  Coupdays
3314         {
3315             Text [ en-US ] = "The settlement";
3316         };
3318         String 4 // name of parameter 2         Coupdays
3319         {
3320             Text [ en-US ] = "Maturity";
3321         };
3323         String 5 // description of parameter 2  Coupdays
3324         {
3325             Text [ en-US ] = "The maturity";
3326         };
3328         String 6 // name of parameter 3         Coupdays
3329         {
3330             Text [ en-US ] = "Frequency";
3331         };
3333         String 7 // description of parameter 3  Coupdays
3334         {
3335             Text [ en-US ] = "The frequency";
3336         };
3338         String 8 // name of parameter 4         Coupdays
3339         {
3340             Text [ en-US ] = "Basis";
3341         };
3343         String 9 // description of parameter 4  Coupdays
3344         {
3345             Text [ en-US ] = "The basis";
3346         };
3347     };
3349     Resource ANALYSIS_Coupdaysnc
3350     {
3351         String 1    // description Coupdaysnc
3352         {
3353             Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3354         };
3356         String 2 // name of parameter 1         Coupdaysnc
3357         {
3358             Text [ en-US ] = "Settlement";
3359         };
3361         String 3 // description of parameter 1  Coupdaysnc
3362         {
3363             Text [ en-US ] = "The settlement";
3364         };
3366         String 4 // name of parameter 2         Coupdaysnc
3367         {
3368             Text [ en-US ] = "Maturity";
3369         };
3371         String 5 // description of parameter 2  Coupdaysnc
3372         {
3373             Text [ en-US ] = "The maturity";
3374         };
3376         String 6 // name of parameter 3         Coupdaysnc
3377         {
3378             Text [ en-US ] = "Frequency";
3379         };
3381         String 7 // description of parameter 3  Coupdaysnc
3382         {
3383             Text [ en-US ] = "The frequency";
3384         };
3386         String 8 // name of parameter 4         Coupdaysnc
3387         {
3388             Text [ en-US ] = "Basis";
3389         };
3391         String 9 // description of parameter 4  Coupdaysnc
3392         {
3393             Text [ en-US ] = "The basis";
3394         };
3395     };
3397     Resource ANALYSIS_Coupdaybs
3398     {
3399         String 1    // description Coupdaybs
3400         {
3401             Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
3402         };
3404         String 2 // name of parameter 1         Coupdaybs
3405         {
3406             Text [ en-US ] = "Settlement";
3407         };
3409         String 3 // description of parameter 1  Coupdaybs
3410         {
3411             Text [ en-US ] = "The settlement";
3412         };
3414         String 4 // name of parameter 2         Coupdaybs
3415         {
3416             Text [ en-US ] = "Maturity";
3417         };
3419         String 5 // description of parameter 2  Coupdaybs
3420         {
3421             Text [ en-US ] = "The maturity";
3422         };
3424         String 6 // name of parameter 3         Coupdaybs
3425         {
3426             Text [ en-US ] = "Frequency";
3427         };
3429         String 7 // description of parameter 3  Coupdaybs
3430         {
3431             Text [ en-US ] = "The frequency";
3432         };
3434         String 8 // name of parameter 4         Coupdaybs
3435         {
3436             Text [ en-US ] = "Basis";
3437         };
3439         String 9 // description of parameter 4  Coupdaybs
3440         {
3441             Text [ en-US ] = "The basis";
3442         };
3443     };
3445     Resource ANALYSIS_Couppcd
3446     {
3447         String 1    // description Couppcd
3448         {
3449             Text [ en-US ] = "Returns the last coupon date preceding the settlement date";
3450         };
3452         String 2 // name of parameter 1         Couppcd
3453         {
3454             Text [ en-US ] = "Settlement";
3455         };
3457         String 3 // description of parameter 1  Couppcd
3458         {
3459             Text [ en-US ] = "The settlement";
3460         };
3462         String 4 // name of parameter 2         Couppcd
3463         {
3464             Text [ en-US ] = "Maturity";
3465         };
3467         String 5 // description of parameter 2  Couppcd
3468         {
3469             Text [ en-US ] = "The maturity";
3470         };
3472         String 6 // name of parameter 3         Couppcd
3473         {
3474             Text [ en-US ] = "Frequency";
3475         };
3477         String 7 // description of parameter 3  Couppcd
3478         {
3479             Text [ en-US ] = "The frequency";
3480         };
3482         String 8 // name of parameter 4         Couppcd
3483         {
3484             Text [ en-US ] = "Basis";
3485         };
3487         String 9 // description of parameter 4  Couppcd
3488         {
3489             Text [ en-US ] = "The basis";
3490         };
3491     };
3493     Resource ANALYSIS_Coupnum
3494     {
3495         String 1    // description Coupnum
3496         {
3497             Text [ en-US ] = "Returns the number of coupons payable between the settlement and maturity dates";
3498         };
3500         String 2 // name of parameter 1         Coupnum
3501         {
3502             Text [ en-US ] = "Settlement";
3503         };
3505         String 3 // description of parameter 1  Coupnum
3506         {
3507             Text [ en-US ] = "The settlement";
3508         };
3510         String 4 // name of parameter 2         Coupnum
3511         {
3512             Text [ en-US ] = "Maturity";
3513         };
3515         String 5 // description of parameter 2  Coupnum
3516         {
3517             Text [ en-US ] = "The maturity";
3518         };
3520         String 6 // name of parameter 3         Coupnum
3521         {
3522             Text [ en-US ] = "Frequency";
3523         };
3525         String 7 // description of parameter 3  Coupnum
3526         {
3527             Text [ en-US ] = "The frequency";
3528         };
3530         String 8 // name of parameter 4         Coupnum
3531         {
3532             Text [ en-US ] = "Basis";
3533         };
3535         String 9 // description of parameter 4  Coupnum
3536         {
3537             Text [ en-US ] = "The basis";
3538         };
3539     };
3541     Resource ANALYSIS_Fvschedule
3542     {
3543         String 1    // description Fvschedule
3544         {
3545             Text [ en-US ] = "Returns the future value of the initial principal after a series of compound interest rates are applied";
3546         };
3548         String 2 // name of parameter 1         Fvschedule
3549         {
3550             Text [ en-US ] = "Principal";
3551         };
3553         String 3 // description of parameter 1  Fvschedule
3554         {
3555             Text [ en-US ] = "The principal";
3556         };
3558         String 4 // name of parameter 2         Fvschedule
3559         {
3560             Text [ en-US ] = "Schedule";
3561         };
3563         String 5 // description of parameter 2  Fvschedule
3564         {
3565             Text [ en-US ] = "The schedule";
3566         };
3567     };