Update ooo320-m1
[ooovba.git] / scaddins / source / analysis / analysis.src
blob20fecdab319999cc0a7903e1f80b068c66ff59ce
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: analysis.src,v $
10  * $Revision: 1.68 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
32 #include "analysis.hrc"
35 Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
37     Resource ANALYSIS_Workday
38     {
39         String 1        // description Workday
40         {
41             Text [ en-US ] = "Returns the serial number of the date before or after a specified number of workdays";
42         };
44         String 2 // name of parameter 1                 Workday
45         {
46             Text [ en-US ] = "Start date";
47         };
49         String 3 // description of parameter 1  Workday
50         {
51             Text [ en-US ] = "The start date";
52         };
54         String 4 // name of parameter 2                 Workday
55         {
56             Text [ en-US ] = "Days";
57         };
59         String 5 // description of parameter 2  Workday
60         {
61             Text [ en-US ] = "The number of workdays before or after the start date";
62         };
64         String 6 // name of parameter 3                 Workday
65         {
66             Text [ en-US ] = "Holidays";
67         };
69         String 7 // description of parameter 3  Workday
70         {
71             Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
72         };
73     };
75     Resource ANALYSIS_Yearfrac
76     {
77         String 1        // description Yearfrac
78         {
79             Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year fraction";
80         };
82         String 2 // name of parameter 1                 Yearfrac
83         {
84             Text [ en-US ] = "Start date";
85         };
87         String 3 // description of parameter 1  Yearfrac
88         {
89             Text [ en-US ] = "The start date";
90         };
92         String 4 // name of parameter 2                 Yearfrac
93         {
94             Text [ en-US ] = "End date";
95         };
97         String 5 // description of parameter 2  Yearfrac
98         {
99             Text [ en-US ] = "The end date";
100         };
102         String 6 // name of parameter 3                 Yearfrac
103         {
104             Text [ en-US ] = "Basis";
105         };
107         String 7 // description of parameter 3  Yearfrac
108         {
109             Text [ en-US ] = "Basis for determining the interest days";
110         };
111     };
113     Resource ANALYSIS_Edate
114     {
115         String 1        // description Edate
116         {
117             Text [ en-US ] = "Returns the serial number of the date that is a specified number of months before or after the start date";
118         };
120         String 2 // name of parameter 1                 Edate
121         {
122             Text [ en-US ] = "Start date";
123         };
125         String 3 // description of parameter 1  Edate
126         {
127             Text [ en-US ] = "The start date";
128         };
130         String 4 // name of parameter 2                 Edate
131         {
132             Text [ en-US ] = "Months";
133         };
135         String 5 // description of parameter 2  Edate
136         {
137             Text [ en-US ] = "Number of months before or after the start date";
138         };
139     };
141     Resource ANALYSIS_Weeknum
142     {
143         String 1        // description Weeknum_add
144         {
145             Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
146         };
148         String 2 // name of parameter 1                 Weeknum_add
149         {
150             Text [ en-US ] = "Date";
151         };
153         String 3 // description of parameter 1  Weeknum_add
154         {
155             Text [ en-US ] = "The date";
156         };
158         String 4 // name of parameter 2                 Weeknum_add
159         {
160             Text [ en-US ] = "Return type";
161         };
163         String 5 // description of parameter 2  Weeknum_add
164         {
165             Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins";
166         };
167     };
169     Resource ANALYSIS_Eomonth
170     {
171         String 1        // description EoMonth
172         {
173             Text[ en-US ] = "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date";
174         };
176         String 2 // name of parameter 1                 EoMonth
177         {
178             Text [ en-US ] = "Start date";
179         };
181         String 3 // description of parameter 1  EoMonth
182         {
183             Text [ en-US ] = "The start date";
184         };
186         String 4 // name of parameter 2                 EoMonth
187         {
188             Text [ en-US ] = "Months";
189         };
191         String 5 // description of parameter 2  EoMonth
192         {
193             Text [ en-US ] = "Number of months before or after the start date";
194         };
195     };
197     Resource ANALYSIS_Networkdays
198     {
199         String 1        // description Networkdays
200         {
201             Text [ en-US ] = "Returns the number of workdays between two dates";
202         };
204         String 2 // name of parameter 1                 Networkdays
205         {
206             Text [ en-US ] = "Start date";
207         };
209         String 3 // description of parameter 1  Networkdays
210         {
211             Text [ en-US ] = "The start date";
212         };
214         String 4 // name of parameter 2                 Networkdays
215         {
216             Text [ en-US ] = "End date";
217         };
219         String 5 // description of parameter 2  Networkdays
220         {
221             Text [ en-US ] = "The end date";
222         };
224         String 6 // name of parameter 3                 Networkdays
225         {
226             Text [ en-US ] = "Holidays";
227         };
229         String 7 // description of parameter 3  Networkdays
230         {
231             Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
232         };
233     };
235     Resource ANALYSIS_Iseven
236     {
237         String 1        // description Iseven_add
238         {
239             Text [ en-US ] = "Returns the value 'true' if the number is even";
240         };
242         String 2 // name of parameter 1                 Iseven_add
243         {
244             Text [ en-US ] = "Number";
245         };
247         String 3 // description of parameter 1  Iseven_add
248         {
249             Text [ en-US ] = "The number";
250         };
251     };
253     Resource ANALYSIS_Isodd
254     {
255         String 1        // description Isodd_add
256         {
257             Text [ en-US ] = "Returns the value 'true' if the number is odd";
258         };
260         String 2 // name of parameter 1                 Isodd_add
261         {
262             Text [ en-US ] = "Number";
263         };
265         String 3 // description of parameter 1  Isodd_add
266         {
267             Text [ en-US ] = "The number";
268         };
269     };
271     Resource ANALYSIS_Multinomial
272     {
273         String 1        // description Multinomial
274         {
275             Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
276         };
278         String 2 // name of parameter 1                 Multinomial
279         {
280             Text [ en-US ] = "Number(s)";
281         };
283         String 3 // description of parameter 1  Multinomial
284         {
285             Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
286         };
287     };
289     Resource ANALYSIS_Seriessum
290     {
291         String 1        // description Seriessum
292         {
293             Text [ en-US ] = "Returns the sum of a power series";
294         };
296         String 2 // name of parameter 1                 Seriessum
297         {
298             Text [ en-US ] = "X";
299         };
301         String 3 // description of parameter 1  Seriessum
302         {
303             Text [ en-US ] = "The independent variable of the power series";
304         };
306         String 4 // name of parameter 2                 Seriessum
307         {
308             Text [ en-US ] = "N";
309         };
311         String 5 // description of parameter 2  Seriessum
312         {
313             Text [ en-US ] = "The initial power to which x is to be raised";
314         };
316         String 6 // name of parameter 3                 Seriessum
317         {
318             Text [ en-US ] = "M";
319         };
321         String 7 // description of parameter 3  Seriessum
322         {
323             Text [ en-US ] = "The increment by which to increase n for each term in the series";
324         };
326         String 8 // name of parameter 4                 Seriessum
327         {
328             Text [ en-US ] = "Coefficients";
329         };
331         String 9 // description of parameter 4  Seriessum
332         {
333             Text [ en-US ] = "Set of coefficients by which each successive power of the variable x is multiplied";
334         };
335     };
337     Resource ANALYSIS_Quotient
338     {
339         String 1        // description Quotient
340         {
341             Text [ en-US ] = "Returns the integer portion of a division";
342         };
344         String 2 // name of parameter 1                 Quotient
345         {
346             Text [ en-US ] = "Numerator";
347         };
349         String 3 // description of parameter 1  Quotient
350         {
351             Text [ en-US ] = "The dividend";
352         };
354         String 4 // name of parameter 2                 Quotient
355         {
356             Text [ en-US ] = "Denominator";
357         };
359         String 5 // description of parameter 2  Quotient
360         {
361             Text [ en-US ] = "The divisor";
362         };
363     };
365     Resource ANALYSIS_Mround
366     {
367         String 1        // description Mround
368         {
369             Text [ en-US ] = "Returns a number rounded to a specified multiple";
370         };
372         String 2 // name of parameter 1                 Mround
373         {
374             Text [ en-US ] = "Number";
375         };
377         String 3 // description of parameter 1  Mround
378         {
379             Text [ en-US ] = "The number to round off";
380         };
382         String 4 // name of parameter 2                 Mround
383         {
384             Text [ en-US ] = "Multiple";
385         };
387         String 5 // description of parameter 2  Mround
388         {
389             Text [ en-US ] = "The multiple to which you want to round number";
390         };
391     };
393     Resource ANALYSIS_Sqrtpi
394     {
395         String 1        // description SqrtPI
396         {
397             Text [ en-US ] = "Returns the square root of a number which has been multiplied by pi";
398         };
400         String 2 // name of parameter 1                 SqrtPI
401         {
402             Text [ en-US ] = "Number";
403         };
405         String 3 // description of parameter 1  SqrtPI
406         {
407             Text [ en-US ] = "The number by which pi is multiplied";
408         };
409     };
411     Resource ANALYSIS_Randbetween
412     {
413         String 1        // description Randbetween
414         {
415             Text [ en-US ] = "Returns a random integer between the numbers you specify";
416         };
418         String 2 // name of parameter 1                 Randbetween
419         {
420             Text [ en-US ] = "Bottom";
421         };
423         String 3 // description of parameter 1  Randbetween
424         {
425             Text [ en-US ] = "The smallest integer returned";
426         };
428         String 4 // name of parameter 2                 Randbetween
429         {
430             Text [ en-US ] = "Top";
431         };
433         String 5 // description of parameter 2  Randbetween
434         {
435             Text [ en-US ] = "The largest integer returned";
436         };
437     };
439     Resource ANALYSIS_Gcd
440     {
441         String 1        // description Gcd_add
442         {
443             Text [ en-US ] = "Returns the greatest common divisor";
444         };
446         String 2 // name of parameter 1                 Gcd_add
447         {
448             Text [ en-US ] = "Number(s)";
449         };
451         String 3 // description of parameter 1  Gcd_add
452         {
453             Text [ en-US ] = "Number or list of numbers";
454         };
455     };
457     Resource ANALYSIS_Lcm
458     {
459         String 1        // description Lcm_add
460         {
461             Text [ en-US ] = "Returns the least common multiple";
462         };
464         String 2 // name of parameter 1                 Lcm_add
465         {
466             Text [ en-US ] = "Number(s)";
467         };
469         String 3 // description of parameter 1  Lcm_add
470         {
471             Text [ en-US ] = "Number or list of numbers";
472         };
473     };
475     Resource ANALYSIS_Besseli
476     {
477         String 1        // description BesselI
478         {
479             Text [ en-US ] = "Returns the modified Bessel function In(x)";
480         };
482         String 2 // name of parameter 1                 BesselI
483         {
484             Text [ en-US ] = "X";
485         };
487         String 3 // description of parameter 1  BesselI
488         {
489             Text [ en-US ] = "The value at which the function is to be evaluated";
490         };
492         String 4 // name of parameter 2                 BesselI
493         {
494             Text [ en-US ] = "N";
495         };
497         String 5 // description of parameter 2  BesselI
498         {
499             Text [ en-US ] = "The order of the Bessel function";
500         };
501     };
503     Resource ANALYSIS_Besselj
504     {
505         String 1        // description BesselJ
506         {
507             Text [ en-US ] = "Returns the Bessel function Jn(x)";
508         };
510         String 2 // name of parameter 1                 BesselJ
511         {
512             Text [ en-US ] = "X";
513         };
515         String 3 // description of parameter 1  BesselJ
516         {
517             Text [ en-US ] = "The value at which the function is to be evaluated";
518         };
520         String 4 // name of parameter 2                 BesselJ
521         {
522             Text [ en-US ] = "N";
523         };
525         String 5 // description of parameter 2  BesselJ
526         {
527             Text [ en-US ] = "The order of the Bessel function";
528         };
529     };
531     Resource ANALYSIS_Besselk
532     {
533         String 1        // description BesselK
534         {
535             Text [ en-US ] = "Returns the Bessel function Kn(x)";
536         };
538         String 2 // name of parameter 1                 BesselK
539         {
540             Text [ en-US ] = "X";
541         };
543         String 3 // description of parameter 1  BesselK
544         {
545             Text [ en-US ] = "The value at which the function is to be evaluated";
546         };
548         String 4 // name of parameter 2                 BesselK
549         {
550             Text [ en-US ] = "N";
551         };
553         String 5 // description of parameter 2  BesselK
554         {
555             Text [ en-US ] = "The order of the Bessel function";
556         };
557     };
559     Resource ANALYSIS_Bessely
560     {
561         String 1        // description BesselY
562         {
563             Text [ en-US ] = "Returns the Bessel function Yn(x)";
564         };
566         String 2 // name of parameter 1                 BesselY
567         {
568             Text [ en-US ] = "X";
569         };
571         String 3 // description of parameter 1  BesselY
572         {
573             Text [ en-US ] = "The value at which the function is to be evaluated";
574         };
576         String 4 // name of parameter 2                 BesselY
577         {
578             Text [ en-US ] = "N";
579         };
581         String 5 // description of parameter 2  BesselY
582         {
583             Text [ en-US ] = "The order of the Bessel function";
584         };
585     };
587     Resource ANALYSIS_Bin2Oct
588     {
589         String 1        // description Bin2Oct
590         {
591             Text [ en-US ] = "Converts a binary number to an octal number";
592         };
594         String 2 // name of parameter 1                 Bin2Oct
595         {
596             Text [ en-US ] = "Number";
597         };
599         String 3 // description of parameter 1  Bin2Oct
600         {
601             Text [ en-US ] = "The binary number to be converted (as text)";
602         };
604         String 4 // name of parameter 2                 Bin2Oct
605         {
606             Text [ en-US ] = "Places";
607         };
609         String 5 // description of parameter 2  Bin2Oct
610         {
611             Text [ en-US ] = "Number of places used";
612         };
613     };
615     Resource ANALYSIS_Bin2Dec
616     {
617         String 1        // description Bin2Dec
618         {
619             Text [ en-US ] = "Converts a binary number to a decimal number";
620         };
622         String 2 // name of parameter 1                 Bin2Dec
623         {
624             Text [ en-US ] = "Number";
625         };
627         String 3 // description of parameter 1  Bin2Dec
628         {
629             Text [ en-US ] = "The binary number to be converted (as text)";
630         };
631     };
633     Resource ANALYSIS_Bin2Hex
634     {
635         String 1        // description Bin2Hex
636         {
637             Text [ en-US ] = "Converts a binary number to a hexadecimal number";
638         };
640         String 2 // name of parameter 1                 Bin2Hex
641         {
642             Text [ en-US ] = "Number";
643         };
645         String 3 // description of parameter 1  Bin2Hex
646         {
647             Text [ en-US ] = "The binary number to be converted (as text)";
648         };
650         String 4 // name of parameter 2                 Bin2Hex
651         {
652             Text [ en-US ] = "Places";
653         };
655         String 5 // description of parameter 2  Bin2Hex
656         {
657             Text [ en-US ] = "Number of places used.";
658         };
659     };
661     Resource ANALYSIS_Oct2Bin
662     {
663         String 1        // description Oct2Bin
664         {
665             Text [ en-US ] = "Converts an octal number to a binary number";
666         };
668         String 2 // name of parameter 1                 Oct2Bin
669         {
670             Text [ en-US ] = "Number";
671         };
673         String 3 // description of parameter 1  Oct2Bin
674         {
675             Text [ en-US ] = "The octal number to be converted (as text)";
676         };
678         String 4 // name of parameter 2                 Oct2Bin
679         {
680             Text [ en-US ] = "Places";
681         };
683         String 5 // description of parameter 2  Oct2Bin
684         {
685             Text [ en-US ] = "Number of places used";
686         };
687     };
689     Resource ANALYSIS_Oct2Dec
690     {
691         String 1        // description Oct2Dec
692         {
693             Text [ en-US ] = "Converts an octal number to a decimal number";
694         };
696         String 2 // name of parameter 1                 Oct2Dec
697         {
698             Text [ en-US ] = "Number";
699         };
701         String 3 // description of parameter 1  Oct2Dec
702         {
703             Text [ en-US ] = "The octal number to be converted (as text)";
704         };
705     };
707     Resource ANALYSIS_Oct2Hex
708     {
709         String 1        // description Oct2Hex
710         {
711             Text [ en-US ] = "Converts an octal number to a hexadecimal number";
712         };
714         String 2 // name of parameter 1                 Oct2Hex
715         {
716             Text [ en-US ] = "Number";
717         };
719         String 3 // description of parameter 1  Oct2Hex
720         {
721             Text [ en-US ] = "The octal number to be converted (as text)";
722         };
724         String 4 // name of parameter 2                 Oct2Hex
725         {
726             Text [ en-US ] = "Places";
727         };
729         String 5 // description of parameter 2  Oct2Hex
730         {
731             Text [ en-US ] = "Number of places used";
732         };
733     };
735     Resource ANALYSIS_Dec2Bin
736     {
737         String 1        // description Dec2Bin
738         {
739             Text [ en-US ] = "Converts a decimal number to a binary number";
740         };
742         String 2 // name of parameter 1                 Dec2Bin
743         {
744             Text [ en-US ] = "Number";
745         };
747         String 3 // description of parameter 1  Dec2Bin
748         {
749             Text [ en-US ] = "The decimal integer to be converted";
750         };
752         String 4 // name of parameter 2                 Dec2Bin
753         {
754             Text [ en-US ] = "Places";
755         };
757         String 5 // description of parameter 2  Dec2Bin
758         {
759             Text [ en-US ] = "Number of places used";
760         };
761     };
763     Resource ANALYSIS_Dec2Hex
764     {
765         String 1        // description Dec2Hex
766         {
767             Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
768         };
770         String 2 // name of parameter 1                 Dec2Hex
771         {
772             Text [ en-US ] = "Number";
773         };
775         String 3 // description of parameter 1  Dec2Hex
776         {
777             Text [ en-US ] = "The decimal integer to be converted";
778         };
780         String 4 // name of parameter 2                 Dec2Hex
781         {
782             Text [ en-US ] = "Places";
783         };
785         String 5 // description of parameter 2  Dec2Hex
786         {
787             Text [ en-US ] = "Number of places used";
788         };
789     };
791     Resource ANALYSIS_Dec2Oct
792     {
793         String 1        // description Dec2Oct
794         {
795             Text [ en-US ] = "Converts a decimal number into an octal number";
796         };
798         String 2 // name of parameter 1                 Dec2Oct
799         {
800             Text [ en-US ] = "Number";
801         };
803         String 3 // description of parameter 1  Dec2Oct
804         {
805             Text [ en-US ] = "The decimal number";
806         };
808         String 4 // name of parameter 2                 Dec2Oct
809         {
810             Text [ en-US ] = "Places";
811         };
813         String 5 // description of parameter 2  Dec2Oct
814         {
815             Text [ en-US ] = "Number of places used";
816         };
817     };
819     Resource ANALYSIS_Hex2Bin
820     {
821         String 1        // description Hex2Bin
822         {
823             Text [ en-US ] = "Converts a hexadecimal number to a binary number";
824         };
826         String 2 // name of parameter 1                 Hex2Bin
827         {
828             Text [ en-US ] = "Number";
829         };
831         String 3 // description of parameter 1  Hex2Bin
832         {
833             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
834         };
836         String 4 // name of parameter 2                 Hex2Bin
837         {
838             Text [ en-US ] = "Places";
839         };
841         String 5 // description of parameter 2  Hex2Bin
842         {
843             Text [ en-US ] = "Number of places used";
844         };
845     };
847     Resource ANALYSIS_Hex2Dec
848     {
849         String 1        // description Hex2Dec
850         {
851             Text [ en-US ] = "Converts a hexadecimal number to a decimal number";
852         };
854         String 2 // name of parameter 1                 Hex2Dec
855         {
856             Text [ en-US ] = "Number";
857         };
859         String 3 // description of parameter 1  Hex2Dec
860         {
861             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
862         };
863     };
865     Resource ANALYSIS_Hex2Oct
866     {
867         String 1        // description Hex2Oct
868         {
869             Text [ en-US ] = "Converts a hexadecimal number to an octal number";
870         };
872         String 2 // name of parameter 1                 Hex2Oct
873         {
874             Text [ en-US ] = "Number";
875         };
877         String 3 // description of parameter 1  Hex2Oct
878         {
879             Text [ en-US ] = "The hexadecimal number to be converted (as text)";
880         };
882         String 4 // name of parameter 2                 Hex2Oct
883         {
884             Text [ en-US ] = "Places";
885         };
887         String 5 // description of parameter 2  Hex2Oct
888         {
889             Text [ en-US ] = "Number of places used";
890         };
891     };
893     Resource ANALYSIS_Delta
894     {
895         String 1        // description Delta
896         {
897             Text [ en-US ] = "Tests whether two values are equal";
898         };
900         String 2 // name of parameter 1                 Delta
901         {
902             Text [ en-US ] = "Number 1";
903         };
905         String 3 // description of parameter 1  Delta
906         {
907             Text [ en-US ] = "The first number";
908         };
910         String 4 // name of parameter 2                 Delta
911         {
912             Text [ en-US ] = "Number 2";
913         };
915         String 5 // description of parameter 2  Delta
916         {
917             Text [ en-US ] = "The second number";
918         };
919     };
921     Resource ANALYSIS_Erf
922     {
923         String 1        // description Erf
924         {
925             Text [ en-US ] = "Returns the error function";
926         };
928         String 2 // name of parameter 1                 Erf
929         {
930             Text [ en-US ] = "Lower limit";
931         };
933         String 3 // description of parameter 1  Erf
934         {
935             Text [ en-US ] = "The lower limit for integration";
936         };
938         String 4 // name of parameter 2                 Erf
939         {
940             Text [ en-US ] = "Upper limit";
941         };
943         String 5 // description of parameter 2  Erf
944         {
945             Text [ en-US ] = "The upper limit for integration";
946         };
947     };
949     Resource ANALYSIS_Erfc
950     {
951         String 1        // description Erfc
952         {
953             Text [ en-US ] = "Returns the complementary error function";
954         };
956         String 2 // name of parameter 1                 Erfc
957         {
958             Text [ en-US ] = "Lower limit";
959         };
961         String 3 // description of parameter 1  Erfc
962         {
963             Text [ en-US ] = "The lower limit for integration";
964         };
965     };
967     Resource ANALYSIS_Gestep
968     {
969         String 1        // description GeStep
970         {
971             Text [ en-US ] = "Tests whether a number is greater than a threshold value";
972         };
974         String 2 // name of parameter 1                 GeStep
975         {
976             Text [ en-US ] = "Number";
977         };
979         String 3 // description of parameter 1  GeStep
980         {
981             Text [ en-US ] = "The value to test against step";
982         };
984         String 4 // name of parameter 2                 GeStep
985         {
986             Text [ en-US ] = "Step";
987         };
989         String 5 // description of parameter 2  GeStep
990         {
991             Text [ en-US ] = "The threshhold value";
992         };
993     };
995     Resource ANALYSIS_Factdouble
996     {
997         String 1        // description Factdouble
998         {
999             Text [ en-US ] = "Returns the double factorial of Number";
1000         };
1002         String 2 // name of parameter 1                 Factdouble
1003         {
1004             Text [ en-US ] = "Number";
1005         };
1007         String 3 // description of parameter 1  Factdouble
1008         {
1009             Text [ en-US ] = "The number";
1010         };
1011     };
1013     Resource ANALYSIS_Imabs
1014     {
1015         String 1        // description Imabs
1016         {
1017             Text [ en-US ] = "Returns the absolute value (modulus) of a complex number";
1018         };
1020         String 2 // name of parameter 1                 Imabs
1021         {
1022             Text [ en-US ] = "Complex number";
1023         };
1025         String 3 // description of parameter 1  Imabs
1026         {
1027             Text [ en-US ] = "The complex number";
1028         };
1029     };
1031     Resource ANALYSIS_Imaginary
1032     {
1033         String 1        // description Imaginary
1034         {
1035             Text [ en-US ] = "Returns the imaginary coefficient of a complex number";
1036         };
1038         String 2 // name of parameter 1                 Imaginary
1039         {
1040             Text [ en-US ] = "Complex number";
1041         };
1043         String 3 // description of parameter 1  Imaginary
1044         {
1045             Text [ en-US ] = "The complex number";
1046         };
1047     };
1049     Resource ANALYSIS_Impower
1050     {
1051         String 1        // description Impower
1052         {
1053             Text [ en-US ] = "Returns a complex number raised to an integer power";
1054         };
1056         String 2 // name of parameter 1                 Impower
1057         {
1058             Text [ en-US ] = "Complex number";
1059         };
1061         String 3 // description of parameter 1  Impower
1062         {
1063             Text [ en-US ] = "The complex number";
1064         };
1066         String 4 // name of parameter 2                 Impower
1067         {
1068             Text [ en-US ] = "Number";
1069         };
1071         String 5 // description of parameter 2  Impower
1072         {
1073             Text [ en-US ] = "Power to which the complex number is raised";
1074         };
1075     };
1077     Resource ANALYSIS_Imargument
1078     {
1079         String 1        // description Imargument
1080         {
1081             Text [ en-US ] = "Returns the argument theta, an angle expressed in radians";
1082         };
1084         String 2 // name of parameter 1                 Imargument
1085         {
1086             Text [ en-US ] = "Complex number";
1087         };
1089         String 3 // description of parameter 1  Imargument
1090         {
1091             Text [ en-US ] = "A complex number";
1092         };
1093     };
1095     Resource ANALYSIS_Imcos
1096     {
1097         String 1        // description Imcos
1098         {
1099             Text [ en-US ] = "Returns the cosine of a complex number";
1100         };
1102         String 2 // name of parameter 1                 Imcos
1103         {
1104             Text [ en-US ] = "Complex number";
1105         };
1107         String 3 // description of parameter 1  Imcos
1108         {
1109             Text [ en-US ] = "A complex number";
1110         };
1111     };
1113     Resource ANALYSIS_Imdiv
1114     {
1115         String 1        // description Imdiv
1116         {
1117             Text [ en-US ] = "Returns the quotient of two complex numbers";
1118         };
1120         String 2 // name of parameter 1                 Imdiv
1121         {
1122             Text [ en-US ] = "Numerator";
1123         };
1125         String 3 // description of parameter 1  Imdiv
1126         {
1127             Text [ en-US ] = "The dividend";
1128         };
1130         String 4 // name of parameter 2                 Imdiv
1131         {
1132             Text [ en-US ] = "Denominator";
1133         };
1135         String 5 // description of parameter 2  Imdiv
1136         {
1137             Text [ en-US ] = "The divisor";
1138         };
1139     };
1141     Resource ANALYSIS_Imexp
1142     {
1143         String 1        // description Imexp
1144         {
1145             Text [ en-US ] = "Returns the algebraic form of the exponential of a complex number";
1146         };
1148         String 2 // name of parameter 1                 Imexp
1149         {
1150             Text [ en-US ] = "Complex number";
1151         };
1153         String 3 // description of parameter 1  Imexp
1154         {
1155             Text [ en-US ] = "The complex number";
1156         };
1157     };
1159     Resource ANALYSIS_Imconjugate
1160     {
1161         String 1        // description Imconjugate
1162         {
1163             Text [ en-US ] = "Returns the complex conjugate of a complex number";
1164         };
1166         String 2 // name of parameter 1                 Imconjugate
1167         {
1168             Text [ en-US ] = "Complex number";
1169         };
1171         String 3 // description of parameter 1  Imconjugate
1172         {
1173             Text [ en-US ] = "The complex number";
1174         };
1175     };
1177     Resource ANALYSIS_Imln
1178     {
1179         String 1        // description Imln
1180         {
1181             Text [ en-US ] = "Returns the natural logarithm of a complex number";
1182         };
1184         String 2 // name of parameter 1                 Imln
1185         {
1186             Text [ en-US ] = "Complex number";
1187         };
1189         String 3 // description of parameter 1  Imln
1190         {
1191             Text [ en-US ] = "The complex number";
1192         };
1193     };
1195     Resource ANALYSIS_Imlog10
1196     {
1197         String 1        // description Imlog10
1198         {
1199             Text [ en-US ] = "Returns the base-10 logarithm of a complex number";
1200         };
1202         String 2 // name of parameter 1                 Imlog10
1203         {
1204             Text [ en-US ] = "Complex number";
1205         };
1207         String 3 // description of parameter 1  Imlog10
1208         {
1209             Text [ en-US ] = "The complex number";
1210         };
1211     };
1213     Resource ANALYSIS_Imlog2
1214     {
1215         String 1        // description Imlog2
1216         {
1217             Text [ en-US ] = "Returns the base-2 logarithm of a complex number";
1218         };
1220         String 2 // name of parameter 1                 Imlog2
1221         {
1222             Text [ en-US ] = "Complex number";
1223         };
1225         String 3 // description of parameter 1  Imlog2
1226         {
1227             Text [ en-US ] = "The complex number";
1228         };
1229     };
1231     Resource ANALYSIS_Improduct
1232     {
1233         String 1        // description Improduct
1234         {
1235             Text [ en-US ] = "Returns the product of several complex numbers";
1236         };
1238         String 2 // name of parameter 1                 Improduct
1239         {
1240             Text [ en-US ] = "Complex number";
1241         };
1243         String 3 // description of parameter 1  Improduct
1244         {
1245             Text [ en-US ] = "The first complex number";
1246         };
1248         String 4 // name of parameter 2                 Improduct
1249         {
1250             Text [ en-US ] = "Complex number";
1251         };
1253         String 5 // description of parameter 2  Improduct
1254         {
1255             Text [ en-US ] = "Another complex number";
1256         };
1257     };
1259     Resource ANALYSIS_Imreal
1260     {
1261         String 1        // description Imreal
1262         {
1263             Text [ en-US ] = "Returns the real coefficient of a complex number";
1264         };
1266         String 2 // name of parameter 1                 Imreal
1267         {
1268             Text [ en-US ] = "Complex number";
1269         };
1271         String 3 // description of parameter 1  Imreal
1272         {
1273             Text [ en-US ] = "The complex number";
1274         };
1275     };
1277     Resource ANALYSIS_Imsin
1278     {
1279         String 1        // description Imsin
1280         {
1281             Text [ en-US ] = "Returns the sine of a complex number";
1282         };
1284         String 2 // name of parameter 1                 Imsin
1285         {
1286             Text [ en-US ] = "Complex number";
1287         };
1289         String 3 // description of parameter 1  Imsin
1290         {
1291             Text [ en-US ] = "The complex number";
1292         };
1293     };
1295     Resource ANALYSIS_Imsub
1296     {
1297         String 1        // description Imsub
1298         {
1299             Text [ en-US ] = "Returns the difference of two complex numbers";
1300         };
1302         String 2 // name of parameter 1                 Imsub
1303         {
1304             Text [ en-US ] = "Complex number 1";
1305         };
1307         String 3 // description of parameter 1  Imsub
1308         {
1309             Text [ en-US ] = "Complex number 1";
1310         };
1312         String 4 // name of parameter 2                 Imsub
1313         {
1314             Text [ en-US ] = "Complex number 2";
1315         };
1317         String 5 // description of parameter 2  Imsub
1318         {
1319             Text [ en-US ] = "Complex number 2";
1320         };
1321     };
1323     Resource ANALYSIS_Imsqrt
1324     {
1325         String 1        // description Imsqrt
1326         {
1327             Text [ en-US ] = "Returns the square root of a complex number";
1328         };
1330         String 2 // name of parameter 1                 Imsqrt
1331         {
1332             Text [ en-US ] = "Complex number";
1333         };
1335         String 3 // description of parameter 1  Imsqrt
1336         {
1337             Text [ en-US ] = "The complex number";
1338         };
1339     };
1341     Resource ANALYSIS_Imsum
1342     {
1343         String 1        // description Imsum
1344         {
1345             Text [ en-US ] = "Returns the sum of complex numbers";
1346         };
1348         String 2 // name of parameter 1                 Imsum
1349         {
1350             Text [ en-US ] = "Complex number";
1351         };
1353         String 3 // description of parameter 1  Imsum
1354         {
1355             Text [ en-US ] = "The complex number";
1356         };
1358     };
1360     Resource ANALYSIS_Complex
1361     {
1362         String 1        // description Complex
1363         {
1364             Text [ en-US ] = "Converts real and imaginary coefficients into a complex number";
1365         };
1367         String 2 // name of parameter 1                 Complex
1368         {
1369             Text [ en-US ] = "Real num";
1370         };
1372         String 3 // description of parameter 1  Complex
1373         {
1374             Text [ en-US ] = "The real coefficient";
1375         };
1377         String 4 // name of parameter 2                 Complex
1378         {
1379             Text [ en-US ] = "I num";
1380         };
1382         String 5 // description of parameter 2  Complex
1383         {
1384             Text [ en-US ] = "The imaginary coefficient";
1385         };
1387         String 6 // name of parameter 3                 Complex
1388         {
1389             Text [ en-US ] = "Suffix";
1390         };
1392         String 7 // description of parameter 3  Complex
1393         {
1394             Text [ en-US ] = "The suffix";
1395         };
1396     };
1398     Resource ANALYSIS_Convert
1399     {
1400         String 1        // description Convert_add
1401         {
1402             Text [ en-US ] = "Converts a number from one measurement system to another";
1403         };
1405         String 2 // name of parameter 1                 Convert_add
1406         {
1407             Text [ en-US ] = "Number";
1408         };
1410         String 3 // description of parameter 1  Convert_add
1411         {
1412             Text [ en-US ] = "The number";
1413         };
1415         String 4 // name of parameter 2                 Convert_add
1416         {
1417             Text [ en-US ] = "From unit";
1418         };
1420         String 5 // description of parameter 2  Convert_add
1421         {
1422             Text [ en-US ] = "Unit of measure for number";
1423         };
1425         String 6 // name of parameter 3                 Convert_add
1426         {
1427             Text [ en-US ] = "To unit";
1428         };
1430         String 7 // description of parameter 3  Convert_add
1431         {
1432             Text [ en-US ] = "Unit of measure for the result";
1433         };
1434     };
1436     Resource ANALYSIS_Amordegrc
1437     {
1438         String 1        // description Amordegrc
1439         {
1440             Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1441         };
1443         String 2 // name of parameter 1                 Amordegrc
1444         {
1445             Text [ en-US ] = "Cost";
1446         };
1448         String 3 // description of parameter 1  Amordegrc
1449         {
1450             Text [ en-US ] = "Cost of the asset";
1451         };
1453         String 4 // name of parameter 2                 Amordegrc
1454         {
1455             Text [ en-US ] = "Date purchased";
1456         };
1458         String 5 // description of parameter 2  Amordegrc
1459         {
1460             Text [ en-US ] = "Purchase date of the asset";
1461         };
1463         String 6 // name of parameter 3                 Amordegrc
1464         {
1465             Text [ en-US ] = "First period";
1466         };
1468         String 7 // description of parameter 3  Amordegrc
1469         {
1470             Text [ en-US ] = "Date the first period ends";
1471         };
1473         String 8 // name of parameter 4                 Amordegrc
1474         {
1475             Text [ en-US ] = "Salvage";
1476         };
1478         String 9 // description of parameter 4  Amordegrc
1479         {
1480             Text [ en-US ] = "Salvage value of an asset at the end of its life";
1481         };
1483         String 10 // name of parameter 5                Amordegrc
1484         {
1485             Text [ en-US ] = "Period";
1486         };
1488         String 11 // description of parameter 5 Amordegrc
1489         {
1490             Text [ en-US ] = "The period";
1491         };
1493         String 12 // name of parameter 6                Amordegrc
1494         {
1495             Text [ en-US ] = "Rate";
1496         };
1498         String 13 // description of parameter 6 Amordegrc
1499         {
1500             Text [ en-US ] = "The rate of depreciation";
1501         };
1503         String 14 // name of parameter 7                Amordegrc
1504         {
1505             Text [ en-US ] = "Basis";
1506         };
1508         String 15 // description of parameter 7 Amordegrc
1509         {
1510             Text [ en-US ] = "The year basis to be used";
1511         };
1512     };
1514     Resource ANALYSIS_Amorlinc
1515     {
1516         String 1        // description Amorlinc
1517         {
1518             Text [ en-US ] = "Returns the prorated linear depreciation of an asset for each accounting period";
1519         };
1521         String 2 // name of parameter 1                 Amorlinc
1522         {
1523             Text [ en-US ] = "Cost";
1524         };
1526         String 3 // description of parameter 1  Amorlinc
1527         {
1528             Text [ en-US ] = "Cost of the asset";
1529         };
1531         String 4 // name of parameter 2                 Amorlinc
1532         {
1533             Text [ en-US ] = "Date purchased";
1534         };
1536         String 5 // description of parameter 2  Amorlinc
1537         {
1538             Text [ en-US ] = "Purchase date of the asset";
1539         };
1541         String 6 // name of parameter 3                 Amorlinc
1542         {
1543             Text [ en-US ] = "First period";
1544         };
1546         String 7 // description of parameter 3  Amorlinc
1547         {
1548             Text [ en-US ] = "The date the first period ends";
1549         };
1551         String 8 // name of parameter 4                 Amorlinc
1552         {
1553             Text [ en-US ] = "Salvage";
1554         };
1556         String 9 // description of parameter 4  Amorlinc
1557         {
1558             Text [ en-US ] = "The salvage value of an asset at the end of its life";
1559         };
1561         String 10 // name of parameter 5                Amorlinc
1562         {
1563             Text [ en-US ] = "Period";
1564         };
1566         String 11 // description of parameter 5 Amorlinc
1567         {
1568             Text [ en-US ] = "The period";
1569         };
1571         String 12 // name of parameter 6                Amorlinc
1572         {
1573             Text [ en-US ] = "Rate";
1574         };
1576         String 13 // description of parameter 6 Amorlinc
1577         {
1578             Text [ en-US ] = "The rate of depreciation";
1579         };
1581         String 14 // name of parameter 7                Amorlinc
1582         {
1583             Text [ en-US ] = "Basis";
1584         };
1586         String 15 // description of parameter 7 Amorlinc
1587         {
1588             Text [ en-US ] = "The year basis to be used";
1589         };
1590     };
1592     Resource ANALYSIS_Accrint
1593     {
1594         String 1        // description Accrint
1595         {
1596             Text [ en-US ] = "Returns the accrued interest for a security that pays periodic interest";
1597         };
1599         String 2 // name of parameter 1                 Accrint
1600         {
1601             Text [ en-US ] = "Issue";
1602         };
1604         String 3 // description of parameter 1  Accrint
1605         {
1606             Text [ en-US ] = "Issue date of the security";
1607         };
1609         String 4 // name of parameter 2                 Accrint
1610         {
1611             Text [ en-US ] = "First interest";
1612         };
1614         String 5 // description of parameter 2  Accrint
1615         {
1616             Text [ en-US ] = "First interest date of the security";
1617         };
1619         String 6 // name of parameter 3                 Accrint
1620         {
1621             Text [ en-US ] = "Settlement";
1622         };
1624         String 7 // description of parameter 3  Accrint
1625         {
1626             Text [ en-US ] = "The settlement";
1627         };
1629         String 8 // name of parameter 4                 Accrint
1630         {
1631             Text [ en-US ] = "Rate";
1632         };
1634         String 9 // description of parameter 4  Accrint
1635         {
1636             Text [ en-US ] = "The rate";
1637         };
1639         String 10 // name of parameter 5                Accrint
1640         {
1641             Text [ en-US ] = "Par";
1642         };
1644         String 11 // description of parameter 5 Accrint
1645         {
1646             Text [ en-US ] = "The par value";
1647         };
1649         String 12 // name of parameter 6                Accrint
1650         {
1651             Text [ en-US ] = "Frequency";
1652         };
1654         String 13 // description of parameter 6 Accrint
1655         {
1656             Text [ en-US ] = "The frequency";
1657         };
1659         String 14 // name of parameter 7                Accrint
1660         {
1661             Text [ en-US ] = "Basis";
1662         };
1664         String 15 // description of parameter 7 Accrint
1665         {
1666             Text [ en-US ] = "The basis";
1667         };
1668     };
1670     Resource ANALYSIS_Accrintm
1671     {
1672         String 1        // description Accrintm
1673         {
1674             Text [ en-US ] = "Returns the accrued interest for a security that pays interest at maturity";
1675         };
1677         String 2 // name of parameter 1                 Accrintm
1678         {
1679             Text [ en-US ] = "Issue";
1680         };
1682         String 3 // description of parameter 1  Accrintm
1683         {
1684             Text [ en-US ] = "The issue date";
1685         };
1687         String 4 // name of parameter 2                 Accrintm
1688         {
1689             Text [ en-US ] = "Settlement";
1690         };
1692         String 5 // description of parameter 2  Accrintm
1693         {
1694             Text [ en-US ] = "The settlement";
1695         };
1697         String 6 // name of parameter 3                 Accrintm
1698         {
1699             Text [ en-US ] = "Rate";
1700         };
1702         String 7 // description of parameter 3  Accrintm
1703         {
1704             Text [ en-US ] = "The rate";
1705         };
1707         String 8 // name of parameter 4                 Accrintm
1708         {
1709             Text [ en-US ] = "Par";
1710         };
1712         String 9 // description of parameter 4  Accrintm
1713         {
1714             Text [ en-US ] = "The par value";
1715         };
1717         String 10 // name of parameter 5                Accrintm
1718         {
1719             Text [ en-US ] = "Basis";
1720         };
1722         String 11 // description of parameter 5 Accrintm
1723         {
1724             Text [ en-US ] = "The basis";
1725         };
1726     };
1728     Resource ANALYSIS_Received
1729     {
1730         String 1        // description Received
1731         {
1732             Text [ en-US ] = "Returns the amount paid out at maturity for a fully invested security";
1733         };
1735         String 2 // name of parameter 1                 Received
1736         {
1737             Text [ en-US ] = "Settlement";
1738         };
1740         String 3 // description of parameter 1  Received
1741         {
1742             Text [ en-US ] = "The settlement";
1743         };
1745         String 4 // name of parameter 2                 Received
1746         {
1747             Text [ en-US ] = "Maturity";
1748         };
1750         String 5 // description of parameter 2  Received
1751         {
1752             Text [ en-US ] = "The maturity";
1753         };
1755         String 6 // name of parameter 3                 Received
1756         {
1757             Text [ en-US ] = "Investment";
1758         };
1760         String 7 // description of parameter 3  Received
1761         {
1762             Text [ en-US ] = "The investment";
1763         };
1765         String 8 // name of parameter 4                 Received
1766         {
1767             Text [ en-US ] = "Discount";
1768         };
1770         String 9 // description of parameter 4  Received
1771         {
1772             Text [ en-US ] = "The discount";
1773         };
1775         String 10 // name of parameter 5                Received
1776         {
1777             Text [ en-US ] = "Basis";
1778         };
1780         String 11 // description of parameter 5 Received
1781         {
1782             Text [ en-US ] = "The basis";
1783         };
1784     };
1786     Resource ANALYSIS_Disc
1787     {
1788         String 1        // description Disc
1789         {
1790             Text [ en-US ] = "Returns the discount rate for a security";
1791         };
1793         String 2 // name of parameter 1                 Disc
1794         {
1795             Text [ en-US ] = "Settlement";
1796         };
1798         String 3 // description of parameter 1  Disc
1799         {
1800             Text [ en-US ] = "The settlement";
1801         };
1803         String 4 // name of parameter 2                 Disc
1804         {
1805             Text [ en-US ] = "Maturity";
1806         };
1808         String 5 // description of parameter 2  Disc
1809         {
1810             Text [ en-US ] = "The maturity";
1811         };
1813         String 6 // name of parameter 3                 Disc
1814         {
1815             Text [ en-US ] = "Price";
1816         };
1818         String 7 // description of parameter 3  Disc
1819         {
1820             Text [ en-US ] = "The price";
1821         };
1823         String 8 // name of parameter 4                 Disc
1824         {
1825             Text [ en-US ] = "Redemption";
1826         };
1828         String 9 // description of parameter 4  Disc
1829         {
1830             Text [ en-US ] = "The redemption value";
1831         };
1833         String 10 // name of parameter 5                Disc
1834         {
1835             Text [ en-US ] = "Basis";
1836         };
1838         String 11 // description of parameter 5 Disc
1839         {
1840             Text [ en-US ] = "The basis";
1841         };
1842     };
1844     Resource ANALYSIS_Duration
1845     {
1846         String 1        // description Duration
1847         {
1848             Text [ en-US ] = "Returns the annual Macaulay duration of a security with periodic interest payments";
1849         };
1851         String 2 // name of parameter 1                 Duration
1852         {
1853             Text [ en-US ] = "Settlement";
1854         };
1856         String 3 // description of parameter 1  Duration
1857         {
1858             Text [ en-US ] = "The settlement";
1859         };
1861         String 4 // name of parameter 2                 Duration
1862         {
1863             Text [ en-US ] = "Maturity";
1864         };
1866         String 5 // description of parameter 2  Duration
1867         {
1868             Text [ en-US ] = "The maturity";
1869         };
1871         String 6 // name of parameter 3                 Duration
1872         {
1873             Text [ en-US ] = "Coupon";
1874         };
1876         String 7 // description of parameter 3  Duration
1877         {
1878             Text [ en-US ] = "The coupon rate";
1879         };
1881         String 8 // name of parameter 4                 Duration
1882         {
1883             Text [ en-US ] = "Yield";
1884         };
1886         String 9 // description of parameter 4  Duration
1887         {
1888             Text [ en-US ] = "The yield";
1889         };
1891         String 10 // name of parameter 5                Duration
1892         {
1893             Text [ en-US ] = "Frequency";
1894         };
1896         String 11 // description of parameter 5 Duration
1897         {
1898             Text [ en-US ] = "The frequency";
1899         };
1901         String 12 // name of parameter 6                Duration
1902         {
1903             Text [ en-US ] = "Basis";
1904         };
1906         String 13 // description of parameter 6 Duration
1907         {
1908             Text [ en-US ] = "The basis";
1909         };
1910     };
1912     Resource ANALYSIS_Effect
1913     {
1914         String 1        // description Effect_add
1915         {
1916             Text [ en-US ] = "Returns the effective annual interest rate";
1917         };
1919         String 2 // name of parameter 1                 Effect_add
1920         {
1921             Text [ en-US ] = "Nominal rate";
1922         };
1924         String 3 // description of parameter 1  Effect_add
1925         {
1926             Text [ en-US ] = "The nominal rate";
1927         };
1929         String 4 // name of parameter 2                 Effect_add
1930         {
1931             Text [ en-US ] = "Npery";
1932         };
1934         String 5 // description of parameter 2  Effect_add
1935         {
1936             Text [ en-US ] = "The periods";
1937         };
1938     };
1940     Resource ANALYSIS_Cumprinc
1941     {
1942         String 1        // description Cumprinc_add
1943         {
1944             Text [ en-US ] = "Returns the cumulative principal on a loan to be paid between two periods";
1945         };
1947         String 2 // name of parameter 1                 Cumprinc_add
1948         {
1949             Text [ en-US ] = "Rate";
1950         };
1952         String 3 // description of parameter 1  Cumprinc_add
1953         {
1954             Text [ en-US ] = "The rate";
1955         };
1957         String 4 // name of parameter 2                 Cumprinc_add
1958         {
1959             Text [ en-US ] = "Nper";
1960         };
1962         String 5 // description of parameter 2  Cumprinc_add
1963         {
1964             Text [ en-US ] = "Number of payment periods";
1965         };
1967         String 6 // name of parameter 3                 Cumprinc_add
1968         {
1969             Text [ en-US ] = "Pv";
1970         };
1972         String 7 // description of parameter 3  Cumprinc_add
1973         {
1974             Text [ en-US ] = "The present value";
1975         };
1977         String 8 // name of parameter 4                 Cumprinc_add
1978         {
1979             Text [ en-US ] = "Start period";
1980         };
1982         String 9 // description of parameter 4  Cumprinc_add
1983         {
1984             Text [ en-US ] = "The start period";
1985         };
1987         String 10 // name of parameter 5                Cumprinc_add
1988         {
1989             Text [ en-US ] = "End period";
1990         };
1992         String 11 // description of parameter 5 Cumprinc_add
1993         {
1994             Text [ en-US ] = "The end period";
1995         };
1997         String 12 // name of parameter 6                Cumprinc_add
1998         {
1999             Text [ en-US ] = "Type";
2000         };
2002         String 13 // description of parameter 6 Cumprinc_add
2003         {
2004             Text [ en-US ] = "The type of maturity";
2005         };
2006     };
2008     Resource ANALYSIS_Cumipmt
2009     {
2010         String 1        // description Cumipmt_add
2011         {
2012             Text [ en-US ] = "Returns the cumulative interest to be paid between two periods";
2013         };
2015         String 2 // name of parameter 1                 Cumipmt_add
2016         {
2017             Text [ en-US ] = "Rate";
2018         };
2020         String 3 // description of parameter 1  Cumipmt_add
2021         {
2022             Text [ en-US ] = "The rate";
2023         };
2025         String 4 // name of parameter 2                 Cumipmt_add
2026         {
2027             Text [ en-US ] = "Nper";
2028         };
2030         String 5 // description of parameter 2  Cumipmt_add
2031         {
2032             Text [ en-US ] = "Number of payment periods";
2033         };
2035         String 6 // name of parameter 3                 Cumipmt_add
2036         {
2037             Text [ en-US ] = "Pv";
2038         };
2040         String 7 // description of parameter 3  Cumipmt_add
2041         {
2042             Text [ en-US ] = "The present value";
2043         };
2045         String 8 // name of parameter 4                 Cumipmt_add
2046         {
2047             Text [ en-US ] = "Start period";
2048         };
2050         String 9 // description of parameter 4  Cumipmt_add
2051         {
2052             Text [ en-US ] = "The start period";
2053         };
2055         String 10 // name of parameter 5                Cumipmt_add
2056         {
2057             Text [ en-US ] = "End period";
2058         };
2060         String 11 // description of parameter 5 Cumipmt_add
2061         {
2062             Text [ en-US ] = "The end period";
2063         };
2065         String 12 // name of parameter 6                Cumipmt_add
2066         {
2067             Text [ en-US ] = "Type";
2068         };
2070         String 13 // description of parameter 6 Cumipmt_add
2071         {
2072             Text [ en-US ] = "The type of maturity";
2073         };
2074     };
2076     Resource ANALYSIS_Price
2077     {
2078         String 1        // description Price
2079         {
2080             Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays periodic interest";
2081         };
2083         String 2 // name of parameter 1                 Price
2084         {
2085             Text [ en-US ] = "Settlement";
2086         };
2088         String 3 // description of parameter 1  Price
2089         {
2090             Text [ en-US ] = "The settlement";
2091         };
2093         String 4 // name of parameter 2                 Price
2094         {
2095             Text [ en-US ] = "Maturity";
2096         };
2098         String 5 // description of parameter 2  Price
2099         {
2100             Text [ en-US ] = "The maturity";
2101         };
2103         String 6 // name of parameter 3                 Price
2104         {
2105             Text [ en-US ] = "Rate";
2106         };
2108         String 7 // description of parameter 3  Price
2109         {
2110             Text [ en-US ] = "The rate";
2111         };
2113         String 8 // name of parameter 4                 Price
2114         {
2115             Text [ en-US ] = "Yield";
2116         };
2118         String 9 // description of parameter 4  Price
2119         {
2120             Text [ en-US ] = "The yield";
2121         };
2123         String 10 // name of parameter 5                Price
2124         {
2125             Text [ en-US ] = "Redemption";
2126         };
2128         String 11 // description of parameter 5 Price
2129         {
2130             Text [ en-US ] = "The redemption value";
2131         };
2133         String 12 // name of parameter 6                Price
2134         {
2135             Text [ en-US ] = "Frequency";
2136         };
2138         String 13 // description of parameter 6 Price
2139         {
2140             Text [ en-US ] = "The frequency";
2141         };
2143         String 14 // name of parameter 7                Price
2144         {
2145             Text [ en-US ] = "Basis";
2146         };
2148         String 15 // description of parameter 7 Price
2149         {
2150             Text [ en-US ] = "The basis";
2151         };
2152     };
2154     Resource ANALYSIS_Pricedisc
2155     {
2156         String 1        // description Pricedisc
2157         {
2158             Text [ en-US ] = "Returns the price per 100 currency units face value of a discounted security";
2159         };
2161         String 2 // name of parameter 1                 Pricedisc
2162         {
2163             Text [ en-US ] = "Settlement";
2164         };
2166         String 3 // description of parameter 1  Pricedisc
2167         {
2168             Text [ en-US ] = "The settlement";
2169         };
2171         String 4 // name of parameter 2                 Pricedisc
2172         {
2173             Text [ en-US ] = "Maturity";
2174         };
2176         String 5 // description of parameter 2  Pricedisc
2177         {
2178             Text [ en-US ] = "The maturity";
2179         };
2181         String 6 // name of parameter 3                 Pricedisc
2182         {
2183             Text [ en-US ] = "Discount";
2184         };
2186         String 7 // description of parameter 3  Pricedisc
2187         {
2188             Text [ en-US ] = "The discount";
2189         };
2191         String 8 // name of parameter 4                 Pricedisc
2192         {
2193             Text [ en-US ] = "Redemption";
2194         };
2196         String 9 // description of parameter 4  Pricedisc
2197         {
2198             Text [ en-US ] = "The redemption value";
2199         };
2201         String 10 // name of parameter 5                Pricedisc
2202         {
2203             Text [ en-US ] = "Basis";
2204         };
2206         String 11 // description of parameter 5 Pricedisc
2207         {
2208             Text [ en-US ] = "The basis";
2209         };
2210     };
2212     Resource ANALYSIS_Pricemat
2213     {
2214         String 1        // description Pricemat
2215         {
2216             Text [ en-US ] = "Returns the price per 100 currency units face value of a security that pays interest at maturity";
2217         };
2219         String 2 // name of parameter 1                 Pricemat
2220         {
2221             Text [ en-US ] = "Settlement";
2222         };
2224         String 3 // description of parameter 1  Pricemat
2225         {
2226             Text [ en-US ] = "The settlement";
2227         };
2229         String 4 // name of parameter 2                 Pricemat
2230         {
2231             Text [ en-US ] = "Maturity";
2232         };
2234         String 5 // description of parameter 2  Pricemat
2235         {
2236             Text [ en-US ] = "The maturity";
2237         };
2239         String 6 // name of parameter 3                 Pricemat
2240         {
2241             Text [ en-US ] = "Issue";
2242         };
2244         String 7 // description of parameter 3  Pricemat
2245         {
2246             Text [ en-US ] = "The issue date";
2247         };
2249         String 8 // name of parameter 4                 Pricemat
2250         {
2251             Text [ en-US ] = "Rate";
2252         };
2254         String 9 // description of parameter 4  Pricemat
2255         {
2256             Text [ en-US ] = "The rate";
2257         };
2259         String 10 // name of parameter 5                Pricemat
2260         {
2261             Text [ en-US ] = "Yield";
2262         };
2264         String 11 // description of parameter 5 Pricemat
2265         {
2266             Text [ en-US ] = "The yield";
2267         };
2269         String 12 // name of parameter 6                Pricemat
2270         {
2271             Text [ en-US ] = "Basis";
2272         };
2274         String 13 // description of parameter 6 Pricemat
2275         {
2276             Text [ en-US ] = "The basis";
2277         };
2278     };
2280     Resource ANALYSIS_Mduration
2281     {
2282         String 1        // description Mduration
2283         {
2284             Text [ en-US ] = "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units";
2285         };
2287         String 2 // name of parameter 1                 Mduration
2288         {
2289             Text [ en-US ] = "Settlement";
2290         };
2292         String 3 // description of parameter 1  Mduration
2293         {
2294             Text [ en-US ] = "The settlement";
2295         };
2297         String 4 // name of parameter 2                 Mduration
2298         {
2299             Text [ en-US ] = "Maturity";
2300         };
2302         String 5 // description of parameter 2  Mduration
2303         {
2304             Text [ en-US ] = "The maturity";
2305         };
2307         String 6 // name of parameter 3                 Mduration
2308         {
2309             Text [ en-US ] = "Coupon";
2310         };
2312         String 7 // description of parameter 3  Mduration
2313         {
2314             Text [ en-US ] = "The coupon rate";
2315         };
2317         String 8 // name of parameter 4                 Mduration
2318         {
2319             Text [ en-US ] = "Yield";
2320         };
2322         String 9 // description of parameter 4  Mduration
2323         {
2324             Text [ en-US ] = "The yield";
2325         };
2327         String 10 // name of parameter 5                Mduration
2328         {
2329             Text [ en-US ] = "Frequency";
2330         };
2332         String 11 // description of parameter 5 Mduration
2333         {
2334             Text [ en-US ] = "The frequency";
2335         };
2337         String 12 // name of parameter 6                Mduration
2338         {
2339             Text [ en-US ] = "Basis";
2340         };
2342         String 13 // description of parameter 6 Mduration
2343         {
2344             Text [ en-US ] = "The basis";
2345         };
2346     };
2348     Resource ANALYSIS_Nominal
2349     {
2350         String 1    // description Nominal_add
2351         {
2352             Text [ en-US ] = "Returns the annual nominal interest rate";
2353         };
2355         String 2 // name of parameter 1         Nominal_add
2356         {
2357             Text [ en-US ] = "Effective rate";
2358         };
2360         String 3 // description of parameter 1  Nominal_add
2361         {
2362             Text [ en-US ] = "The effective interest rate";
2363         };
2365         String 4 // name of parameter 2         Nominal_add
2366         {
2367             Text [ en-US ] = "Npery";
2368         };
2370         String 5 // description of parameter 2  Nominal_add
2371         {
2372             Text [ en-US ] = "The periods";
2373         };
2374     };
2376     Resource ANALYSIS_Dollarfr
2377     {
2378         String 1        // description Dollarfr
2379         {
2380             Text [ en-US ] = "Converts a price expressed as a decimal into a price expressed as a fraction";
2381         };
2383         String 2 // name of parameter 1                 Dollarfr
2384         {
2385             Text [ en-US ] = "Decimal dollar";
2386         };
2388         String 3 // description of parameter 1  Dollarfr
2389         {
2390             Text [ en-US ] = "The decimal number";
2391         };
2393         String 4 // name of parameter 2                 Dollarfr
2394         {
2395             Text [ en-US ] = "Fraction";
2396         };
2398         String 5 // description of parameter 2  Dollarfr
2399         {
2400             Text [ en-US ] = "The divisor";
2401         };
2402     };
2404     Resource ANALYSIS_Dollarde
2405     {
2406         String 1        // description Dollarde
2407         {
2408             Text [ en-US ] = "Converts a price expressed as a fraction into a price expressed as a decimal";
2409         };
2411         String 2 // name of parameter 1                 Dollarde
2412         {
2413             Text [ en-US ] = "Fractional dollar";
2414         };
2416         String 3 // description of parameter 1  Dollarde
2417         {
2418             Text [ en-US ] = "The number as a fraction";
2419         };
2421         String 4 // name of parameter 2                 Dollarde
2422         {
2423             Text [ en-US ] = "Fraction";
2424         };
2426         String 5 // description of parameter 2  Dollarde
2427         {
2428             Text [ en-US ] = "The divisor";
2429         };
2430     };
2432     Resource ANALYSIS_Yield
2433     {
2434         String 1        // description Yield
2435         {
2436             Text [ en-US ] = "Returns the yield on a security that pays periodic interest";
2437         };
2439         String 2 // name of parameter 1                 Yield
2440         {
2441             Text [ en-US ] = "Settlement";
2442         };
2444         String 3 // description of parameter 1  Yield
2445         {
2446             Text [ en-US ] = "The settlement";
2447         };
2449         String 4 // name of parameter 2                 Yield
2450         {
2451             Text [ en-US ] = "Maturity";
2452         };
2454         String 5 // description of parameter 2  Yield
2455         {
2456             Text [ en-US ] = "The maturity";
2457         };
2459         String 6 // name of parameter 3                 Yield
2460         {
2461             Text [ en-US ] = "Rate";
2462         };
2464         String 7 // description of parameter 3  Yield
2465         {
2466             Text [ en-US ] = "The rate";
2467         };
2469         String 8 // name of parameter 4                 Yield
2470         {
2471             Text [ en-US ] = "Price";
2472         };
2474         String 9 // description of parameter 4  Yield
2475         {
2476             Text [ en-US ] = "The price";
2477         };
2479         String 10 // name of parameter 5                Yield
2480         {
2481             Text [ en-US ] = "Redemption";
2482         };
2484         String 11 // description of parameter 5 Yield
2485         {
2486             Text [ en-US ] = "The redemption value";
2487         };
2489         String 12 // name of parameter 6                Yield
2490         {
2491             Text [ en-US ] = "Frequency";
2492         };
2494         String 13 // description of parameter 6 Yield
2495         {
2496             Text [ en-US ] = "The frequency";
2497         };
2499         String 14 // name of parameter 7                Yield
2500         {
2501             Text [ en-US ] = "Basis";
2502         };
2504         String 15 // description of parameter 7 Yield
2505         {
2506             Text [ en-US ] = "The basis";
2507         };
2508     };
2510     Resource ANALYSIS_Yielddisc
2511     {
2512         String 1        // description Yielddisc
2513         {
2514             Text [ en-US ] = "Returns the annual yield for a discounted security";
2515         };
2517         String 2 // name of parameter 1                 Yielddisc
2518         {
2519             Text [ en-US ] = "Settlement";
2520         };
2522         String 3 // description of parameter 1  Yielddisc
2523         {
2524             Text [ en-US ] = "The settlement";
2525         };
2527         String 4 // name of parameter 2                 Yielddisc
2528         {
2529             Text [ en-US ] = "Maturity";
2530         };
2532         String 5 // description of parameter 2  Yielddisc
2533         {
2534             Text [ en-US ] = "The maturity";
2535         };
2537         String 6 // name of parameter 3                 Yielddisc
2538         {
2539             Text [ en-US ] = "Price";
2540         };
2542         String 7 // description of parameter 3  Yielddisc
2543         {
2544             Text [ en-US ] = "The price";
2545         };
2547         String 8 // name of parameter 4                 Yielddisc
2548         {
2549             Text [ en-US ] = "Redemption";
2550         };
2552         String 9 // description of parameter 4  Yielddisc
2553         {
2554             Text [ en-US ] = "The redemption value";
2555         };
2557         String 10 // name of parameter 5                Yielddisc
2558         {
2559             Text [ en-US ] = "Basis";
2560         };
2562         String 11 // description of parameter 5 Yielddisc
2563         {
2564             Text [ en-US ] = "The basis";
2565         };
2566     };
2568     Resource ANALYSIS_Yieldmat
2569     {
2570         String 1        // description Yieldmat
2571         {
2572             Text [ en-US ] = "Returns the annual yield of a security that pays interest at maturity";
2573         };
2575         String 2 // name of parameter 1                 Yieldmat
2576         {
2577             Text [ en-US ] = "Settlement";
2578         };
2580         String 3 // description of parameter 1  Yieldmat
2581         {
2582             Text [ en-US ] = "The settlement";
2583         };
2585         String 4 // name of parameter 2                 Yieldmat
2586         {
2587             Text [ en-US ] = "Maturity";
2588         };
2590         String 5 // description of parameter 2  Yieldmat
2591         {
2592             Text [ en-US ] = "The maturity";
2593         };
2595         String 6 // name of parameter 3                 Yieldmat
2596         {
2597             Text [ en-US ] = "Issue";
2598         };
2600         String 7 // description of parameter 3  Yieldmat
2601         {
2602             Text [ en-US ] = "The issue date";
2603         };
2605         String 8 // name of parameter 4                 Yieldmat
2606         {
2607             Text [ en-US ] = "Rate";
2608         };
2610         String 9 // description of parameter 4  Yieldmat
2611         {
2612             Text [ en-US ] = "The rate";
2613         };
2615         String 10 // name of parameter 5                Yieldmat
2616         {
2617             Text [ en-US ] = "Price";
2618         };
2620         String 11 // description of parameter 5 Yieldmat
2621         {
2622             Text [ en-US ] = "The price";
2623         };
2625         String 12 // name of parameter 6                Yieldmat
2626         {
2627             Text [ en-US ] = "Basis";
2628         };
2630         String 13 // description of parameter 6 Yieldmat
2631         {
2632             Text [ en-US ] = "The basis";
2633         };
2634     };
2636     Resource ANALYSIS_Tbilleq
2637     {
2638         String 1        // description Tbilleq
2639         {
2640             Text [ en-US ] = "Returns the bond-equivalent yield for a treasury bill";
2641         };
2643         String 2 // name of parameter 1                 Tbilleq
2644         {
2645             Text [ en-US ] = "Settlement";
2646         };
2648         String 3 // description of parameter 1  Tbilleq
2649         {
2650             Text [ en-US ] = "The settlement";
2651         };
2653         String 4 // name of parameter 2                 Tbilleq
2654         {
2655             Text [ en-US ] = "Maturity";
2656         };
2658         String 5 // description of parameter 2  Tbilleq
2659         {
2660             Text [ en-US ] = "The maturity";
2661         };
2663         String 6 // name of parameter 3                 Tbilleq
2664         {
2665             Text [ en-US ] = "Discount";
2666         };
2668         String 7 // description of parameter 3  Tbilleq
2669         {
2670             Text [ en-US ] = "The discount rate";
2671         };
2672     };
2674     Resource ANALYSIS_Tbillprice
2675     {
2676         String 1        // description Tbillprice
2677         {
2678             Text [ en-US ] = "Returns the price of 100 currency units face value for a treasury bill";
2679         };
2681         String 2 // name of parameter 1                 Tbillprice
2682         {
2683             Text [ en-US ] = "Settlement";
2684         };
2686         String 3 // description of parameter 1  Tbillprice
2687         {
2688             Text [ en-US ] = "The settlement";
2689         };
2691         String 4 // name of parameter 2                 Tbillprice
2692         {
2693             Text [ en-US ] = "Maturity";
2694         };
2696         String 5 // description of parameter 2  Tbillprice
2697         {
2698             Text [ en-US ] = "The maturity";
2699         };
2701         String 6 // name of parameter 3                 Tbillprice
2702         {
2703             Text [ en-US ] = "Discount";
2704         };
2706         String 7 // description of parameter 3  Tbillprice
2707         {
2708             Text [ en-US ] = "The discount rate";
2709         };
2710     };
2712     Resource ANALYSIS_Tbillyield
2713     {
2714         String 1        // description Tbillyield
2715         {
2716             Text [ en-US ] = "Returns the yield for a treasury bill";
2717         };
2719         String 2 // name of parameter 1                 Tbillyield
2720         {
2721             Text [ en-US ] = "Settlement";
2722         };
2724         String 3 // description of parameter 1  Tbillyield
2725         {
2726             Text [ en-US ] = "The settlement";
2727         };
2729         String 4 // name of parameter 2                 Tbillyield
2730         {
2731             Text [ en-US ] = "Maturity";
2732         };
2734         String 5 // description of parameter 2  Tbillyield
2735         {
2736             Text [ en-US ] = "The maturity";
2737         };
2739         String 6 // name of parameter 3                 Tbillyield
2740         {
2741             Text [ en-US ] = "Price";
2742         };
2744         String 7 // description of parameter 3  Tbillyield
2745         {
2746             Text [ en-US ] = "The price";
2747         };
2748     };
2750     Resource ANALYSIS_Oddfprice
2751     {
2752         String 1        // description Oddfprice
2753         {
2754             Text [ en-US ] = "Returns the price per $100 face value of a security with an odd first period";
2755         };
2757         String 2 // name of parameter 1                 Oddfprice
2758         {
2759             Text [ en-US ] = "Settlement";
2760         };
2762         String 3 // description of parameter 1  Oddfprice
2763         {
2764             Text [ en-US ] = "The settlement";
2765         };
2767         String 4 // name of parameter 2                 Oddfprice
2768         {
2769             Text [ en-US ] = "Maturity";
2770         };
2772         String 5 // description of parameter 2  Oddfprice
2773         {
2774             Text [ en-US ] = "The maturity";
2775         };
2777         String 6 // name of parameter 3                 Oddfprice
2778         {
2779             Text [ en-US ] = "Issue";
2780         };
2782         String 7 // description of parameter 3  Oddfprice
2783         {
2784             Text [ en-US ] = "The issue date";
2785         };
2787         String 8 // name of parameter 4                 Oddfprice
2788         {
2789             Text [ en-US ] = "First coupon";
2790         };
2792         String 9 // description of parameter 4  Oddfprice
2793         {
2794             Text [ en-US ] = "The first coupon date";
2795         };
2797         String 10 // name of parameter 5                Oddfprice
2798         {
2799             Text [ en-US ] = "Rate";
2800         };
2802         String 11 // description of parameter 5 Oddfprice
2803         {
2804             Text [ en-US ] = "The rate";
2805         };
2807         String 12 // name of parameter 6                Oddfprice
2808         {
2809             Text [ en-US ] = "Yield";
2810         };
2812         String 13 // description of parameter 6 Oddfprice
2813         {
2814             Text [ en-US ] = "The yield";
2815         };
2817         String 14 // name of parameter 7                Oddfprice
2818         {
2819             Text [ en-US ] = "Redemption";
2820         };
2822         String 15 // description of parameter 7 Oddfprice
2823         {
2824             Text [ en-US ] = "The redemption value";
2825         };
2827         String 16 // name of parameter 8                Oddfprice
2828         {
2829             Text [ en-US ] = "Frequency";
2830         };
2832         String 17 // description of parameter 8 Oddfprice
2833         {
2834             Text [ en-US ] = "The frequency";
2835         };
2837         String 18 // name of parameter 9                Oddfprice
2838         {
2839             Text [ en-US ] = "Basis";
2840         };
2842         String 19 // description of parameter 9 Oddfprice
2843         {
2844             Text [ en-US ] = "The basis";
2845         };
2846     };
2848     Resource ANALYSIS_Oddfyield
2849     {
2850         String 1        // description Oddfyield
2851         {
2852             Text [ en-US ] = "Returns the yield of a security with an odd first period";
2853         };
2855         String 2 // name of parameter 1                 Oddfyield
2856         {
2857             Text [ en-US ] = "Settlement";
2858         };
2860         String 3 // description of parameter 1  Oddfyield
2861         {
2862             Text [ en-US ] = "The settlement";
2863         };
2865         String 4 // name of parameter 2                 Oddfyield
2866         {
2867             Text [ en-US ] = "Maturity";
2868         };
2870         String 5 // description of parameter 2  Oddfyield
2871         {
2872             Text [ en-US ] = "The maturity";
2873         };
2875         String 6 // name of parameter 3                 Oddfyield
2876         {
2877             Text [ en-US ] = "Issue";
2878         };
2880         String 7 // description of parameter 3  Oddfyield
2881         {
2882             Text [ en-US ] = "The issue date";
2883         };
2885         String 8 // name of parameter 4                 Oddfyield
2886         {
2887             Text [ en-US ] = "First coupon";
2888         };
2890         String 9 // description of parameter 4  Oddfyield
2891         {
2892             Text [ en-US ] = "The first coupon date";
2893         };
2895         String 10 // name of parameter 5                Oddfyield
2896         {
2897             Text [ en-US ] = "Rate";
2898         };
2900         String 11 // description of parameter 5 Oddfyield
2901         {
2902             Text [ en-US ] = "The rate";
2903         };
2905         String 12 // name of parameter 6                Oddfyield
2906         {
2907             Text [ en-US ] = "Price";
2908         };
2910         String 13 // description of parameter 6 Oddfyield
2911         {
2912             Text [ en-US ] = "The price";
2913         };
2915         String 14 // name of parameter 7                Oddfyield
2916         {
2917             Text [ en-US ] = "Redemption";
2918         };
2920         String 15 // description of parameter 7 Oddfyield
2921         {
2922             Text [ en-US ] = "The redemption value";
2923         };
2925         String 16 // name of parameter 8                Oddfyield
2926         {
2927             Text [ en-US ] = "Frequency";
2928         };
2930         String 17 // description of parameter 8 Oddfyield
2931         {
2932             Text [ en-US ] = "The frequency";
2933         };
2935         String 18 // name of parameter 9                Oddfyield
2936         {
2937             Text [ en-US ] = "Basis";
2938         };
2940         String 19 // description of parameter 9 Oddfyield
2941         {
2942             Text [ en-US ] = "The basis";
2943         };
2944     };
2946     Resource ANALYSIS_Oddlprice
2947     {
2948         String 1        // description Oddlprice
2949         {
2950             Text [ en-US ] = "Returns the price per $100 face value of a security with an odd last period";
2951         };
2953         String 2 // name of parameter 1                 Oddlprice
2954         {
2955             Text [ en-US ] = "Settlement";
2956         };
2958         String 3 // description of parameter 1  Oddlprice
2959         {
2960             Text [ en-US ] = "The settlement";
2961         };
2963         String 4 // name of parameter 2                 Oddlprice
2964         {
2965             Text [ en-US ] = "Maturity";
2966         };
2968         String 5 // description of parameter 2  Oddlprice
2969         {
2970             Text [ en-US ] = "The maturity";
2971         };
2973         String 6 // name of parameter 3                 Oddlprice
2974         {
2975             Text [ en-US ] = "Last interest";
2976         };
2978         String 7 // description of parameter 3  Oddlprice
2979         {
2980             Text [ en-US ] = "The last interest date";
2981         };
2983         String 8 // name of parameter 4                 Oddlprice
2984         {
2985             Text [ en-US ] = "Rate";
2986         };
2988         String 9 // description of parameter 4  Oddlprice
2989         {
2990             Text [ en-US ] = "The rate";
2991         };
2993         String 10 // name of parameter 5                Oddlprice
2994         {
2995             Text [ en-US ] = "Yield";
2996         };
2998         String 11 // description of parameter 5 Oddlprice
2999         {
3000             Text [ en-US ] = "The yield";
3001         };
3003         String 12 // name of parameter 6                Oddlprice
3004         {
3005             Text [ en-US ] = "Redemption";
3006         };
3008         String 13 // description of parameter 6 Oddlprice
3009         {
3010             Text [ en-US ] = "The redemption value";
3011         };
3013         String 14 // name of parameter 7                Oddlprice
3014         {
3015             Text [ en-US ] = "Frequency";
3016         };
3018         String 15 // description of parameter 7 Oddlprice
3019         {
3020             Text [ en-US ] = "The frequency";
3021         };
3023         String 16 // name of parameter 8                Oddlprice
3024         {
3025             Text [ en-US ] = "Basis";
3026         };
3028         String 17 // description of parameter 8 Oddlprice
3029         {
3030             Text [ en-US ] = "The basis";
3031         };
3032     };
3034     Resource ANALYSIS_Oddlyield
3035     {
3036         String 1        // description Oddlyield
3037         {
3038             Text [ en-US ] = "Returns the yield of a security with an odd last period";
3039         };
3041         String 2 // name of parameter 1                 Oddlyield
3042         {
3043             Text [ en-US ] = "Settlement";
3044         };
3046         String 3 // description of parameter 1  Oddlyield
3047         {
3048             Text [ en-US ] = "The settlement";
3049         };
3051         String 4 // name of parameter 2                 Oddlyield
3052         {
3053             Text [ en-US ] = "Maturity";
3054         };
3056         String 5 // description of parameter 2  Oddlyield
3057         {
3058             Text [ en-US ] = "The maturity";
3059         };
3061         String 6 // name of parameter 3                 Oddlyield
3062         {
3063             Text [ en-US ] = "Last interest";
3064         };
3066         String 7 // description of parameter 3  Oddlyield
3067         {
3068             Text [ en-US ] = "The last interest date";
3069         };
3071         String 8 // name of parameter 4                 Oddlyield
3072         {
3073             Text [ en-US ] = "Rate";
3074         };
3076         String 9 // description of parameter 4  Oddlyield
3077         {
3078             Text [ en-US ] = "The rate";
3079         };
3081         String 10 // name of parameter 5                Oddlyield
3082         {
3083             Text [ en-US ] = "Price";
3084         };
3086         String 11 // description of parameter 5 Oddlyield
3087         {
3088             Text [ en-US ] = "The price";
3089         };
3091         String 12 // name of parameter 6                Oddlyield
3092         {
3093             Text [ en-US ] = "Redemption";
3094         };
3096         String 13 // description of parameter 6 Oddlyield
3097         {
3098             Text [ en-US ] = "The redemption value";
3099         };
3101         String 14 // name of parameter 7                Oddlyield
3102         {
3103             Text [ en-US ] = "Frequency";
3104         };
3106         String 15 // description of parameter 7 Oddlyield
3107         {
3108             Text [ en-US ] = "The frequency";
3109         };
3111         String 16 // name of parameter 8                Oddlyield
3112         {
3113             Text [ en-US ] = "Basis";
3114         };
3116         String 17 // description of parameter 8 Oddlyield
3117         {
3118             Text [ en-US ] = "The basis";
3119         };
3120     };
3122     Resource ANALYSIS_Xirr
3123     {
3124         String 1        // description Xirr
3125         {
3126             Text [ en-US ] = "Returns the internal rate of return for a non-periodic schedule of payments";
3127         };
3129         String 2 // name of parameter 1                 Xirr
3130         {
3131             Text [ en-US ] = "Values";
3132         };
3134         String 3 // description of parameter 1  Xirr
3135         {
3136             Text [ en-US ] = "The values";
3137         };
3139         String 4 // name of parameter 2                 Xirr
3140         {
3141             Text [ en-US ] = "Dates";
3142         };
3144         String 5 // description of parameter 2  Xirr
3145         {
3146             Text [ en-US ] = "The dates";
3147         };
3149         String 6 // name of parameter 3                 Xirr
3150         {
3151             Text [ en-US ] = "Guess";
3152         };
3154         String 7 // description of parameter 3  Xirr
3155         {
3156             Text [ en-US ] = "The guess";
3157         };
3158     };
3160     Resource ANALYSIS_Xnpv
3161     {
3162         String 1        // description Xnpv
3163         {
3164             Text [ en-US ] = "Returns the net present value for a non-periodic schedule of payments";
3165         };
3167         String 2 // name of parameter 1                 Xnpv
3168         {
3169             Text [ en-US ] = "Rate";
3170         };
3172         String 3 // description of parameter 1  Xnpv
3173         {
3174             Text [ en-US ] = "The rate";
3175         };
3177         String 4 // name of parameter 2                 Xnpv
3178         {
3179             Text [ en-US ] = "Values";
3180         };
3182         String 5 // description of parameter 2  Xnpv
3183         {
3184             Text [ en-US ] = "The values";
3185         };
3187         String 6 // name of parameter 3                 Xnpv
3188         {
3189             Text [ en-US ] = "Dates";
3190         };
3192         String 7 // description of parameter 3  Xnpv
3193         {
3194             Text [ en-US ] = "The dates";
3195         };
3196     };
3198     Resource ANALYSIS_Intrate
3199     {
3200         String 1        // description Intrate
3201         {
3202             Text [ en-US ] = "Returns the interest rate for a fully invested security";
3203         };
3205         String 2 // name of parameter 1                 Intrate
3206         {
3207             Text [ en-US ] = "Settlement";
3208         };
3210         String 3 // description of parameter 1  Intrate
3211         {
3212             Text [ en-US ] = "The settlement";
3213         };
3215         String 4 // name of parameter 2                 Intrate
3216         {
3217             Text [ en-US ] = "Maturity";
3218         };
3220         String 5 // description of parameter 2  Intrate
3221         {
3222             Text [ en-US ] = "The maturity";
3223         };
3225         String 6 // name of parameter 3                 Intrate
3226         {
3227             Text [ en-US ] = "Investment";
3228         };
3230         String 7 // description of parameter 3  Intrate
3231         {
3232             Text [ en-US ] = "The investment";
3233         };
3235         String 8 // name of parameter 4                 Intrate
3236         {
3237             Text [ en-US ] = "Redemption";
3238         };
3240         String 9 // description of parameter 4  Intrate
3241         {
3242             Text [ en-US ] = "The redemption value";
3243         };
3245         String 10 // name of parameter 5                Intrate
3246         {
3247             Text [ en-US ] = "Basis";
3248         };
3250         String 11 // description of parameter 5 Intrate
3251         {
3252             Text [ en-US ] = "The basis";
3253         };
3254     };
3256     Resource ANALYSIS_Coupncd
3257     {
3258         String 1        // description Coupncd
3259         {
3260             Text [ en-US ] = "Returns the first coupon date after the settlement date";
3261         };
3263         String 2 // name of parameter 1                 Coupncd
3264         {
3265             Text [ en-US ] = "Settlement";
3266         };
3268         String 3 // description of parameter 1  Coupncd
3269         {
3270             Text [ en-US ] = "The settlement";
3271         };
3273         String 4 // name of parameter 2                 Coupncd
3274         {
3275             Text [ en-US ] = "Maturity";
3276         };
3278         String 5 // description of parameter 2  Coupncd
3279         {
3280             Text [ en-US ] = "The maturity";
3281         };
3283         String 6 // name of parameter 3                 Coupncd
3284         {
3285             Text [ en-US ] = "Frequency";
3286         };
3288         String 7 // description of parameter 3  Coupncd
3289         {
3290             Text [ en-US ] = "The frequency";
3291         };
3293         String 8 // name of parameter 4                 Coupncd
3294         {
3295             Text [ en-US ] = "Basis";
3296         };
3298         String 9 // description of parameter 4  Coupncd
3299         {
3300             Text [ en-US ] = "The basis";
3301         };
3302     };
3304     Resource ANALYSIS_Coupdays
3305     {
3306         String 1        // description Coupdays
3307         {
3308             Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3309         };
3311         String 2 // name of parameter 1                 Coupdays
3312         {
3313             Text [ en-US ] = "Settlement";
3314         };
3316         String 3 // description of parameter 1  Coupdays
3317         {
3318             Text [ en-US ] = "The settlement";
3319         };
3321         String 4 // name of parameter 2                 Coupdays
3322         {
3323             Text [ en-US ] = "Maturity";
3324         };
3326         String 5 // description of parameter 2  Coupdays
3327         {
3328             Text [ en-US ] = "The maturity";
3329         };
3331         String 6 // name of parameter 3                 Coupdays
3332         {
3333             Text [ en-US ] = "Frequency";
3334         };
3336         String 7 // description of parameter 3  Coupdays
3337         {
3338             Text [ en-US ] = "The frequency";
3339         };
3341         String 8 // name of parameter 4                 Coupdays
3342         {
3343             Text [ en-US ] = "Basis";
3344         };
3346         String 9 // description of parameter 4  Coupdays
3347         {
3348             Text [ en-US ] = "The basis";
3349         };
3350     };
3352     Resource ANALYSIS_Coupdaysnc
3353     {
3354         String 1        // description Coupdaysnc
3355         {
3356             Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3357         };
3359         String 2 // name of parameter 1                 Coupdaysnc
3360         {
3361             Text [ en-US ] = "Settlement";
3362         };
3364         String 3 // description of parameter 1  Coupdaysnc
3365         {
3366             Text [ en-US ] = "The settlement";
3367         };
3369         String 4 // name of parameter 2                 Coupdaysnc
3370         {
3371             Text [ en-US ] = "Maturity";
3372         };
3374         String 5 // description of parameter 2  Coupdaysnc
3375         {
3376             Text [ en-US ] = "The maturity";
3377         };
3379         String 6 // name of parameter 3                 Coupdaysnc
3380         {
3381             Text [ en-US ] = "Frequency";
3382         };
3384         String 7 // description of parameter 3  Coupdaysnc
3385         {
3386             Text [ en-US ] = "The frequency";
3387         };
3389         String 8 // name of parameter 4                 Coupdaysnc
3390         {
3391             Text [ en-US ] = "Basis";
3392         };
3394         String 9 // description of parameter 4  Coupdaysnc
3395         {
3396             Text [ en-US ] = "The basis";
3397         };
3398     };
3400     Resource ANALYSIS_Coupdaybs
3401     {
3402         String 1        // description Coupdaybs
3403         {
3404             Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
3405         };
3407         String 2 // name of parameter 1                 Coupdaybs
3408         {
3409             Text [ en-US ] = "Settlement";
3410         };
3412         String 3 // description of parameter 1  Coupdaybs
3413         {
3414             Text [ en-US ] = "The settlement";
3415         };
3417         String 4 // name of parameter 2                 Coupdaybs
3418         {
3419             Text [ en-US ] = "Maturity";
3420         };
3422         String 5 // description of parameter 2  Coupdaybs
3423         {
3424             Text [ en-US ] = "The maturity";
3425         };
3427         String 6 // name of parameter 3                 Coupdaybs
3428         {
3429             Text [ en-US ] = "Frequency";
3430         };
3432         String 7 // description of parameter 3  Coupdaybs
3433         {
3434             Text [ en-US ] = "The frequency";
3435         };
3437         String 8 // name of parameter 4                 Coupdaybs
3438         {
3439             Text [ en-US ] = "Basis";
3440         };
3442         String 9 // description of parameter 4  Coupdaybs
3443         {
3444             Text [ en-US ] = "The basis";
3445         };
3446     };
3448     Resource ANALYSIS_Couppcd
3449     {
3450         String 1        // description Couppcd
3451         {
3452             Text [ en-US ] = "Returns the last coupon date preceding the settlement date";
3453         };
3455         String 2 // name of parameter 1                 Couppcd
3456         {
3457             Text [ en-US ] = "Settlement";
3458         };
3460         String 3 // description of parameter 1  Couppcd
3461         {
3462             Text [ en-US ] = "The settlement";
3463         };
3465         String 4 // name of parameter 2                 Couppcd
3466         {
3467             Text [ en-US ] = "Maturity";
3468         };
3470         String 5 // description of parameter 2  Couppcd
3471         {
3472             Text [ en-US ] = "The maturity";
3473         };
3475         String 6 // name of parameter 3                 Couppcd
3476         {
3477             Text [ en-US ] = "Frequency";
3478         };
3480         String 7 // description of parameter 3  Couppcd
3481         {
3482             Text [ en-US ] = "The frequency";
3483         };
3485         String 8 // name of parameter 4                 Couppcd
3486         {
3487             Text [ en-US ] = "Basis";
3488         };
3490         String 9 // description of parameter 4  Couppcd
3491         {
3492             Text [ en-US ] = "The basis";
3493         };
3494     };
3496     Resource ANALYSIS_Coupnum
3497     {
3498         String 1        // description Coupnum
3499         {
3500             Text [ en-US ] = "Returns the number of coupons payable between the settlement and maturity dates";
3501         };
3503         String 2 // name of parameter 1                 Coupnum
3504         {
3505             Text [ en-US ] = "Settlement";
3506         };
3508         String 3 // description of parameter 1  Coupnum
3509         {
3510             Text [ en-US ] = "The settlement";
3511         };
3513         String 4 // name of parameter 2                 Coupnum
3514         {
3515             Text [ en-US ] = "Maturity";
3516         };
3518         String 5 // description of parameter 2  Coupnum
3519         {
3520             Text [ en-US ] = "The maturity";
3521         };
3523         String 6 // name of parameter 3                 Coupnum
3524         {
3525             Text [ en-US ] = "Frequency";
3526         };
3528         String 7 // description of parameter 3  Coupnum
3529         {
3530             Text [ en-US ] = "The frequency";
3531         };
3533         String 8 // name of parameter 4                 Coupnum
3534         {
3535             Text [ en-US ] = "Basis";
3536         };
3538         String 9 // description of parameter 4  Coupnum
3539         {
3540             Text [ en-US ] = "The basis";
3541         };
3542     };
3544     Resource ANALYSIS_Fvschedule
3545     {
3546         String 1        // description Fvschedule
3547         {
3548             Text [ en-US ] = "Returns the future value of the initial principal after a series of compound interest rates are applied";
3549         };
3551         String 2 // name of parameter 1                 Fvschedule
3552         {
3553             Text [ en-US ] = "Principal";
3554         };
3556         String 3 // description of parameter 1  Fvschedule
3557         {
3558             Text [ en-US ] = "The principal";
3559         };
3561         String 4 // name of parameter 2                 Fvschedule
3562         {
3563             Text [ en-US ] = "Schedule";
3564         };
3566         String 5 // description of parameter 2  Fvschedule
3567         {
3568             Text [ en-US ] = "The schedule";
3569         };
3570     };