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