Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / scaddins / source / analysis / analysis.src
blob8e81e3e3010c58cf4661dd0e72d51d852610ab3c
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  ************************************************************************/
28 #include "analysis.hrc"
30 Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
32     Resource ANALYSIS_Workday
33     {
34         String 1    // description Workday
35         {
36             Text [ en-US ] = "Returns the serial number of the date before or after a specified number of workdays";
37         };
39         String 2 // name of parameter 1         Workday
40         {
41             Text [ en-US ] = "Start date";
42         };
44         String 3 // description of parameter 1  Workday
45         {
46             Text [ en-US ] = "The start date";
47         };
49         String 4 // name of parameter 2         Workday
50         {
51             Text [ en-US ] = "Days";
52         };
54         String 5 // description of parameter 2  Workday
55         {
56             Text [ en-US ] = "The number of workdays before or after the start date";
57         };
59         String 6 // name of parameter 3         Workday
60         {
61             Text [ en-US ] = "Holidays";
62         };
64         String 7 // description of parameter 3  Workday
65         {
66             Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
67         };
68     };
70     Resource ANALYSIS_Yearfrac
71     {
72         String 1    // description Yearfrac
73         {
74             Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year fraction";
75         };
77         String 2 // name of parameter 1         Yearfrac
78         {
79             Text [ en-US ] = "Start date";
80         };
82         String 3 // description of parameter 1  Yearfrac
83         {
84             Text [ en-US ] = "The start date";
85         };
87         String 4 // name of parameter 2         Yearfrac
88         {
89             Text [ en-US ] = "End date";
90         };
92         String 5 // description of parameter 2  Yearfrac
93         {
94             Text [ en-US ] = "The end date";
95         };
97         String 6 // name of parameter 3         Yearfrac
98         {
99             Text [ en-US ] = "Basis";
100         };
102         String 7 // description of parameter 3  Yearfrac
103         {
104             Text [ en-US ] = "Basis for determining the interest days";
105         };
106     };
108     Resource ANALYSIS_Edate
109     {
110         String 1    // description Edate
111         {
112             Text [ en-US ] = "Returns the serial number of the date that is a specified number of months before or after the start date";
113         };
115         String 2 // name of parameter 1         Edate
116         {
117             Text [ en-US ] = "Start date";
118         };
120         String 3 // description of parameter 1  Edate
121         {
122             Text [ en-US ] = "The start date";
123         };
125         String 4 // name of parameter 2         Edate
126         {
127             Text [ en-US ] = "Months";
128         };
130         String 5 // description of parameter 2  Edate
131         {
132             Text [ en-US ] = "Number of months before or after the start date";
133         };
134     };
136     Resource ANALYSIS_Weeknum
137     {
138         String 1    // description Weeknum_add
139         {
140             Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
141         };
143         String 2 // name of parameter 1         Weeknum_add
144         {
145             Text [ en-US ] = "Date";
146         };
148         String 3 // description of parameter 1  Weeknum_add
149         {
150             Text [ en-US ] = "The date";
151         };
153         String 4 // name of parameter 2         Weeknum_add
154         {
155             Text [ en-US ] = "Return type";
156         };
158         String 5 // description of parameter 2  Weeknum_add
159         {
160             Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins";
161         };
162     };
164     Resource ANALYSIS_Eomonth
165     {
166         String 1    // description EoMonth
167         {
168             Text[ en-US ] = "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date";
169         };
171         String 2 // name of parameter 1         EoMonth
172         {
173             Text [ en-US ] = "Start date";
174         };
176         String 3 // description of parameter 1  EoMonth
177         {
178             Text [ en-US ] = "The start date";
179         };
181         String 4 // name of parameter 2         EoMonth
182         {
183             Text [ en-US ] = "Months";
184         };
186         String 5 // description of parameter 2  EoMonth
187         {
188             Text [ en-US ] = "Number of months before or after the start date";
189         };
190     };
192     Resource ANALYSIS_Networkdays
193     {
194         String 1    // description Networkdays
195         {
196             Text [ en-US ] = "Returns the number of workdays between two dates";
197         };
199         String 2 // name of parameter 1         Networkdays
200         {
201             Text [ en-US ] = "Start date";
202         };
204         String 3 // description of parameter 1  Networkdays
205         {
206             Text [ en-US ] = "The start date";
207         };
209         String 4 // name of parameter 2         Networkdays
210         {
211             Text [ en-US ] = "End date";
212         };
214         String 5 // description of parameter 2  Networkdays
215         {
216             Text [ en-US ] = "The end date";
217         };
219         String 6 // name of parameter 3         Networkdays
220         {
221             Text [ en-US ] = "Holidays";
222         };
224         String 7 // description of parameter 3  Networkdays
225         {
226             Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
227         };
228     };
230     Resource ANALYSIS_Iseven
231     {
232         String 1    // description Iseven_add
233         {
234             Text [ en-US ] = "Returns the value 'true' if the number is even";
235         };
237         String 2 // name of parameter 1         Iseven_add
238         {
239             Text [ en-US ] = "Number";
240         };
242         String 3 // description of parameter 1  Iseven_add
243         {
244             Text [ en-US ] = "The number";
245         };
246     };
248     Resource ANALYSIS_Isodd
249     {
250         String 1    // description Isodd_add
251         {
252             Text [ en-US ] = "Returns the value 'true' if the number is odd";
253         };
255         String 2 // name of parameter 1         Isodd_add
256         {
257             Text [ en-US ] = "Number";
258         };
260         String 3 // description of parameter 1  Isodd_add
261         {
262             Text [ en-US ] = "The number";
263         };
264     };
266     Resource ANALYSIS_Multinomial
267     {
268         String 1    // description Multinomial
269         {
270             Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
271         };
273         String 2 // name of parameter 1         Multinomial
274         {
275             Text [ en-US ] = "Number(s)";
276         };
278         String 3 // description of parameter 1  Multinomial
279         {
280             Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
281         };
282     };
284     Resource ANALYSIS_Seriessum
285     {
286         String 1    // description Seriessum
287         {
288             Text [ en-US ] = "Returns the sum of a power series";
289         };
291         String 2 // name of parameter 1         Seriessum
292         {
293             Text [ en-US ] = "X";
294         };
296         String 3 // description of parameter 1  Seriessum
297         {
298             Text [ en-US ] = "The independent variable of the power series";
299         };
301         String 4 // name of parameter 2         Seriessum
302         {
303             Text [ en-US ] = "N";
304         };
306         String 5 // description of parameter 2  Seriessum
307         {
308             Text [ en-US ] = "The initial power to which x is to be raised";
309         };
311         String 6 // name of parameter 3         Seriessum
312         {
313             Text [ en-US ] = "M";
314         };
316         String 7 // description of parameter 3  Seriessum
317         {
318             Text [ en-US ] = "The increment by which to increase n for each term in the series";
319         };
321         String 8 // name of parameter 4         Seriessum
322         {
323             Text [ en-US ] = "Coefficients";
324         };
326         String 9 // description of parameter 4  Seriessum
327         {
328             Text [ en-US ] = "Set of coefficients by which each successive power of the variable x is multiplied";
329         };
330     };
332     Resource ANALYSIS_Quotient
333     {
334         String 1    // description Quotient
335         {
336             Text [ en-US ] = "Returns the integer portion of a division";
337         };
339         String 2 // name of parameter 1         Quotient
340         {
341             Text [ en-US ] = "Numerator";
342         };
344         String 3 // description of parameter 1  Quotient
345         {
346             Text [ en-US ] = "The dividend";
347         };
349         String 4 // name of parameter 2         Quotient
350         {
351             Text [ en-US ] = "Denominator";
352         };
354         String 5 // description of parameter 2  Quotient
355         {
356             Text [ en-US ] = "The divisor";
357         };
358     };
360     Resource ANALYSIS_Mround
361     {
362         String 1    // description Mround
363         {
364             Text [ en-US ] = "Returns a number rounded to a specified multiple";
365         };
367         String 2 // name of parameter 1         Mround
368         {
369             Text [ en-US ] = "Number";
370         };
372         String 3 // description of parameter 1  Mround
373         {
374             Text [ en-US ] = "The number to round off";
375         };
377         String 4 // name of parameter 2         Mround
378         {
379             Text [ en-US ] = "Multiple";
380         };
382         String 5 // description of parameter 2  Mround
383         {
384             Text [ en-US ] = "The multiple to which you want to round number";
385         };
386     };
388     Resource ANALYSIS_Sqrtpi
389     {
390         String 1    // description SqrtPI
391         {
392             Text [ en-US ] = "Returns the square root of a number which has been multiplied by pi";
393         };
395         String 2 // name of parameter 1         SqrtPI
396         {
397             Text [ en-US ] = "Number";
398         };
400         String 3 // description of parameter 1  SqrtPI
401         {
402             Text [ en-US ] = "The number by which pi is multiplied";
403         };
404     };
406     Resource ANALYSIS_Randbetween
407     {
408         String 1    // description Randbetween
409         {
410             Text [ en-US ] = "Returns a random integer between the numbers you specify";
411         };
413         String 2 // name of parameter 1         Randbetween
414         {
415             Text [ en-US ] = "Bottom";
416         };
418         String 3 // description of parameter 1  Randbetween
419         {
420             Text [ en-US ] = "The smallest integer returned";
421         };
423         String 4 // name of parameter 2         Randbetween
424         {
425             Text [ en-US ] = "Top";
426         };
428         String 5 // description of parameter 2  Randbetween
429         {
430             Text [ en-US ] = "The largest integer returned";
431         };
432     };
434     Resource ANALYSIS_Gcd
435     {
436         String 1    // description Gcd_add
437         {
438             Text [ en-US ] = "Returns the greatest common divisor";
439         };
441         String 2 // name of parameter 1         Gcd_add
442         {
443             Text [ en-US ] = "Number(s)";
444         };
446         String 3 // description of parameter 1  Gcd_add
447         {
448             Text [ en-US ] = "Number or list of numbers";
449         };
450     };
452     Resource ANALYSIS_Lcm
453     {
454         String 1    // description Lcm_add
455         {
456             Text [ en-US ] = "Returns the least common multiple";
457         };
459         String 2 // name of parameter 1         Lcm_add
460         {
461             Text [ en-US ] = "Number(s)";
462         };
464         String 3 // description of parameter 1  Lcm_add
465         {
466             Text [ en-US ] = "Number or list of numbers";
467         };
468     };
470     Resource ANALYSIS_Besseli
471     {
472         String 1    // description BesselI
473         {
474             Text [ en-US ] = "Returns the modified Bessel function In(x)";
475         };
477         String 2 // name of parameter 1         BesselI
478         {
479             Text [ en-US ] = "X";
480         };
482         String 3 // description of parameter 1  BesselI
483         {
484             Text [ en-US ] = "The value at which the function is to be evaluated";
485         };
487         String 4 // name of parameter 2         BesselI
488         {
489             Text [ en-US ] = "N";
490         };
492         String 5 // description of parameter 2  BesselI
493         {
494             Text [ en-US ] = "The order of the Bessel function";
495         };
496     };
498     Resource ANALYSIS_Besselj
499     {
500         String 1    // description BesselJ
501         {
502             Text [ en-US ] = "Returns the Bessel function Jn(x)";
503         };
505         String 2 // name of parameter 1         BesselJ
506         {
507             Text [ en-US ] = "X";
508         };
510         String 3 // description of parameter 1  BesselJ
511         {
512             Text [ en-US ] = "The value at which the function is to be evaluated";
513         };
515         String 4 // name of parameter 2         BesselJ
516         {
517             Text [ en-US ] = "N";
518         };
520         String 5 // description of parameter 2  BesselJ
521         {
522             Text [ en-US ] = "The order of the Bessel function";
523         };
524     };
526     Resource ANALYSIS_Besselk
527     {
528         String 1    // description BesselK
529         {
530             Text [ en-US ] = "Returns the Bessel function Kn(x)";
531         };
533         String 2 // name of parameter 1         BesselK
534         {
535             Text [ en-US ] = "X";
536         };
538         String 3 // description of parameter 1  BesselK
539         {
540             Text [ en-US ] = "The value at which the function is to be evaluated";
541         };
543         String 4 // name of parameter 2         BesselK
544         {
545             Text [ en-US ] = "N";
546         };
548         String 5 // description of parameter 2  BesselK
549         {
550             Text [ en-US ] = "The order of the Bessel function";
551         };
552     };
554     Resource ANALYSIS_Bessely
555     {
556         String 1    // description BesselY
557         {
558             Text [ en-US ] = "Returns the Bessel function Yn(x)";
559         };
561         String 2 // name of parameter 1         BesselY
562         {
563             Text [ en-US ] = "X";
564         };
566         String 3 // description of parameter 1  BesselY
567         {
568             Text [ en-US ] = "The value at which the function is to be evaluated";
569         };
571         String 4 // name of parameter 2         BesselY
572         {
573             Text [ en-US ] = "N";
574         };
576         String 5 // description of parameter 2  BesselY
577         {
578             Text [ en-US ] = "The order of the Bessel function";
579         };
580     };
582     Resource ANALYSIS_Bin2Oct
583     {
584         String 1    // description Bin2Oct
585         {
586             Text [ en-US ] = "Converts a binary number to an octal number";
587         };
589         String 2 // name of parameter 1         Bin2Oct
590         {
591             Text [ en-US ] = "Number";
592         };
594         String 3 // description of parameter 1  Bin2Oct
595         {
596             Text [ en-US ] = "The binary number to be converted (as text)";
597         };
599         String 4 // name of parameter 2         Bin2Oct
600         {
601             Text [ en-US ] = "Places";
602         };
604         String 5 // description of parameter 2  Bin2Oct
605         {
606             Text [ en-US ] = "Number of places used";
607         };
608     };
610     Resource ANALYSIS_Bin2Dec
611     {
612         String 1    // description Bin2Dec
613         {
614             Text [ en-US ] = "Converts a binary number to a decimal number";
615         };
617         String 2 // name of parameter 1         Bin2Dec
618         {
619             Text [ en-US ] = "Number";
620         };
622         String 3 // description of parameter 1  Bin2Dec
623         {
624             Text [ en-US ] = "The binary number to be converted (as text)";
625         };
626     };
628     Resource ANALYSIS_Bin2Hex
629     {
630         String 1    // description Bin2Hex
631         {
632             Text [ en-US ] = "Converts a binary number to a hexadecimal number";
633         };
635         String 2 // name of parameter 1         Bin2Hex
636         {
637             Text [ en-US ] = "Number";
638         };
640         String 3 // description of parameter 1  Bin2Hex
641         {
642             Text [ en-US ] = "The binary number to be converted (as text)";
643         };
645         String 4 // name of parameter 2         Bin2Hex
646         {
647             Text [ en-US ] = "Places";
648         };
650         String 5 // description of parameter 2  Bin2Hex
651         {
652             Text [ en-US ] = "Number of places used.";
653         };
654     };
656     Resource ANALYSIS_Oct2Bin
657     {
658         String 1    // description Oct2Bin
659         {
660             Text [ en-US ] = "Converts an octal number to a binary number";
661         };
663         String 2 // name of parameter 1         Oct2Bin
664         {
665             Text [ en-US ] = "Number";
666         };
668         String 3 // description of parameter 1  Oct2Bin
669         {
670             Text [ en-US ] = "The octal number to be converted (as text)";
671         };
673         String 4 // name of parameter 2         Oct2Bin
674         {
675             Text [ en-US ] = "Places";
676         };
678         String 5 // description of parameter 2  Oct2Bin
679         {
680             Text [ en-US ] = "Number of places used";
681         };
682     };
684     Resource ANALYSIS_Oct2Dec
685     {
686         String 1    // description Oct2Dec
687         {
688             Text [ en-US ] = "Converts an octal number to a decimal number";
689         };
691         String 2 // name of parameter 1         Oct2Dec
692         {
693             Text [ en-US ] = "Number";
694         };
696         String 3 // description of parameter 1  Oct2Dec
697         {
698             Text [ en-US ] = "The octal number to be converted (as text)";
699         };
700     };
702     Resource ANALYSIS_Oct2Hex
703     {
704         String 1    // description Oct2Hex
705         {
706             Text [ en-US ] = "Converts an octal number to a hexadecimal number";
707         };
709         String 2 // name of parameter 1         Oct2Hex
710         {
711             Text [ en-US ] = "Number";
712         };
714         String 3 // description of parameter 1  Oct2Hex
715         {
716             Text [ en-US ] = "The octal number to be converted (as text)";
717         };
719         String 4 // name of parameter 2         Oct2Hex
720         {
721             Text [ en-US ] = "Places";
722         };
724         String 5 // description of parameter 2  Oct2Hex
725         {
726             Text [ en-US ] = "Number of places used";
727         };
728     };
730     Resource ANALYSIS_Dec2Bin
731     {
732         String 1    // description Dec2Bin
733         {
734             Text [ en-US ] = "Converts a decimal number to a binary number";
735         };
737         String 2 // name of parameter 1         Dec2Bin
738         {
739             Text [ en-US ] = "Number";
740         };
742         String 3 // description of parameter 1  Dec2Bin
743         {
744             Text [ en-US ] = "The decimal integer to be converted";
745         };
747         String 4 // name of parameter 2         Dec2Bin
748         {
749             Text [ en-US ] = "Places";
750         };
752         String 5 // description of parameter 2  Dec2Bin
753         {
754             Text [ en-US ] = "Number of places used";
755         };
756     };
758     Resource ANALYSIS_Dec2Hex
759     {
760         String 1    // description Dec2Hex
761         {
762             Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
763         };
765         String 2 // name of parameter 1         Dec2Hex
766         {
767             Text [ en-US ] = "Number";
768         };
770         String 3 // description of parameter 1  Dec2Hex
771         {
772             Text [ en-US ] = "The decimal integer to be converted";
773         };
775         String 4 // name of parameter 2         Dec2Hex
776         {
777             Text [ en-US ] = "Places";
778         };
780         String 5 // description of parameter 2  Dec2Hex
781         {
782             Text [ en-US ] = "Number of places used";
783         };
784     };
786     Resource ANALYSIS_Dec2Oct
787     {
788         String 1    // description Dec2Oct
789         {
790             Text [ en-US ] = "Converts a decimal number into an octal number";
791         };
793         String 2 // name of parameter 1         Dec2Oct
794         {
795             Text [ en-US ] = "Number";
796         };
798         String 3 // description of parameter 1  Dec2Oct
799         {
800             Text [ en-US ] = "The decimal number";
801         };
803         String 4 // name of parameter 2         Dec2Oct
804         {
805             Text [ en-US ] = "Places";
806         };
808         String 5 // description of parameter 2  Dec2Oct
809         {
810             Text [ en-US ] = "Number of places used";
811         };
812     };
814     Resource ANALYSIS_Hex2Bin
815     {
816         String 1    // description Hex2Bin
817         {
818             Text [ en-US ] = "Converts a hexadecimal number to a binary number";
819         };
821         String 2 // name of parameter 1         Hex2Bin
822         {
823             Text [ en-US ] = "Number";
824         };
826         String 3 // description of parameter 1  Hex2Bin
827         {
828             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
829         };
831         String 4 // name of parameter 2         Hex2Bin
832         {
833             Text [ en-US ] = "Places";
834         };
836         String 5 // description of parameter 2  Hex2Bin
837         {
838             Text [ en-US ] = "Number of places used";
839         };
840     };
842     Resource ANALYSIS_Hex2Dec
843     {
844         String 1    // description Hex2Dec
845         {
846             Text [ en-US ] = "Converts a hexadecimal number to a decimal number";
847         };
849         String 2 // name of parameter 1         Hex2Dec
850         {
851             Text [ en-US ] = "Number";
852         };
854         String 3 // description of parameter 1  Hex2Dec
855         {
856             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
857         };
858     };
860     Resource ANALYSIS_Hex2Oct
861     {
862         String 1    // description Hex2Oct
863         {
864             Text [ en-US ] = "Converts a hexadecimal number to an octal number";
865         };
867         String 2 // name of parameter 1         Hex2Oct
868         {
869             Text [ en-US ] = "Number";
870         };
872         String 3 // description of parameter 1  Hex2Oct
873         {
874             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
875         };
877         String 4 // name of parameter 2         Hex2Oct
878         {
879             Text [ en-US ] = "Places";
880         };
882         String 5 // description of parameter 2  Hex2Oct
883         {
884             Text [ en-US ] = "Number of places used";
885         };
886     };
888     Resource ANALYSIS_Delta
889     {
890         String 1    // description Delta
891         {
892             Text [ en-US ] = "Tests whether two values are equal";
893         };
895         String 2 // name of parameter 1         Delta
896         {
897             Text [ en-US ] = "Number 1";
898         };
900         String 3 // description of parameter 1  Delta
901         {
902             Text [ en-US ] = "The first number";
903         };
905         String 4 // name of parameter 2         Delta
906         {
907             Text [ en-US ] = "Number 2";
908         };
910         String 5 // description of parameter 2  Delta
911         {
912             Text [ en-US ] = "The second number";
913         };
914     };
916     Resource ANALYSIS_Erf
917     {
918         String 1    // description Erf
919         {
920             Text [ en-US ] = "Returns the error function";
921         };
923         String 2 // name of parameter 1         Erf
924         {
925             Text [ en-US ] = "Lower limit";
926         };
928         String 3 // description of parameter 1  Erf
929         {
930             Text [ en-US ] = "The lower limit for integration";
931         };
933         String 4 // name of parameter 2         Erf
934         {
935             Text [ en-US ] = "Upper limit";
936         };
938         String 5 // description of parameter 2  Erf
939         {
940             Text [ en-US ] = "The upper limit for integration";
941         };
942     };
944     Resource ANALYSIS_Erfc
945     {
946         String 1    // description Erfc
947         {
948             Text [ en-US ] = "Returns the complementary error function";
949         };
951         String 2 // name of parameter 1         Erfc
952         {
953             Text [ en-US ] = "Lower limit";
954         };
956         String 3 // description of parameter 1  Erfc
957         {
958             Text [ en-US ] = "The lower limit for integration";
959         };
960     };
962     Resource ANALYSIS_Gestep
963     {
964         String 1    // description GeStep
965         {
966             Text [ en-US ] = "Tests whether a number is greater than a threshold value";
967         };
969         String 2 // name of parameter 1         GeStep
970         {
971             Text [ en-US ] = "Number";
972         };
974         String 3 // description of parameter 1  GeStep
975         {
976             Text [ en-US ] = "The value to test against step";
977         };
979         String 4 // name of parameter 2         GeStep
980         {
981             Text [ en-US ] = "Step";
982         };
984         String 5 // description of parameter 2  GeStep
985         {
986             Text [ en-US ] = "The threshhold value";
987         };
988     };
990     Resource ANALYSIS_Factdouble
991     {
992         String 1    // description Factdouble
993         {
994             Text [ en-US ] = "Returns the double factorial of Number";
995         };
997         String 2 // name of parameter 1         Factdouble
998         {
999             Text [ en-US ] = "Number";
1000         };
1002         String 3 // description of parameter 1  Factdouble
1003         {
1004             Text [ en-US ] = "The number";
1005         };
1006     };
1008     Resource ANALYSIS_Imabs
1009     {
1010         String 1    // description Imabs
1011         {
1012             Text [ en-US ] = "Returns the absolute value (modulus) of a complex number";
1013         };
1015         String 2 // name of parameter 1         Imabs
1016         {
1017             Text [ en-US ] = "Complex number";
1018         };
1020         String 3 // description of parameter 1  Imabs
1021         {
1022             Text [ en-US ] = "The complex number";
1023         };
1024     };
1026     Resource ANALYSIS_Imaginary
1027     {
1028         String 1    // description Imaginary
1029         {
1030             Text [ en-US ] = "Returns the imaginary coefficient of a complex number";
1031         };
1033         String 2 // name of parameter 1         Imaginary
1034         {
1035             Text [ en-US ] = "Complex number";
1036         };
1038         String 3 // description of parameter 1  Imaginary
1039         {
1040             Text [ en-US ] = "The complex number";
1041         };
1042     };
1044     Resource ANALYSIS_Impower
1045     {
1046         String 1    // description Impower
1047         {
1048             Text [ en-US ] = "Returns a complex number raised to an integer power";
1049         };
1051         String 2 // name of parameter 1         Impower
1052         {
1053             Text [ en-US ] = "Complex number";
1054         };
1056         String 3 // description of parameter 1  Impower
1057         {
1058             Text [ en-US ] = "The complex number";
1059         };
1061         String 4 // name of parameter 2         Impower
1062         {
1063             Text [ en-US ] = "Number";
1064         };
1066         String 5 // description of parameter 2  Impower
1067         {
1068             Text [ en-US ] = "Power to which the complex number is raised";
1069         };
1070     };
1072     Resource ANALYSIS_Imargument
1073     {
1074         String 1    // description Imargument
1075         {
1076             Text [ en-US ] = "Returns the argument theta, an angle expressed in radians";
1077         };
1079         String 2 // name of parameter 1         Imargument
1080         {
1081             Text [ en-US ] = "Complex number";
1082         };
1084         String 3 // description of parameter 1  Imargument
1085         {
1086             Text [ en-US ] = "A complex number";
1087         };
1088     };
1090     Resource ANALYSIS_Imcos
1091     {
1092         String 1    // description Imcos
1093         {
1094             Text [ en-US ] = "Returns the cosine of a complex number";
1095         };
1097         String 2 // name of parameter 1         Imcos
1098         {
1099             Text [ en-US ] = "Complex number";
1100         };
1102         String 3 // description of parameter 1  Imcos
1103         {
1104             Text [ en-US ] = "A complex number";
1105         };
1106     };
1108     Resource ANALYSIS_Imdiv
1109     {
1110         String 1    // description Imdiv
1111         {
1112             Text [ en-US ] = "Returns the quotient of two complex numbers";
1113         };
1115         String 2 // name of parameter 1         Imdiv
1116         {
1117             Text [ en-US ] = "Numerator";
1118         };
1120         String 3 // description of parameter 1  Imdiv
1121         {
1122             Text [ en-US ] = "The dividend";
1123         };
1125         String 4 // name of parameter 2         Imdiv
1126         {
1127             Text [ en-US ] = "Denominator";
1128         };
1130         String 5 // description of parameter 2  Imdiv
1131         {
1132             Text [ en-US ] = "The divisor";
1133         };
1134     };
1136     Resource ANALYSIS_Imexp
1137     {
1138         String 1    // description Imexp
1139         {
1140             Text [ en-US ] = "Returns the algebraic form of the exponential of a complex number";
1141         };
1143         String 2 // name of parameter 1         Imexp
1144         {
1145             Text [ en-US ] = "Complex number";
1146         };
1148         String 3 // description of parameter 1  Imexp
1149         {
1150             Text [ en-US ] = "The complex number";
1151         };
1152     };
1154     Resource ANALYSIS_Imconjugate
1155     {
1156         String 1    // description Imconjugate
1157         {
1158             Text [ en-US ] = "Returns the complex conjugate of a complex number";
1159         };
1161         String 2 // name of parameter 1         Imconjugate
1162         {
1163             Text [ en-US ] = "Complex number";
1164         };
1166         String 3 // description of parameter 1  Imconjugate
1167         {
1168             Text [ en-US ] = "The complex number";
1169         };
1170     };
1172     Resource ANALYSIS_Imln
1173     {
1174         String 1    // description Imln
1175         {
1176             Text [ en-US ] = "Returns the natural logarithm of a complex number";
1177         };
1179         String 2 // name of parameter 1         Imln
1180         {
1181             Text [ en-US ] = "Complex number";
1182         };
1184         String 3 // description of parameter 1  Imln
1185         {
1186             Text [ en-US ] = "The complex number";
1187         };
1188     };
1190     Resource ANALYSIS_Imlog10
1191     {
1192         String 1    // description Imlog10
1193         {
1194             Text [ en-US ] = "Returns the base-10 logarithm of a complex number";
1195         };
1197         String 2 // name of parameter 1         Imlog10
1198         {
1199             Text [ en-US ] = "Complex number";
1200         };
1202         String 3 // description of parameter 1  Imlog10
1203         {
1204             Text [ en-US ] = "The complex number";
1205         };
1206     };
1208     Resource ANALYSIS_Imlog2
1209     {
1210         String 1    // description Imlog2
1211         {
1212             Text [ en-US ] = "Returns the base-2 logarithm of a complex number";
1213         };
1215         String 2 // name of parameter 1         Imlog2
1216         {
1217             Text [ en-US ] = "Complex number";
1218         };
1220         String 3 // description of parameter 1  Imlog2
1221         {
1222             Text [ en-US ] = "The complex number";
1223         };
1224     };
1226     Resource ANALYSIS_Improduct
1227     {
1228         String 1    // description Improduct
1229         {
1230             Text [ en-US ] = "Returns the product of several complex numbers";
1231         };
1233         String 2 // name of parameter 1         Improduct
1234         {
1235             Text [ en-US ] = "Complex number";
1236         };
1238         String 3 // description of parameter 1  Improduct
1239         {
1240             Text [ en-US ] = "The first complex number";
1241         };
1243         String 4 // name of parameter 2         Improduct
1244         {
1245             Text [ en-US ] = "Complex number";
1246         };
1248         String 5 // description of parameter 2  Improduct
1249         {
1250             Text [ en-US ] = "Another complex number";
1251         };
1252     };
1254     Resource ANALYSIS_Imreal
1255     {
1256         String 1    // description Imreal
1257         {
1258             Text [ en-US ] = "Returns the real coefficient of a complex number";
1259         };
1261         String 2 // name of parameter 1         Imreal
1262         {
1263             Text [ en-US ] = "Complex number";
1264         };
1266         String 3 // description of parameter 1  Imreal
1267         {
1268             Text [ en-US ] = "The complex number";
1269         };
1270     };
1272     Resource ANALYSIS_Imsin
1273     {
1274         String 1    // description Imsin
1275         {
1276             Text [ en-US ] = "Returns the sine of a complex number";
1277         };
1279         String 2 // name of parameter 1         Imsin
1280         {
1281             Text [ en-US ] = "Complex number";
1282         };
1284         String 3 // description of parameter 1  Imsin
1285         {
1286             Text [ en-US ] = "The complex number";
1287         };
1288     };
1290     Resource ANALYSIS_Imsub
1291     {
1292         String 1    // description Imsub
1293         {
1294             Text [ en-US ] = "Returns the difference of two complex numbers";
1295         };
1297         String 2 // name of parameter 1         Imsub
1298         {
1299             Text [ en-US ] = "Complex number 1";
1300         };
1302         String 3 // description of parameter 1  Imsub
1303         {
1304             Text [ en-US ] = "Complex number 1";
1305         };
1307         String 4 // name of parameter 2         Imsub
1308         {
1309             Text [ en-US ] = "Complex number 2";
1310         };
1312         String 5 // description of parameter 2  Imsub
1313         {
1314             Text [ en-US ] = "Complex number 2";
1315         };
1316     };
1318     Resource ANALYSIS_Imsqrt
1319     {
1320         String 1    // description Imsqrt
1321         {
1322             Text [ en-US ] = "Returns the square root of a complex number";
1323         };
1325         String 2 // name of parameter 1         Imsqrt
1326         {
1327             Text [ en-US ] = "Complex number";
1328         };
1330         String 3 // description of parameter 1  Imsqrt
1331         {
1332             Text [ en-US ] = "The complex number";
1333         };
1334     };
1336     Resource ANALYSIS_Imsum
1337     {
1338         String 1    // description Imsum
1339         {
1340             Text [ en-US ] = "Returns the sum of complex numbers";
1341         };
1343         String 2 // name of parameter 1         Imsum
1344         {
1345             Text [ en-US ] = "Complex number";
1346         };
1348         String 3 // description of parameter 1  Imsum
1349         {
1350             Text [ en-US ] = "The complex number";
1351         };
1353     };
1355     Resource ANALYSIS_Imtan
1356     {
1357         String 1    // description Imtan
1358         {
1359             Text [ en-US ] = "Returns the tangent of a complex number";
1360         };
1362         String 2 // name of parameter 1         Imtan
1363         {
1364             Text [ en-US ] = "Complex number";
1365         };
1367         String 3 // description of parameter 1  Imtan
1368         {
1369             Text [ en-US ] = "A complex number";
1370         };
1371     };
1373     Resource ANALYSIS_Imsec
1374     {
1375         String 1    // description Imsec
1376         {
1377             Text [ en-US ] = "Returns the secant of a complex number";
1378         };
1380         String 2 // name of parameter 1         Imsec
1381         {
1382             Text [ en-US ] = "Complex number";
1383         };
1385         String 3 // description of parameter 1  Imsec
1386         {
1387             Text [ en-US ] = "A complex number";
1388         };
1389     };
1391     Resource ANALYSIS_Imcsc
1392     {
1393         String 1    // description Imcsc
1394         {
1395             Text [ en-US ] = "Returns the cosecant of a complex number";
1396         };
1398         String 2 // name of parameter 1         Imcsc
1399         {
1400             Text [ en-US ] = "Complex number";
1401         };
1403         String 3 // description of parameter 1  Imcsc
1404         {
1405             Text [ en-US ] = "A complex number";
1406         };
1407     };
1409     Resource ANALYSIS_Imcot
1410     {
1411         String 1    // description Imcot
1412         {
1413             Text [ en-US ] = "Returns the cotangent of a complex number";
1414         };
1416         String 2 // name of parameter 1         Imcot
1417         {
1418             Text [ en-US ] = "Complex number";
1419         };
1421         String 3 // description of parameter 1  Imcot
1422         {
1423             Text [ en-US ] = "A complex number";
1424         };
1425     };
1427     Resource ANALYSIS_Imsinh
1428     {
1429         String 1    // description Imsinh
1430         {
1431             Text [ en-US ] = "Returns the hyperbolic sine of a complex number";
1432         };
1434         String 2 // name of parameter 1         Imsinh
1435         {
1436             Text [ en-US ] = "Complex number";
1437         };
1439         String 3 // description of parameter 1  Imsinh
1440         {
1441             Text [ en-US ] = "A complex number";
1442         };
1443     };
1445     Resource ANALYSIS_Imcosh
1446     {
1447         String 1    // description Imcosh
1448         {
1449             Text [ en-US ] = "Returns the hyperbolic cosine of a complex number";
1450         };
1452         String 2 // name of parameter 1         Imcosh
1453         {
1454             Text [ en-US ] = "Complex number";
1455         };
1457         String 3 // description of parameter 1  Imcosh
1458         {
1459             Text [ en-US ] = "A complex number";
1460         };
1461     };
1463     Resource ANALYSIS_Imsech
1464     {
1465         String 1    // description Imsech
1466         {
1467             Text [ en-US ] = "Returns the hyperbolic secant of a complex number";
1468         };
1470         String 2 // name of parameter 1         Imsech
1471         {
1472             Text [ en-US ] = "Complex number";
1473         };
1475         String 3 // description of parameter 1  Imsech
1476         {
1477             Text [ en-US ] = "A complex number";
1478         };
1479     };
1481     Resource ANALYSIS_Imcsch
1482     {
1483         String 1    // description Imcsch
1484         {
1485             Text [ en-US ] = "Returns the hyperbolic cosecant of a complex number";
1486         };
1488         String 2 // name of parameter 1         Imcsch
1489         {
1490             Text [ en-US ] = "Complex number";
1491         };
1493         String 3 // description of parameter 1  Imcsch
1494         {
1495             Text [ en-US ] = "A complex number";
1496         };
1497     };
1499     Resource ANALYSIS_Complex
1500     {
1501         String 1    // description Complex
1502         {
1503             Text [ en-US ] = "Converts real and imaginary coefficients into a complex number";
1504         };
1506         String 2 // name of parameter 1         Complex
1507         {
1508             Text [ en-US ] = "Real num";
1509         };
1511         String 3 // description of parameter 1  Complex
1512         {
1513             Text [ en-US ] = "The real coefficient";
1514         };
1516         String 4 // name of parameter 2         Complex
1517         {
1518             Text [ en-US ] = "I num";
1519         };
1521         String 5 // description of parameter 2  Complex
1522         {
1523             Text [ en-US ] = "The imaginary coefficient";
1524         };
1526         String 6 // name of parameter 3         Complex
1527         {
1528             Text [ en-US ] = "Suffix";
1529         };
1531         String 7 // description of parameter 3  Complex
1532         {
1533             Text [ en-US ] = "The suffix";
1534         };
1535     };
1537     Resource ANALYSIS_Convert
1538     {
1539         String 1    // description Convert_add
1540         {
1541             Text [ en-US ] = "Converts a number from one measurement system to another";
1542         };
1544         String 2 // name of parameter 1         Convert_add
1545         {
1546             Text [ en-US ] = "Number";
1547         };
1549         String 3 // description of parameter 1  Convert_add
1550         {
1551             Text [ en-US ] = "The number";
1552         };
1554         String 4 // name of parameter 2         Convert_add
1555         {
1556             Text [ en-US ] = "From unit";
1557         };
1559         String 5 // description of parameter 2  Convert_add
1560         {
1561             Text [ en-US ] = "Unit of measure for number";
1562         };
1564         String 6 // name of parameter 3         Convert_add
1565         {
1566             Text [ en-US ] = "To unit";
1567         };
1569         String 7 // description of parameter 3  Convert_add
1570         {
1571             Text [ en-US ] = "Unit of measure for the result";
1572         };
1573     };
1575     Resource ANALYSIS_Amordegrc
1576     {
1577         String 1    // description Amordegrc
1578         {
1579             Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1580         };
1582         String 2 // name of parameter 1         Amordegrc
1583         {
1584             Text [ en-US ] = "Cost";
1585         };
1587         String 3 // description of parameter 1  Amordegrc
1588         {
1589             Text [ en-US ] = "Cost of the asset";
1590         };
1592         String 4 // name of parameter 2         Amordegrc
1593         {
1594             Text [ en-US ] = "Date purchased";
1595         };
1597         String 5 // description of parameter 2  Amordegrc
1598         {
1599             Text [ en-US ] = "Purchase date of the asset";
1600         };
1602         String 6 // name of parameter 3         Amordegrc
1603         {
1604             Text [ en-US ] = "First period";
1605         };
1607         String 7 // description of parameter 3  Amordegrc
1608         {
1609             Text [ en-US ] = "Date the first period ends";
1610         };
1612         String 8 // name of parameter 4         Amordegrc
1613         {
1614             Text [ en-US ] = "Salvage";
1615         };
1617         String 9 // description of parameter 4  Amordegrc
1618         {
1619             Text [ en-US ] = "Salvage value of an asset at the end of its life";
1620         };
1622         String 10 // name of parameter 5        Amordegrc
1623         {
1624             Text [ en-US ] = "Period";
1625         };
1627         String 11 // description of parameter 5 Amordegrc
1628         {
1629             Text [ en-US ] = "The period";
1630         };
1632         String 12 // name of parameter 6        Amordegrc
1633         {
1634             Text [ en-US ] = "Rate";
1635         };
1637         String 13 // description of parameter 6 Amordegrc
1638         {
1639             Text [ en-US ] = "The rate of depreciation";
1640         };
1642         String 14 // name of parameter 7        Amordegrc
1643         {
1644             Text [ en-US ] = "Basis";
1645         };
1647         String 15 // description of parameter 7 Amordegrc
1648         {
1649             Text [ en-US ] = "The year basis to be used";
1650         };
1651     };
1653     Resource ANALYSIS_Amorlinc
1654     {
1655         String 1    // description Amorlinc
1656         {
1657             Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1658         };
1660         String 2 // name of parameter 1         Amorlinc
1661         {
1662             Text [ en-US ] = "Cost";
1663         };
1665         String 3 // description of parameter 1  Amorlinc
1666         {
1667             Text [ en-US ] = "Cost of the asset";
1668         };
1670         String 4 // name of parameter 2         Amorlinc
1671         {
1672             Text [ en-US ] = "Date purchased";
1673         };
1675         String 5 // description of parameter 2  Amorlinc
1676         {
1677             Text [ en-US ] = "Purchase date of the asset";
1678         };
1680         String 6 // name of parameter 3         Amorlinc
1681         {
1682             Text [ en-US ] = "First period";
1683         };
1685         String 7 // description of parameter 3  Amorlinc
1686         {
1687             Text [ en-US ] = "The date the first period ends";
1688         };
1690         String 8 // name of parameter 4         Amorlinc
1691         {
1692             Text [ en-US ] = "Salvage";
1693         };
1695         String 9 // description of parameter 4  Amorlinc
1696         {
1697             Text [ en-US ] = "The salvage value of an asset at the end of its life";
1698         };
1700         String 10 // name of parameter 5        Amorlinc
1701         {
1702             Text [ en-US ] = "Period";
1703         };
1705         String 11 // description of parameter 5 Amorlinc
1706         {
1707             Text [ en-US ] = "The period";
1708         };
1710         String 12 // name of parameter 6        Amorlinc
1711         {
1712             Text [ en-US ] = "Rate";
1713         };
1715         String 13 // description of parameter 6 Amorlinc
1716         {
1717             Text [ en-US ] = "The rate of depreciation";
1718         };
1720         String 14 // name of parameter 7        Amorlinc
1721         {
1722             Text [ en-US ] = "Basis";
1723         };
1725         String 15 // description of parameter 7 Amorlinc
1726         {
1727             Text [ en-US ] = "The year basis to be used";
1728         };
1729     };
1731     Resource ANALYSIS_Accrint
1732     {
1733         String 1    // description Accrint
1734         {
1735             Text [ en-US ] = "Returns the accrued interest for a security that pays periodic interest";
1736         };
1738         String 2 // name of parameter 1         Accrint
1739         {
1740             Text [ en-US ] = "Issue";
1741         };
1743         String 3 // description of parameter 1  Accrint
1744         {
1745             Text [ en-US ] = "Issue date of the security";
1746         };
1748         String 4 // name of parameter 2         Accrint
1749         {
1750             Text [ en-US ] = "First interest";
1751         };
1753         String 5 // description of parameter 2  Accrint
1754         {
1755             Text [ en-US ] = "First interest date of the security";
1756         };
1758         String 6 // name of parameter 3         Accrint
1759         {
1760             Text [ en-US ] = "Settlement";
1761         };
1763         String 7 // description of parameter 3  Accrint
1764         {
1765             Text [ en-US ] = "The settlement";
1766         };
1768         String 8 // name of parameter 4         Accrint
1769         {
1770             Text [ en-US ] = "Rate";
1771         };
1773         String 9 // description of parameter 4  Accrint
1774         {
1775             Text [ en-US ] = "The rate";
1776         };
1778         String 10 // name of parameter 5        Accrint
1779         {
1780             Text [ en-US ] = "Par";
1781         };
1783         String 11 // description of parameter 5 Accrint
1784         {
1785             Text [ en-US ] = "The par value";
1786         };
1788         String 12 // name of parameter 6        Accrint
1789         {
1790             Text [ en-US ] = "Frequency";
1791         };
1793         String 13 // description of parameter 6 Accrint
1794         {
1795             Text [ en-US ] = "The frequency";
1796         };
1798         String 14 // name of parameter 7        Accrint
1799         {
1800             Text [ en-US ] = "Basis";
1801         };
1803         String 15 // description of parameter 7 Accrint
1804         {
1805             Text [ en-US ] = "The basis";
1806         };
1807     };
1809     Resource ANALYSIS_Accrintm
1810     {
1811         String 1    // description Accrintm
1812         {
1813             Text [ en-US ] = "Returns the accrued interest for a security that pays interest at maturity";
1814         };
1816         String 2 // name of parameter 1         Accrintm
1817         {
1818             Text [ en-US ] = "Issue";
1819         };
1821         String 3 // description of parameter 1  Accrintm
1822         {
1823             Text [ en-US ] = "The issue date";
1824         };
1826         String 4 // name of parameter 2         Accrintm
1827         {
1828             Text [ en-US ] = "Settlement";
1829         };
1831         String 5 // description of parameter 2  Accrintm
1832         {
1833             Text [ en-US ] = "The settlement";
1834         };
1836         String 6 // name of parameter 3         Accrintm
1837         {
1838             Text [ en-US ] = "Rate";
1839         };
1841         String 7 // description of parameter 3  Accrintm
1842         {
1843             Text [ en-US ] = "The rate";
1844         };
1846         String 8 // name of parameter 4         Accrintm
1847         {
1848             Text [ en-US ] = "Par";
1849         };
1851         String 9 // description of parameter 4  Accrintm
1852         {
1853             Text [ en-US ] = "The par value";
1854         };
1856         String 10 // name of parameter 5        Accrintm
1857         {
1858             Text [ en-US ] = "Basis";
1859         };
1861         String 11 // description of parameter 5 Accrintm
1862         {
1863             Text [ en-US ] = "The basis";
1864         };
1865     };
1867     Resource ANALYSIS_Received
1868     {
1869         String 1    // description Received
1870         {
1871             Text [ en-US ] = "Returns the amount paid out at maturity for a fully invested security";
1872         };
1874         String 2 // name of parameter 1         Received
1875         {
1876             Text [ en-US ] = "Settlement";
1877         };
1879         String 3 // description of parameter 1  Received
1880         {
1881             Text [ en-US ] = "The settlement";
1882         };
1884         String 4 // name of parameter 2         Received
1885         {
1886             Text [ en-US ] = "Maturity";
1887         };
1889         String 5 // description of parameter 2  Received
1890         {
1891             Text [ en-US ] = "The maturity";
1892         };
1894         String 6 // name of parameter 3         Received
1895         {
1896             Text [ en-US ] = "Investment";
1897         };
1899         String 7 // description of parameter 3  Received
1900         {
1901             Text [ en-US ] = "The investment";
1902         };
1904         String 8 // name of parameter 4         Received
1905         {
1906             Text [ en-US ] = "Discount";
1907         };
1909         String 9 // description of parameter 4  Received
1910         {
1911             Text [ en-US ] = "The discount";
1912         };
1914         String 10 // name of parameter 5        Received
1915         {
1916             Text [ en-US ] = "Basis";
1917         };
1919         String 11 // description of parameter 5 Received
1920         {
1921             Text [ en-US ] = "The basis";
1922         };
1923     };
1925     Resource ANALYSIS_Disc
1926     {
1927         String 1    // description Disc
1928         {
1929             Text [ en-US ] = "Returns the discount rate for a security";
1930         };
1932         String 2 // name of parameter 1         Disc
1933         {
1934             Text [ en-US ] = "Settlement";
1935         };
1937         String 3 // description of parameter 1  Disc
1938         {
1939             Text [ en-US ] = "The settlement";
1940         };
1942         String 4 // name of parameter 2         Disc
1943         {
1944             Text [ en-US ] = "Maturity";
1945         };
1947         String 5 // description of parameter 2  Disc
1948         {
1949             Text [ en-US ] = "The maturity";
1950         };
1952         String 6 // name of parameter 3         Disc
1953         {
1954             Text [ en-US ] = "Price";
1955         };
1957         String 7 // description of parameter 3  Disc
1958         {
1959             Text [ en-US ] = "The price";
1960         };
1962         String 8 // name of parameter 4         Disc
1963         {
1964             Text [ en-US ] = "Redemption";
1965         };
1967         String 9 // description of parameter 4  Disc
1968         {
1969             Text [ en-US ] = "The redemption value";
1970         };
1972         String 10 // name of parameter 5        Disc
1973         {
1974             Text [ en-US ] = "Basis";
1975         };
1977         String 11 // description of parameter 5 Disc
1978         {
1979             Text [ en-US ] = "The basis";
1980         };
1981     };
1983     Resource ANALYSIS_Duration
1984     {
1985         String 1    // description Duration
1986         {
1987             Text [ en-US ] = "Returns the annual Macaulay duration of a security with periodic interest payments";
1988         };
1990         String 2 // name of parameter 1         Duration
1991         {
1992             Text [ en-US ] = "Settlement";
1993         };
1995         String 3 // description of parameter 1  Duration
1996         {
1997             Text [ en-US ] = "The settlement";
1998         };
2000         String 4 // name of parameter 2         Duration
2001         {
2002             Text [ en-US ] = "Maturity";
2003         };
2005         String 5 // description of parameter 2  Duration
2006         {
2007             Text [ en-US ] = "The maturity";
2008         };
2010         String 6 // name of parameter 3         Duration
2011         {
2012             Text [ en-US ] = "Coupon";
2013         };
2015         String 7 // description of parameter 3  Duration
2016         {
2017             Text [ en-US ] = "The coupon rate";
2018         };
2020         String 8 // name of parameter 4         Duration
2021         {
2022             Text [ en-US ] = "Yield";
2023         };
2025         String 9 // description of parameter 4  Duration
2026         {
2027             Text [ en-US ] = "The yield";
2028         };
2030         String 10 // name of parameter 5        Duration
2031         {
2032             Text [ en-US ] = "Frequency";
2033         };
2035         String 11 // description of parameter 5 Duration
2036         {
2037             Text [ en-US ] = "The frequency";
2038         };
2040         String 12 // name of parameter 6        Duration
2041         {
2042             Text [ en-US ] = "Basis";
2043         };
2045         String 13 // description of parameter 6 Duration
2046         {
2047             Text [ en-US ] = "The basis";
2048         };
2049     };
2051     Resource ANALYSIS_Effect
2052     {
2053         String 1    // description Effect_add
2054         {
2055             Text [ en-US ] = "Returns the effective annual interest rate";
2056         };
2058         String 2 // name of parameter 1         Effect_add
2059         {
2060             Text [ en-US ] = "Nominal rate";
2061         };
2063         String 3 // description of parameter 1  Effect_add
2064         {
2065             Text [ en-US ] = "The nominal rate";
2066         };
2068         String 4 // name of parameter 2         Effect_add
2069         {
2070             Text [ en-US ] = "Npery";
2071         };
2073         String 5 // description of parameter 2  Effect_add
2074         {
2075             Text [ en-US ] = "The periods";
2076         };
2077     };
2079     Resource ANALYSIS_Cumprinc
2080     {
2081         String 1    // description Cumprinc_add
2082         {
2083             Text [ en-US ] = "Returns the cumulative principal on a loan to be paid between two periods";
2084         };
2086         String 2 // name of parameter 1         Cumprinc_add
2087         {
2088             Text [ en-US ] = "Rate";
2089         };
2091         String 3 // description of parameter 1  Cumprinc_add
2092         {
2093             Text [ en-US ] = "The rate";
2094         };
2096         String 4 // name of parameter 2         Cumprinc_add
2097         {
2098             Text [ en-US ] = "Nper";
2099         };
2101         String 5 // description of parameter 2  Cumprinc_add
2102         {
2103             Text [ en-US ] = "Number of payment periods";
2104         };
2106         String 6 // name of parameter 3         Cumprinc_add
2107         {
2108             Text [ en-US ] = "Pv";
2109         };
2111         String 7 // description of parameter 3  Cumprinc_add
2112         {
2113             Text [ en-US ] = "The present value";
2114         };
2116         String 8 // name of parameter 4         Cumprinc_add
2117         {
2118             Text [ en-US ] = "Start period";
2119         };
2121         String 9 // description of parameter 4  Cumprinc_add
2122         {
2123             Text [ en-US ] = "The start period";
2124         };
2126         String 10 // name of parameter 5        Cumprinc_add
2127         {
2128             Text [ en-US ] = "End period";
2129         };
2131         String 11 // description of parameter 5 Cumprinc_add
2132         {
2133             Text [ en-US ] = "The end period";
2134         };
2136         String 12 // name of parameter 6        Cumprinc_add
2137         {
2138             Text [ en-US ] = "Type";
2139         };
2141         String 13 // description of parameter 6 Cumprinc_add
2142         {
2143             Text [ en-US ] = "The type of maturity";
2144         };
2145     };
2147     Resource ANALYSIS_Cumipmt
2148     {
2149         String 1    // description Cumipmt_add
2150         {
2151             Text [ en-US ] = "Returns the cumulative interest to be paid between two periods";
2152         };
2154         String 2 // name of parameter 1         Cumipmt_add
2155         {
2156             Text [ en-US ] = "Rate";
2157         };
2159         String 3 // description of parameter 1  Cumipmt_add
2160         {
2161             Text [ en-US ] = "The rate";
2162         };
2164         String 4 // name of parameter 2         Cumipmt_add
2165         {
2166             Text [ en-US ] = "Nper";
2167         };
2169         String 5 // description of parameter 2  Cumipmt_add
2170         {
2171             Text [ en-US ] = "Number of payment periods";
2172         };
2174         String 6 // name of parameter 3         Cumipmt_add
2175         {
2176             Text [ en-US ] = "Pv";
2177         };
2179         String 7 // description of parameter 3  Cumipmt_add
2180         {
2181             Text [ en-US ] = "The present value";
2182         };
2184         String 8 // name of parameter 4         Cumipmt_add
2185         {
2186             Text [ en-US ] = "Start period";
2187         };
2189         String 9 // description of parameter 4  Cumipmt_add
2190         {
2191             Text [ en-US ] = "The start period";
2192         };
2194         String 10 // name of parameter 5        Cumipmt_add
2195         {
2196             Text [ en-US ] = "End period";
2197         };
2199         String 11 // description of parameter 5 Cumipmt_add
2200         {
2201             Text [ en-US ] = "The end period";
2202         };
2204         String 12 // name of parameter 6        Cumipmt_add
2205         {
2206             Text [ en-US ] = "Type";
2207         };
2209         String 13 // description of parameter 6 Cumipmt_add
2210         {
2211             Text [ en-US ] = "The type of maturity";
2212         };
2213     };
2215     Resource ANALYSIS_Price
2216     {
2217         String 1    // description Price
2218         {
2219             Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays periodic interest";
2220         };
2222         String 2 // name of parameter 1         Price
2223         {
2224             Text [ en-US ] = "Settlement";
2225         };
2227         String 3 // description of parameter 1  Price
2228         {
2229             Text [ en-US ] = "The settlement";
2230         };
2232         String 4 // name of parameter 2         Price
2233         {
2234             Text [ en-US ] = "Maturity";
2235         };
2237         String 5 // description of parameter 2  Price
2238         {
2239             Text [ en-US ] = "The maturity";
2240         };
2242         String 6 // name of parameter 3         Price
2243         {
2244             Text [ en-US ] = "Rate";
2245         };
2247         String 7 // description of parameter 3  Price
2248         {
2249             Text [ en-US ] = "The rate";
2250         };
2252         String 8 // name of parameter 4         Price
2253         {
2254             Text [ en-US ] = "Yield";
2255         };
2257         String 9 // description of parameter 4  Price
2258         {
2259             Text [ en-US ] = "The yield";
2260         };
2262         String 10 // name of parameter 5        Price
2263         {
2264             Text [ en-US ] = "Redemption";
2265         };
2267         String 11 // description of parameter 5 Price
2268         {
2269             Text [ en-US ] = "The redemption value";
2270         };
2272         String 12 // name of parameter 6        Price
2273         {
2274             Text [ en-US ] = "Frequency";
2275         };
2277         String 13 // description of parameter 6 Price
2278         {
2279             Text [ en-US ] = "The frequency";
2280         };
2282         String 14 // name of parameter 7        Price
2283         {
2284             Text [ en-US ] = "Basis";
2285         };
2287         String 15 // description of parameter 7 Price
2288         {
2289             Text [ en-US ] = "The basis";
2290         };
2291     };
2293     Resource ANALYSIS_Pricedisc
2294     {
2295         String 1    // description Pricedisc
2296         {
2297             Text [ en-US ] = "Returns the price per 100 currency units face value of a discounted security";
2298         };
2300         String 2 // name of parameter 1         Pricedisc
2301         {
2302             Text [ en-US ] = "Settlement";
2303         };
2305         String 3 // description of parameter 1  Pricedisc
2306         {
2307             Text [ en-US ] = "The settlement";
2308         };
2310         String 4 // name of parameter 2         Pricedisc
2311         {
2312             Text [ en-US ] = "Maturity";
2313         };
2315         String 5 // description of parameter 2  Pricedisc
2316         {
2317             Text [ en-US ] = "The maturity";
2318         };
2320         String 6 // name of parameter 3         Pricedisc
2321         {
2322             Text [ en-US ] = "Discount";
2323         };
2325         String 7 // description of parameter 3  Pricedisc
2326         {
2327             Text [ en-US ] = "The discount";
2328         };
2330         String 8 // name of parameter 4         Pricedisc
2331         {
2332             Text [ en-US ] = "Redemption";
2333         };
2335         String 9 // description of parameter 4  Pricedisc
2336         {
2337             Text [ en-US ] = "The redemption value";
2338         };
2340         String 10 // name of parameter 5        Pricedisc
2341         {
2342             Text [ en-US ] = "Basis";
2343         };
2345         String 11 // description of parameter 5 Pricedisc
2346         {
2347             Text [ en-US ] = "The basis";
2348         };
2349     };
2351     Resource ANALYSIS_Pricemat
2352     {
2353         String 1    // description Pricemat
2354         {
2355             Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays interest at maturity";
2356         };
2358         String 2 // name of parameter 1         Pricemat
2359         {
2360             Text [ en-US ] = "Settlement";
2361         };
2363         String 3 // description of parameter 1  Pricemat
2364         {
2365             Text [ en-US ] = "The settlement";
2366         };
2368         String 4 // name of parameter 2         Pricemat
2369         {
2370             Text [ en-US ] = "Maturity";
2371         };
2373         String 5 // description of parameter 2  Pricemat
2374         {
2375             Text [ en-US ] = "The maturity";
2376         };
2378         String 6 // name of parameter 3         Pricemat
2379         {
2380             Text [ en-US ] = "Issue";
2381         };
2383         String 7 // description of parameter 3  Pricemat
2384         {
2385             Text [ en-US ] = "The issue date";
2386         };
2388         String 8 // name of parameter 4         Pricemat
2389         {
2390             Text [ en-US ] = "Rate";
2391         };
2393         String 9 // description of parameter 4  Pricemat
2394         {
2395             Text [ en-US ] = "The rate";
2396         };
2398         String 10 // name of parameter 5        Pricemat
2399         {
2400             Text [ en-US ] = "Yield";
2401         };
2403         String 11 // description of parameter 5 Pricemat
2404         {
2405             Text [ en-US ] = "The yield";
2406         };
2408         String 12 // name of parameter 6        Pricemat
2409         {
2410             Text [ en-US ] = "Basis";
2411         };
2413         String 13 // description of parameter 6 Pricemat
2414         {
2415             Text [ en-US ] = "The basis";
2416         };
2417     };
2419     Resource ANALYSIS_Mduration
2420     {
2421         String 1    // description Mduration
2422         {
2423             Text [ en-US ] = "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units";
2424         };
2426         String 2 // name of parameter 1         Mduration
2427         {
2428             Text [ en-US ] = "Settlement";
2429         };
2431         String 3 // description of parameter 1  Mduration
2432         {
2433             Text [ en-US ] = "The settlement";
2434         };
2436         String 4 // name of parameter 2         Mduration
2437         {
2438             Text [ en-US ] = "Maturity";
2439         };
2441         String 5 // description of parameter 2  Mduration
2442         {
2443             Text [ en-US ] = "The maturity";
2444         };
2446         String 6 // name of parameter 3         Mduration
2447         {
2448             Text [ en-US ] = "Coupon";
2449         };
2451         String 7 // description of parameter 3  Mduration
2452         {
2453             Text [ en-US ] = "The coupon rate";
2454         };
2456         String 8 // name of parameter 4         Mduration
2457         {
2458             Text [ en-US ] = "Yield";
2459         };
2461         String 9 // description of parameter 4  Mduration
2462         {
2463             Text [ en-US ] = "The yield";
2464         };
2466         String 10 // name of parameter 5        Mduration
2467         {
2468             Text [ en-US ] = "Frequency";
2469         };
2471         String 11 // description of parameter 5 Mduration
2472         {
2473             Text [ en-US ] = "The frequency";
2474         };
2476         String 12 // name of parameter 6        Mduration
2477         {
2478             Text [ en-US ] = "Basis";
2479         };
2481         String 13 // description of parameter 6 Mduration
2482         {
2483             Text [ en-US ] = "The basis";
2484         };
2485     };
2487     Resource ANALYSIS_Nominal
2488     {
2489         String 1    // description Nominal_add
2490         {
2491             Text [ en-US ] = "Returns the annual nominal interest rate";
2492         };
2494         String 2 // name of parameter 1         Nominal_add
2495         {
2496             Text [ en-US ] = "Effective rate";
2497         };
2499         String 3 // description of parameter 1  Nominal_add
2500         {
2501             Text [ en-US ] = "The effective interest rate";
2502         };
2504         String 4 // name of parameter 2         Nominal_add
2505         {
2506             Text [ en-US ] = "Npery";
2507         };
2509         String 5 // description of parameter 2  Nominal_add
2510         {
2511             Text [ en-US ] = "The periods";
2512         };
2513     };
2515     Resource ANALYSIS_Dollarfr
2516     {
2517         String 1    // description Dollarfr
2518         {
2519             Text [ en-US ] = "Converts a price expressed as a decimal into a price expressed as a fraction";
2520         };
2522         String 2 // name of parameter 1         Dollarfr
2523         {
2524             Text [ en-US ] = "Decimal dollar";
2525         };
2527         String 3 // description of parameter 1  Dollarfr
2528         {
2529             Text [ en-US ] = "The decimal number";
2530         };
2532         String 4 // name of parameter 2         Dollarfr
2533         {
2534             Text [ en-US ] = "Fraction";
2535         };
2537         String 5 // description of parameter 2  Dollarfr
2538         {
2539             Text [ en-US ] = "The divisor";
2540         };
2541     };
2543     Resource ANALYSIS_Dollarde
2544     {
2545         String 1    // description Dollarde
2546         {
2547             Text [ en-US ] = "Converts a price expressed as a fraction into a price expressed as a decimal";
2548         };
2550         String 2 // name of parameter 1         Dollarde
2551         {
2552             Text [ en-US ] = "Fractional dollar";
2553         };
2555         String 3 // description of parameter 1  Dollarde
2556         {
2557             Text [ en-US ] = "The number as a fraction";
2558         };
2560         String 4 // name of parameter 2         Dollarde
2561         {
2562             Text [ en-US ] = "Fraction";
2563         };
2565         String 5 // description of parameter 2  Dollarde
2566         {
2567             Text [ en-US ] = "The divisor";
2568         };
2569     };
2571     Resource ANALYSIS_Yield
2572     {
2573         String 1    // description Yield
2574         {
2575             Text [ en-US ] = "Returns the yield on a security that pays periodic interest";
2576         };
2578         String 2 // name of parameter 1         Yield
2579         {
2580             Text [ en-US ] = "Settlement";
2581         };
2583         String 3 // description of parameter 1  Yield
2584         {
2585             Text [ en-US ] = "The settlement";
2586         };
2588         String 4 // name of parameter 2         Yield
2589         {
2590             Text [ en-US ] = "Maturity";
2591         };
2593         String 5 // description of parameter 2  Yield
2594         {
2595             Text [ en-US ] = "The maturity";
2596         };
2598         String 6 // name of parameter 3         Yield
2599         {
2600             Text [ en-US ] = "Rate";
2601         };
2603         String 7 // description of parameter 3  Yield
2604         {
2605             Text [ en-US ] = "The rate";
2606         };
2608         String 8 // name of parameter 4         Yield
2609         {
2610             Text [ en-US ] = "Price";
2611         };
2613         String 9 // description of parameter 4  Yield
2614         {
2615             Text [ en-US ] = "The price";
2616         };
2618         String 10 // name of parameter 5        Yield
2619         {
2620             Text [ en-US ] = "Redemption";
2621         };
2623         String 11 // description of parameter 5 Yield
2624         {
2625             Text [ en-US ] = "The redemption value";
2626         };
2628         String 12 // name of parameter 6        Yield
2629         {
2630             Text [ en-US ] = "Frequency";
2631         };
2633         String 13 // description of parameter 6 Yield
2634         {
2635             Text [ en-US ] = "The frequency";
2636         };
2638         String 14 // name of parameter 7        Yield
2639         {
2640             Text [ en-US ] = "Basis";
2641         };
2643         String 15 // description of parameter 7 Yield
2644         {
2645             Text [ en-US ] = "The basis";
2646         };
2647     };
2649     Resource ANALYSIS_Yielddisc
2650     {
2651         String 1    // description Yielddisc
2652         {
2653             Text [ en-US ] = "Returns the annual yield for a discounted security";
2654         };
2656         String 2 // name of parameter 1         Yielddisc
2657         {
2658             Text [ en-US ] = "Settlement";
2659         };
2661         String 3 // description of parameter 1  Yielddisc
2662         {
2663             Text [ en-US ] = "The settlement";
2664         };
2666         String 4 // name of parameter 2         Yielddisc
2667         {
2668             Text [ en-US ] = "Maturity";
2669         };
2671         String 5 // description of parameter 2  Yielddisc
2672         {
2673             Text [ en-US ] = "The maturity";
2674         };
2676         String 6 // name of parameter 3         Yielddisc
2677         {
2678             Text [ en-US ] = "Price";
2679         };
2681         String 7 // description of parameter 3  Yielddisc
2682         {
2683             Text [ en-US ] = "The price";
2684         };
2686         String 8 // name of parameter 4         Yielddisc
2687         {
2688             Text [ en-US ] = "Redemption";
2689         };
2691         String 9 // description of parameter 4  Yielddisc
2692         {
2693             Text [ en-US ] = "The redemption value";
2694         };
2696         String 10 // name of parameter 5        Yielddisc
2697         {
2698             Text [ en-US ] = "Basis";
2699         };
2701         String 11 // description of parameter 5 Yielddisc
2702         {
2703             Text [ en-US ] = "The basis";
2704         };
2705     };
2707     Resource ANALYSIS_Yieldmat
2708     {
2709         String 1    // description Yieldmat
2710         {
2711             Text [ en-US ] = "Returns the annual yield of a security that pays interest at maturity";
2712         };
2714         String 2 // name of parameter 1         Yieldmat
2715         {
2716             Text [ en-US ] = "Settlement";
2717         };
2719         String 3 // description of parameter 1  Yieldmat
2720         {
2721             Text [ en-US ] = "The settlement";
2722         };
2724         String 4 // name of parameter 2         Yieldmat
2725         {
2726             Text [ en-US ] = "Maturity";
2727         };
2729         String 5 // description of parameter 2  Yieldmat
2730         {
2731             Text [ en-US ] = "The maturity";
2732         };
2734         String 6 // name of parameter 3         Yieldmat
2735         {
2736             Text [ en-US ] = "Issue";
2737         };
2739         String 7 // description of parameter 3  Yieldmat
2740         {
2741             Text [ en-US ] = "The issue date";
2742         };
2744         String 8 // name of parameter 4         Yieldmat
2745         {
2746             Text [ en-US ] = "Rate";
2747         };
2749         String 9 // description of parameter 4  Yieldmat
2750         {
2751             Text [ en-US ] = "The rate";
2752         };
2754         String 10 // name of parameter 5        Yieldmat
2755         {
2756             Text [ en-US ] = "Price";
2757         };
2759         String 11 // description of parameter 5 Yieldmat
2760         {
2761             Text [ en-US ] = "The price";
2762         };
2764         String 12 // name of parameter 6        Yieldmat
2765         {
2766             Text [ en-US ] = "Basis";
2767         };
2769         String 13 // description of parameter 6 Yieldmat
2770         {
2771             Text [ en-US ] = "The basis";
2772         };
2773     };
2775     Resource ANALYSIS_Tbilleq
2776     {
2777         String 1    // description Tbilleq
2778         {
2779             Text [ en-US ] = "Returns the bond-equivalent yield for a treasury bill";
2780         };
2782         String 2 // name of parameter 1         Tbilleq
2783         {
2784             Text [ en-US ] = "Settlement";
2785         };
2787         String 3 // description of parameter 1  Tbilleq
2788         {
2789             Text [ en-US ] = "The settlement";
2790         };
2792         String 4 // name of parameter 2         Tbilleq
2793         {
2794             Text [ en-US ] = "Maturity";
2795         };
2797         String 5 // description of parameter 2  Tbilleq
2798         {
2799             Text [ en-US ] = "The maturity";
2800         };
2802         String 6 // name of parameter 3         Tbilleq
2803         {
2804             Text [ en-US ] = "Discount";
2805         };
2807         String 7 // description of parameter 3  Tbilleq
2808         {
2809             Text [ en-US ] = "The discount rate";
2810         };
2811     };
2813     Resource ANALYSIS_Tbillprice
2814     {
2815         String 1    // description Tbillprice
2816         {
2817             Text [ en-US ] = "Returns the price of 100 currency units face value for a treasury bill";
2818         };
2820         String 2 // name of parameter 1         Tbillprice
2821         {
2822             Text [ en-US ] = "Settlement";
2823         };
2825         String 3 // description of parameter 1  Tbillprice
2826         {
2827             Text [ en-US ] = "The settlement";
2828         };
2830         String 4 // name of parameter 2         Tbillprice
2831         {
2832             Text [ en-US ] = "Maturity";
2833         };
2835         String 5 // description of parameter 2  Tbillprice
2836         {
2837             Text [ en-US ] = "The maturity";
2838         };
2840         String 6 // name of parameter 3         Tbillprice
2841         {
2842             Text [ en-US ] = "Discount";
2843         };
2845         String 7 // description of parameter 3  Tbillprice
2846         {
2847             Text [ en-US ] = "The discount rate";
2848         };
2849     };
2851     Resource ANALYSIS_Tbillyield
2852     {
2853         String 1    // description Tbillyield
2854         {
2855             Text [ en-US ] = "Returns the yield for a treasury bill";
2856         };
2858         String 2 // name of parameter 1         Tbillyield
2859         {
2860             Text [ en-US ] = "Settlement";
2861         };
2863         String 3 // description of parameter 1  Tbillyield
2864         {
2865             Text [ en-US ] = "The settlement";
2866         };
2868         String 4 // name of parameter 2         Tbillyield
2869         {
2870             Text [ en-US ] = "Maturity";
2871         };
2873         String 5 // description of parameter 2  Tbillyield
2874         {
2875             Text [ en-US ] = "The maturity";
2876         };
2878         String 6 // name of parameter 3         Tbillyield
2879         {
2880             Text [ en-US ] = "Price";
2881         };
2883         String 7 // description of parameter 3  Tbillyield
2884         {
2885             Text [ en-US ] = "The price";
2886         };
2887     };
2889     Resource ANALYSIS_Oddfprice
2890     {
2891         String 1    // description Oddfprice
2892         {
2893             Text [ en-US ] = "Returns the price per $100 face value of a security with an odd first period";
2894         };
2896         String 2 // name of parameter 1         Oddfprice
2897         {
2898             Text [ en-US ] = "Settlement";
2899         };
2901         String 3 // description of parameter 1  Oddfprice
2902         {
2903             Text [ en-US ] = "The settlement";
2904         };
2906         String 4 // name of parameter 2         Oddfprice
2907         {
2908             Text [ en-US ] = "Maturity";
2909         };
2911         String 5 // description of parameter 2  Oddfprice
2912         {
2913             Text [ en-US ] = "The maturity";
2914         };
2916         String 6 // name of parameter 3         Oddfprice
2917         {
2918             Text [ en-US ] = "Issue";
2919         };
2921         String 7 // description of parameter 3  Oddfprice
2922         {
2923             Text [ en-US ] = "The issue date";
2924         };
2926         String 8 // name of parameter 4         Oddfprice
2927         {
2928             Text [ en-US ] = "First coupon";
2929         };
2931         String 9 // description of parameter 4  Oddfprice
2932         {
2933             Text [ en-US ] = "The first coupon date";
2934         };
2936         String 10 // name of parameter 5        Oddfprice
2937         {
2938             Text [ en-US ] = "Rate";
2939         };
2941         String 11 // description of parameter 5 Oddfprice
2942         {
2943             Text [ en-US ] = "The rate";
2944         };
2946         String 12 // name of parameter 6        Oddfprice
2947         {
2948             Text [ en-US ] = "Yield";
2949         };
2951         String 13 // description of parameter 6 Oddfprice
2952         {
2953             Text [ en-US ] = "The yield";
2954         };
2956         String 14 // name of parameter 7        Oddfprice
2957         {
2958             Text [ en-US ] = "Redemption";
2959         };
2961         String 15 // description of parameter 7 Oddfprice
2962         {
2963             Text [ en-US ] = "The redemption value";
2964         };
2966         String 16 // name of parameter 8        Oddfprice
2967         {
2968             Text [ en-US ] = "Frequency";
2969         };
2971         String 17 // description of parameter 8 Oddfprice
2972         {
2973             Text [ en-US ] = "The frequency";
2974         };
2976         String 18 // name of parameter 9        Oddfprice
2977         {
2978             Text [ en-US ] = "Basis";
2979         };
2981         String 19 // description of parameter 9 Oddfprice
2982         {
2983             Text [ en-US ] = "The basis";
2984         };
2985     };
2987     Resource ANALYSIS_Oddfyield
2988     {
2989         String 1    // description Oddfyield
2990         {
2991             Text [ en-US ] = "Returns the yield of a security with an odd first period";
2992         };
2994         String 2 // name of parameter 1         Oddfyield
2995         {
2996             Text [ en-US ] = "Settlement";
2997         };
2999         String 3 // description of parameter 1  Oddfyield
3000         {
3001             Text [ en-US ] = "The settlement";
3002         };
3004         String 4 // name of parameter 2         Oddfyield
3005         {
3006             Text [ en-US ] = "Maturity";
3007         };
3009         String 5 // description of parameter 2  Oddfyield
3010         {
3011             Text [ en-US ] = "The maturity";
3012         };
3014         String 6 // name of parameter 3         Oddfyield
3015         {
3016             Text [ en-US ] = "Issue";
3017         };
3019         String 7 // description of parameter 3  Oddfyield
3020         {
3021             Text [ en-US ] = "The issue date";
3022         };
3024         String 8 // name of parameter 4         Oddfyield
3025         {
3026             Text [ en-US ] = "First coupon";
3027         };
3029         String 9 // description of parameter 4  Oddfyield
3030         {
3031             Text [ en-US ] = "The first coupon date";
3032         };
3034         String 10 // name of parameter 5        Oddfyield
3035         {
3036             Text [ en-US ] = "Rate";
3037         };
3039         String 11 // description of parameter 5 Oddfyield
3040         {
3041             Text [ en-US ] = "The rate";
3042         };
3044         String 12 // name of parameter 6        Oddfyield
3045         {
3046             Text [ en-US ] = "Price";
3047         };
3049         String 13 // description of parameter 6 Oddfyield
3050         {
3051             Text [ en-US ] = "The price";
3052         };
3054         String 14 // name of parameter 7        Oddfyield
3055         {
3056             Text [ en-US ] = "Redemption";
3057         };
3059         String 15 // description of parameter 7 Oddfyield
3060         {
3061             Text [ en-US ] = "The redemption value";
3062         };
3064         String 16 // name of parameter 8        Oddfyield
3065         {
3066             Text [ en-US ] = "Frequency";
3067         };
3069         String 17 // description of parameter 8 Oddfyield
3070         {
3071             Text [ en-US ] = "The frequency";
3072         };
3074         String 18 // name of parameter 9        Oddfyield
3075         {
3076             Text [ en-US ] = "Basis";
3077         };
3079         String 19 // description of parameter 9 Oddfyield
3080         {
3081             Text [ en-US ] = "The basis";
3082         };
3083     };
3085     Resource ANALYSIS_Oddlprice
3086     {
3087         String 1    // description Oddlprice
3088         {
3089             Text [ en-US ] = "Returns the price per $100 face value of a security with an odd last period";
3090         };
3092         String 2 // name of parameter 1         Oddlprice
3093         {
3094             Text [ en-US ] = "Settlement";
3095         };
3097         String 3 // description of parameter 1  Oddlprice
3098         {
3099             Text [ en-US ] = "The settlement";
3100         };
3102         String 4 // name of parameter 2         Oddlprice
3103         {
3104             Text [ en-US ] = "Maturity";
3105         };
3107         String 5 // description of parameter 2  Oddlprice
3108         {
3109             Text [ en-US ] = "The maturity";
3110         };
3112         String 6 // name of parameter 3         Oddlprice
3113         {
3114             Text [ en-US ] = "Last interest";
3115         };
3117         String 7 // description of parameter 3  Oddlprice
3118         {
3119             Text [ en-US ] = "The last interest date";
3120         };
3122         String 8 // name of parameter 4         Oddlprice
3123         {
3124             Text [ en-US ] = "Rate";
3125         };
3127         String 9 // description of parameter 4  Oddlprice
3128         {
3129             Text [ en-US ] = "The rate";
3130         };
3132         String 10 // name of parameter 5        Oddlprice
3133         {
3134             Text [ en-US ] = "Yield";
3135         };
3137         String 11 // description of parameter 5 Oddlprice
3138         {
3139             Text [ en-US ] = "The yield";
3140         };
3142         String 12 // name of parameter 6        Oddlprice
3143         {
3144             Text [ en-US ] = "Redemption";
3145         };
3147         String 13 // description of parameter 6 Oddlprice
3148         {
3149             Text [ en-US ] = "The redemption value";
3150         };
3152         String 14 // name of parameter 7        Oddlprice
3153         {
3154             Text [ en-US ] = "Frequency";
3155         };
3157         String 15 // description of parameter 7 Oddlprice
3158         {
3159             Text [ en-US ] = "The frequency";
3160         };
3162         String 16 // name of parameter 8        Oddlprice
3163         {
3164             Text [ en-US ] = "Basis";
3165         };
3167         String 17 // description of parameter 8 Oddlprice
3168         {
3169             Text [ en-US ] = "The basis";
3170         };
3171     };
3173     Resource ANALYSIS_Oddlyield
3174     {
3175         String 1    // description Oddlyield
3176         {
3177             Text [ en-US ] = "Returns the yield of a security with an odd last period";
3178         };
3180         String 2 // name of parameter 1         Oddlyield
3181         {
3182             Text [ en-US ] = "Settlement";
3183         };
3185         String 3 // description of parameter 1  Oddlyield
3186         {
3187             Text [ en-US ] = "The settlement";
3188         };
3190         String 4 // name of parameter 2         Oddlyield
3191         {
3192             Text [ en-US ] = "Maturity";
3193         };
3195         String 5 // description of parameter 2  Oddlyield
3196         {
3197             Text [ en-US ] = "The maturity";
3198         };
3200         String 6 // name of parameter 3         Oddlyield
3201         {
3202             Text [ en-US ] = "Last interest";
3203         };
3205         String 7 // description of parameter 3  Oddlyield
3206         {
3207             Text [ en-US ] = "The last interest date";
3208         };
3210         String 8 // name of parameter 4         Oddlyield
3211         {
3212             Text [ en-US ] = "Rate";
3213         };
3215         String 9 // description of parameter 4  Oddlyield
3216         {
3217             Text [ en-US ] = "The rate";
3218         };
3220         String 10 // name of parameter 5        Oddlyield
3221         {
3222             Text [ en-US ] = "Price";
3223         };
3225         String 11 // description of parameter 5 Oddlyield
3226         {
3227             Text [ en-US ] = "The price";
3228         };
3230         String 12 // name of parameter 6        Oddlyield
3231         {
3232             Text [ en-US ] = "Redemption";
3233         };
3235         String 13 // description of parameter 6 Oddlyield
3236         {
3237             Text [ en-US ] = "The redemption value";
3238         };
3240         String 14 // name of parameter 7        Oddlyield
3241         {
3242             Text [ en-US ] = "Frequency";
3243         };
3245         String 15 // description of parameter 7 Oddlyield
3246         {
3247             Text [ en-US ] = "The frequency";
3248         };
3250         String 16 // name of parameter 8        Oddlyield
3251         {
3252             Text [ en-US ] = "Basis";
3253         };
3255         String 17 // description of parameter 8 Oddlyield
3256         {
3257             Text [ en-US ] = "The basis";
3258         };
3259     };
3261     Resource ANALYSIS_Xirr
3262     {
3263         String 1    // description Xirr
3264         {
3265             Text [ en-US ] = "Returns the internal rate of return for a non-periodic schedule of payments";
3266         };
3268         String 2 // name of parameter 1         Xirr
3269         {
3270             Text [ en-US ] = "Values";
3271         };
3273         String 3 // description of parameter 1  Xirr
3274         {
3275             Text [ en-US ] = "The values";
3276         };
3278         String 4 // name of parameter 2         Xirr
3279         {
3280             Text [ en-US ] = "Dates";
3281         };
3283         String 5 // description of parameter 2  Xirr
3284         {
3285             Text [ en-US ] = "The dates";
3286         };
3288         String 6 // name of parameter 3         Xirr
3289         {
3290             Text [ en-US ] = "Guess";
3291         };
3293         String 7 // description of parameter 3  Xirr
3294         {
3295             Text [ en-US ] = "The guess";
3296         };
3297     };
3299     Resource ANALYSIS_Xnpv
3300     {
3301         String 1    // description Xnpv
3302         {
3303             Text [ en-US ] = "Returns the net present value for a non-periodic schedule of payments";
3304         };
3306         String 2 // name of parameter 1         Xnpv
3307         {
3308             Text [ en-US ] = "Rate";
3309         };
3311         String 3 // description of parameter 1  Xnpv
3312         {
3313             Text [ en-US ] = "The rate";
3314         };
3316         String 4 // name of parameter 2         Xnpv
3317         {
3318             Text [ en-US ] = "Values";
3319         };
3321         String 5 // description of parameter 2  Xnpv
3322         {
3323             Text [ en-US ] = "The values";
3324         };
3326         String 6 // name of parameter 3         Xnpv
3327         {
3328             Text [ en-US ] = "Dates";
3329         };
3331         String 7 // description of parameter 3  Xnpv
3332         {
3333             Text [ en-US ] = "The dates";
3334         };
3335     };
3337     Resource ANALYSIS_Intrate
3338     {
3339         String 1    // description Intrate
3340         {
3341             Text [ en-US ] = "Returns the interest rate for a fully invested security";
3342         };
3344         String 2 // name of parameter 1         Intrate
3345         {
3346             Text [ en-US ] = "Settlement";
3347         };
3349         String 3 // description of parameter 1  Intrate
3350         {
3351             Text [ en-US ] = "The settlement";
3352         };
3354         String 4 // name of parameter 2         Intrate
3355         {
3356             Text [ en-US ] = "Maturity";
3357         };
3359         String 5 // description of parameter 2  Intrate
3360         {
3361             Text [ en-US ] = "The maturity";
3362         };
3364         String 6 // name of parameter 3         Intrate
3365         {
3366             Text [ en-US ] = "Investment";
3367         };
3369         String 7 // description of parameter 3  Intrate
3370         {
3371             Text [ en-US ] = "The investment";
3372         };
3374         String 8 // name of parameter 4         Intrate
3375         {
3376             Text [ en-US ] = "Redemption";
3377         };
3379         String 9 // description of parameter 4  Intrate
3380         {
3381             Text [ en-US ] = "The redemption value";
3382         };
3384         String 10 // name of parameter 5        Intrate
3385         {
3386             Text [ en-US ] = "Basis";
3387         };
3389         String 11 // description of parameter 5 Intrate
3390         {
3391             Text [ en-US ] = "The basis";
3392         };
3393     };
3395     Resource ANALYSIS_Coupncd
3396     {
3397         String 1    // description Coupncd
3398         {
3399             Text [ en-US ] = "Returns the first coupon date after the settlement date";
3400         };
3402         String 2 // name of parameter 1         Coupncd
3403         {
3404             Text [ en-US ] = "Settlement";
3405         };
3407         String 3 // description of parameter 1  Coupncd
3408         {
3409             Text [ en-US ] = "The settlement";
3410         };
3412         String 4 // name of parameter 2         Coupncd
3413         {
3414             Text [ en-US ] = "Maturity";
3415         };
3417         String 5 // description of parameter 2  Coupncd
3418         {
3419             Text [ en-US ] = "The maturity";
3420         };
3422         String 6 // name of parameter 3         Coupncd
3423         {
3424             Text [ en-US ] = "Frequency";
3425         };
3427         String 7 // description of parameter 3  Coupncd
3428         {
3429             Text [ en-US ] = "The frequency";
3430         };
3432         String 8 // name of parameter 4         Coupncd
3433         {
3434             Text [ en-US ] = "Basis";
3435         };
3437         String 9 // description of parameter 4  Coupncd
3438         {
3439             Text [ en-US ] = "The basis";
3440         };
3441     };
3443     Resource ANALYSIS_Coupdays
3444     {
3445         String 1    // description Coupdays
3446         {
3447             Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3448         };
3450         String 2 // name of parameter 1         Coupdays
3451         {
3452             Text [ en-US ] = "Settlement";
3453         };
3455         String 3 // description of parameter 1  Coupdays
3456         {
3457             Text [ en-US ] = "The settlement";
3458         };
3460         String 4 // name of parameter 2         Coupdays
3461         {
3462             Text [ en-US ] = "Maturity";
3463         };
3465         String 5 // description of parameter 2  Coupdays
3466         {
3467             Text [ en-US ] = "The maturity";
3468         };
3470         String 6 // name of parameter 3         Coupdays
3471         {
3472             Text [ en-US ] = "Frequency";
3473         };
3475         String 7 // description of parameter 3  Coupdays
3476         {
3477             Text [ en-US ] = "The frequency";
3478         };
3480         String 8 // name of parameter 4         Coupdays
3481         {
3482             Text [ en-US ] = "Basis";
3483         };
3485         String 9 // description of parameter 4  Coupdays
3486         {
3487             Text [ en-US ] = "The basis";
3488         };
3489     };
3491     Resource ANALYSIS_Coupdaysnc
3492     {
3493         String 1    // description Coupdaysnc
3494         {
3495             Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3496         };
3498         String 2 // name of parameter 1         Coupdaysnc
3499         {
3500             Text [ en-US ] = "Settlement";
3501         };
3503         String 3 // description of parameter 1  Coupdaysnc
3504         {
3505             Text [ en-US ] = "The settlement";
3506         };
3508         String 4 // name of parameter 2         Coupdaysnc
3509         {
3510             Text [ en-US ] = "Maturity";
3511         };
3513         String 5 // description of parameter 2  Coupdaysnc
3514         {
3515             Text [ en-US ] = "The maturity";
3516         };
3518         String 6 // name of parameter 3         Coupdaysnc
3519         {
3520             Text [ en-US ] = "Frequency";
3521         };
3523         String 7 // description of parameter 3  Coupdaysnc
3524         {
3525             Text [ en-US ] = "The frequency";
3526         };
3528         String 8 // name of parameter 4         Coupdaysnc
3529         {
3530             Text [ en-US ] = "Basis";
3531         };
3533         String 9 // description of parameter 4  Coupdaysnc
3534         {
3535             Text [ en-US ] = "The basis";
3536         };
3537     };
3539     Resource ANALYSIS_Coupdaybs
3540     {
3541         String 1    // description Coupdaybs
3542         {
3543             Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
3544         };
3546         String 2 // name of parameter 1         Coupdaybs
3547         {
3548             Text [ en-US ] = "Settlement";
3549         };
3551         String 3 // description of parameter 1  Coupdaybs
3552         {
3553             Text [ en-US ] = "The settlement";
3554         };
3556         String 4 // name of parameter 2         Coupdaybs
3557         {
3558             Text [ en-US ] = "Maturity";
3559         };
3561         String 5 // description of parameter 2  Coupdaybs
3562         {
3563             Text [ en-US ] = "The maturity";
3564         };
3566         String 6 // name of parameter 3         Coupdaybs
3567         {
3568             Text [ en-US ] = "Frequency";
3569         };
3571         String 7 // description of parameter 3  Coupdaybs
3572         {
3573             Text [ en-US ] = "The frequency";
3574         };
3576         String 8 // name of parameter 4         Coupdaybs
3577         {
3578             Text [ en-US ] = "Basis";
3579         };
3581         String 9 // description of parameter 4  Coupdaybs
3582         {
3583             Text [ en-US ] = "The basis";
3584         };
3585     };
3587     Resource ANALYSIS_Couppcd
3588     {
3589         String 1    // description Couppcd
3590         {
3591             Text [ en-US ] = "Returns the last coupon date preceding the settlement date";
3592         };
3594         String 2 // name of parameter 1         Couppcd
3595         {
3596             Text [ en-US ] = "Settlement";
3597         };
3599         String 3 // description of parameter 1  Couppcd
3600         {
3601             Text [ en-US ] = "The settlement";
3602         };
3604         String 4 // name of parameter 2         Couppcd
3605         {
3606             Text [ en-US ] = "Maturity";
3607         };
3609         String 5 // description of parameter 2  Couppcd
3610         {
3611             Text [ en-US ] = "The maturity";
3612         };
3614         String 6 // name of parameter 3         Couppcd
3615         {
3616             Text [ en-US ] = "Frequency";
3617         };
3619         String 7 // description of parameter 3  Couppcd
3620         {
3621             Text [ en-US ] = "The frequency";
3622         };
3624         String 8 // name of parameter 4         Couppcd
3625         {
3626             Text [ en-US ] = "Basis";
3627         };
3629         String 9 // description of parameter 4  Couppcd
3630         {
3631             Text [ en-US ] = "The basis";
3632         };
3633     };
3635     Resource ANALYSIS_Coupnum
3636     {
3637         String 1    // description Coupnum
3638         {
3639             Text [ en-US ] = "Returns the number of coupons payable between the settlement and maturity dates";
3640         };
3642         String 2 // name of parameter 1         Coupnum
3643         {
3644             Text [ en-US ] = "Settlement";
3645         };
3647         String 3 // description of parameter 1  Coupnum
3648         {
3649             Text [ en-US ] = "The settlement";
3650         };
3652         String 4 // name of parameter 2         Coupnum
3653         {
3654             Text [ en-US ] = "Maturity";
3655         };
3657         String 5 // description of parameter 2  Coupnum
3658         {
3659             Text [ en-US ] = "The maturity";
3660         };
3662         String 6 // name of parameter 3         Coupnum
3663         {
3664             Text [ en-US ] = "Frequency";
3665         };
3667         String 7 // description of parameter 3  Coupnum
3668         {
3669             Text [ en-US ] = "The frequency";
3670         };
3672         String 8 // name of parameter 4         Coupnum
3673         {
3674             Text [ en-US ] = "Basis";
3675         };
3677         String 9 // description of parameter 4  Coupnum
3678         {
3679             Text [ en-US ] = "The basis";
3680         };
3681     };
3683     Resource ANALYSIS_Fvschedule
3684     {
3685         String 1    // description Fvschedule
3686         {
3687             Text [ en-US ] = "Returns the future value of the initial principal after a series of compound interest rates are applied";
3688         };
3690         String 2 // name of parameter 1         Fvschedule
3691         {
3692             Text [ en-US ] = "Principal";
3693         };
3695         String 3 // description of parameter 1  Fvschedule
3696         {
3697             Text [ en-US ] = "The principal";
3698         };
3700         String 4 // name of parameter 2         Fvschedule
3701         {
3702             Text [ en-US ] = "Schedule";
3703         };
3705         String 5 // description of parameter 2  Fvschedule
3706         {
3707             Text [ en-US ] = "The schedule";
3708         };
3709     };