Home » Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf » Functions/Financial
Functions/Financial
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf |
Filename: | Functions/Financial |
Read OK: | ✔ |
File size: | 0A11 bytes |
Load address: | FFFDDE43 |
Exec address: | 9C9FF8CC |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Zipped Apps » PipeDream » Functions/Financial
- Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf » Functions/Financial
File contents
%OP%VS4.12 Test (Dec 12 1991), Colton Software - Development, R0123 4567 8901 2345 %OP%TP %OP%TM4 %OP%BM4 %OP%LM5 %OP%FX %OP%FY %OP%FS %OP%WC2,1672,44,1364,0,0,0,0 %CO:A,20,100% %C%%H1%Financial Functions Examples %L%CTERM ( interest , fv , pv ) %C%Initial Amount %V%%C%%LC%1000 %L%DDB ( cost , salvage , life , period ) %C%Initial Cost %V%%C%%LC%5000 FV ( payment , interest , term ) %C%Annual Input %V%%C%%LC%400 IRR ( guess , range ) %C% Inital investment %V%%C%%LC%-5000 MIRR ( guess , range ) %C%Cash - %V%%C%%LC%-5000 NPV ( interest , range ) %C%Discount Rate %V%%C%%TC%0.1 PMT ( principal , interest , term ) %C%Initial Amount %V%%C%%LC%150000 PV ( payment , interest , term ) %C%Annual Input %V%%C%%LC%2000 RATE ( fv , pv , term ) %C%Future Value %V%%C%%LC%1000000 SLN ( cost , salvage , life ) %C%Inital Cost %V%%C%%LC%500 SYD ( cost , salvage , life , period ) %C%Initial Cost %V%%C%%LC%500 TERM ( payment , interest , fv ) %C%Annual Investment %V%%C%%LC%5000 %CO:B,18,0% %C%Desired Amount %V%%C%%LC%2000 %C%Salvage Value %V%%C%%LC%1000 %C%Interest Rate %V%%C%%TC%0.05 %C%Returned - %V%%C%%LC%3100 %C%Flows %V%%C%%LC%1200 %C%Cash flow %V%%C%%LC%120 %C%Annual Interest %V%%C%%TC%0.1 %C%Alternative Int. %V%%C%%TC%0.12 %C%Present Value %V%%C%%LC%50000 %C%Salvage Value %V%%C%%LC%100 %C%Salvage Value %V%%C%%LC%100 %C%Annual Interest %V%%C%%TC%0.1 %CO:C,15,0% %C%Interest Rate %V%%C%%TC%0.1 %C%LifeTime %V%%C%5 %C%Year %V%%C%25 %C%Payments %V%%C%%LC%2990 %C%Borrowed rate %V%%C%%TC%0.12 %C%Cash flow %V%%C%%LC%120 %C%Term %V%%C%20 %C%Term %V%%C%30 %C%Term %V%%C%25 %C%LifeTime %V%%C%5 %C%Lifetime %V%%C%5 %C%Future Value %V%%C%%LC%1000000 %CO:D,19,0% %C%- %C%- %C%Year %V%%C%1 %C%- %C%- %C%Initial Guess %V%%C%%TC%0.1 %C%Reinvestment rate %V%%C%%TC%0.1 %C%Cash flow %V%%C%%LC%120 %C%- %C%- %C%- %C%- %C%- %C%- %C%- %C%- %C%Year %V%%C%1 %C%- %C%- %CO:E,11,24% %C%Compounding Periods %V%%C%%LC%cterm(C6,B6,A6) %C%Deprec. Allowance %V%%C%%LC%ddb(A10,B10,C10,D10) %C%Future Value %V%%C%%LC%fv(A14,B14,C14) %C%Int. percentage rate %V%%C%%TC%irr(D18,A18C18) %C%Int. percentage rate %V%%C%%TC%mirr(A22B22,C22,D22) %C%Future cash flow value %V%%C%%LC%npv(A26,B26D26) %C%Present value %V%%C%%LC%pmt(A30,B30/12,C30*12) %C%Present value %V%%C%%LC%pv(A34,B34,C34) %C%Interest Rate %V%%C%%TC%12*rate(A38,B38,C38*12) %C%Deprec. Allowance %V%%C%%LC%sln(A42,B42,C42) %C%Deprec. Allowance %V%%C%%LC%syd(A46,B46,C46,D46) %C%Time Period %V%%C%term(A50,B50,C50) %CO:F,12,12%
00000000 25 4f 50 25 56 53 34 2e 31 32 20 54 65 73 74 20 |%OP%VS4.12 Test | 00000010 28 44 65 63 20 31 32 20 31 39 39 31 29 2c 20 43 |(Dec 12 1991), C| 00000020 6f 6c 74 6f 6e 20 53 6f 66 74 77 61 72 65 20 2d |olton Software -| 00000030 20 44 65 76 65 6c 6f 70 6d 65 6e 74 2c 20 52 30 | Development, R0| 00000040 31 32 33 20 34 35 36 37 20 38 39 30 31 20 32 33 |123 4567 8901 23| 00000050 34 35 0a 25 4f 50 25 54 50 0a 25 4f 50 25 54 4d |45.%OP%TP.%OP%TM| 00000060 34 0a 25 4f 50 25 42 4d 34 0a 25 4f 50 25 4c 4d |4.%OP%BM4.%OP%LM| 00000070 35 0a 25 4f 50 25 46 58 0a 25 4f 50 25 46 59 0a |5.%OP%FX.%OP%FY.| 00000080 25 4f 50 25 46 53 0a 25 4f 50 25 57 43 32 2c 31 |%OP%FS.%OP%WC2,1| 00000090 36 37 32 2c 34 34 2c 31 33 36 34 2c 30 2c 30 2c |672,44,1364,0,0,| 000000a0 30 2c 30 0a 25 43 4f 3a 41 2c 32 30 2c 31 30 30 |0,0.%CO:A,20,100| 000000b0 25 0a 25 43 25 25 48 31 25 46 69 6e 61 6e 63 69 |%.%C%%H1%Financi| 000000c0 61 6c 20 46 75 6e 63 74 69 6f 6e 73 20 45 78 61 |al Functions Exa| 000000d0 6d 70 6c 65 73 0a 0a 25 4c 25 43 54 45 52 4d 20 |mples..%L%CTERM | 000000e0 28 20 69 6e 74 65 72 65 73 74 20 2c 20 66 76 20 |( interest , fv | 000000f0 2c 20 70 76 20 29 0a 25 43 25 49 6e 69 74 69 61 |, pv ).%C%Initia| 00000100 6c 20 41 6d 6f 75 6e 74 0a 25 56 25 25 43 25 25 |l Amount.%V%%C%%| 00000110 4c 43 25 31 30 30 30 0a 0a 25 4c 25 44 44 42 20 |LC%1000..%L%DDB | 00000120 28 20 63 6f 73 74 20 2c 20 73 61 6c 76 61 67 65 |( cost , salvage| 00000130 20 2c 20 6c 69 66 65 20 2c 20 70 65 72 69 6f 64 | , life , period| 00000140 20 29 20 20 0a 25 43 25 49 6e 69 74 69 61 6c 20 | ) .%C%Initial | 00000150 43 6f 73 74 0a 25 56 25 25 43 25 25 4c 43 25 35 |Cost.%V%%C%%LC%5| 00000160 30 30 30 0a 0a 46 56 20 28 20 70 61 79 6d 65 6e |000..FV ( paymen| 00000170 74 20 2c 20 69 6e 74 65 72 65 73 74 20 2c 20 74 |t , interest , t| 00000180 65 72 6d 20 29 0a 25 43 25 41 6e 6e 75 61 6c 20 |erm ).%C%Annual | 00000190 49 6e 70 75 74 0a 25 56 25 25 43 25 25 4c 43 25 |Input.%V%%C%%LC%| 000001a0 34 30 30 0a 0a 49 52 52 20 28 20 67 75 65 73 73 |400..IRR ( guess| 000001b0 20 2c 20 72 61 6e 67 65 20 29 0a 25 43 25 20 49 | , range ).%C% I| 000001c0 6e 69 74 61 6c 20 69 6e 76 65 73 74 6d 65 6e 74 |nital investment| 000001d0 0a 25 56 25 25 43 25 25 4c 43 25 2d 35 30 30 30 |.%V%%C%%LC%-5000| 000001e0 0a 0a 4d 49 52 52 20 28 20 67 75 65 73 73 20 2c |..MIRR ( guess ,| 000001f0 20 72 61 6e 67 65 20 29 0a 25 43 25 43 61 73 68 | range ).%C%Cash| 00000200 20 2d 0a 25 56 25 25 43 25 25 4c 43 25 2d 35 30 | -.%V%%C%%LC%-50| 00000210 30 30 0a 0a 4e 50 56 20 28 20 69 6e 74 65 72 65 |00..NPV ( intere| 00000220 73 74 20 2c 20 72 61 6e 67 65 20 29 0a 25 43 25 |st , range ).%C%| 00000230 44 69 73 63 6f 75 6e 74 20 52 61 74 65 0a 25 56 |Discount Rate.%V| 00000240 25 25 43 25 25 54 43 25 30 2e 31 0a 0a 50 4d 54 |%%C%%TC%0.1..PMT| 00000250 20 28 20 70 72 69 6e 63 69 70 61 6c 20 2c 20 69 | ( principal , i| 00000260 6e 74 65 72 65 73 74 20 2c 20 74 65 72 6d 20 29 |nterest , term )| 00000270 0a 25 43 25 49 6e 69 74 69 61 6c 20 41 6d 6f 75 |.%C%Initial Amou| 00000280 6e 74 0a 25 56 25 25 43 25 25 4c 43 25 31 35 30 |nt.%V%%C%%LC%150| 00000290 30 30 30 0a 0a 50 56 20 28 20 70 61 79 6d 65 6e |000..PV ( paymen| 000002a0 74 20 2c 20 69 6e 74 65 72 65 73 74 20 2c 20 74 |t , interest , t| 000002b0 65 72 6d 20 29 0a 25 43 25 41 6e 6e 75 61 6c 20 |erm ).%C%Annual | 000002c0 49 6e 70 75 74 0a 25 56 25 25 43 25 25 4c 43 25 |Input.%V%%C%%LC%| 000002d0 32 30 30 30 0a 0a 52 41 54 45 20 28 20 66 76 20 |2000..RATE ( fv | 000002e0 2c 20 70 76 20 2c 20 74 65 72 6d 20 29 0a 25 43 |, pv , term ).%C| 000002f0 25 46 75 74 75 72 65 20 56 61 6c 75 65 0a 25 56 |%Future Value.%V| 00000300 25 25 43 25 25 4c 43 25 31 30 30 30 30 30 30 0a |%%C%%LC%1000000.| 00000310 0a 53 4c 4e 20 20 28 20 63 6f 73 74 20 2c 20 73 |.SLN ( cost , s| 00000320 61 6c 76 61 67 65 20 2c 20 6c 69 66 65 20 29 0a |alvage , life ).| 00000330 25 43 25 49 6e 69 74 61 6c 20 43 6f 73 74 0a 25 |%C%Inital Cost.%| 00000340 56 25 25 43 25 25 4c 43 25 35 30 30 0a 0a 53 59 |V%%C%%LC%500..SY| 00000350 44 20 28 20 63 6f 73 74 20 2c 20 73 61 6c 76 61 |D ( cost , salva| 00000360 67 65 20 2c 20 6c 69 66 65 20 2c 20 70 65 72 69 |ge , life , peri| 00000370 6f 64 20 29 0a 25 43 25 49 6e 69 74 69 61 6c 20 |od ).%C%Initial | 00000380 43 6f 73 74 0a 25 56 25 25 43 25 25 4c 43 25 35 |Cost.%V%%C%%LC%5| 00000390 30 30 0a 0a 54 45 52 4d 20 28 20 70 61 79 6d 65 |00..TERM ( payme| 000003a0 6e 74 20 2c 20 69 6e 74 65 72 65 73 74 20 2c 20 |nt , interest , | 000003b0 66 76 20 29 0a 25 43 25 41 6e 6e 75 61 6c 20 49 |fv ).%C%Annual I| 000003c0 6e 76 65 73 74 6d 65 6e 74 0a 25 56 25 25 43 25 |nvestment.%V%%C%| 000003d0 25 4c 43 25 35 30 30 30 0a 25 43 4f 3a 42 2c 31 |%LC%5000.%CO:B,1| 000003e0 38 2c 30 25 0a 0a 0a 0a 25 43 25 44 65 73 69 72 |8,0%....%C%Desir| 000003f0 65 64 20 41 6d 6f 75 6e 74 0a 25 56 25 25 43 25 |ed Amount.%V%%C%| 00000400 25 4c 43 25 32 30 30 30 0a 0a 0a 25 43 25 53 61 |%LC%2000...%C%Sa| 00000410 6c 76 61 67 65 20 56 61 6c 75 65 0a 25 56 25 25 |lvage Value.%V%%| 00000420 43 25 25 4c 43 25 31 30 30 30 0a 0a 0a 25 43 25 |C%%LC%1000...%C%| 00000430 49 6e 74 65 72 65 73 74 20 52 61 74 65 0a 25 56 |Interest Rate.%V| 00000440 25 25 43 25 25 54 43 25 30 2e 30 35 0a 0a 0a 25 |%%C%%TC%0.05...%| 00000450 43 25 52 65 74 75 72 6e 65 64 20 2d 0a 25 56 25 |C%Returned -.%V%| 00000460 25 43 25 25 4c 43 25 33 31 30 30 0a 0a 0a 25 43 |%C%%LC%3100...%C| 00000470 25 46 6c 6f 77 73 0a 25 56 25 25 43 25 25 4c 43 |%Flows.%V%%C%%LC| 00000480 25 31 32 30 30 0a 0a 0a 25 43 25 43 61 73 68 20 |%1200...%C%Cash | 00000490 66 6c 6f 77 0a 25 56 25 25 43 25 25 4c 43 25 31 |flow.%V%%C%%LC%1| 000004a0 32 30 0a 0a 0a 25 43 25 41 6e 6e 75 61 6c 20 49 |20...%C%Annual I| 000004b0 6e 74 65 72 65 73 74 0a 25 56 25 25 43 25 25 54 |nterest.%V%%C%%T| 000004c0 43 25 30 2e 31 0a 0a 0a 25 43 25 41 6c 74 65 72 |C%0.1...%C%Alter| 000004d0 6e 61 74 69 76 65 20 49 6e 74 2e 0a 25 56 25 25 |native Int..%V%%| 000004e0 43 25 25 54 43 25 30 2e 31 32 0a 0a 0a 25 43 25 |C%%TC%0.12...%C%| 000004f0 50 72 65 73 65 6e 74 20 56 61 6c 75 65 20 0a 25 |Present Value .%| 00000500 56 25 25 43 25 25 4c 43 25 35 30 30 30 30 0a 0a |V%%C%%LC%50000..| 00000510 0a 25 43 25 53 61 6c 76 61 67 65 20 56 61 6c 75 |.%C%Salvage Valu| 00000520 65 0a 25 56 25 25 43 25 25 4c 43 25 31 30 30 0a |e.%V%%C%%LC%100.| 00000530 0a 0a 25 43 25 53 61 6c 76 61 67 65 20 56 61 6c |..%C%Salvage Val| 00000540 75 65 0a 25 56 25 25 43 25 25 4c 43 25 31 30 30 |ue.%V%%C%%LC%100| 00000550 0a 0a 0a 25 43 25 41 6e 6e 75 61 6c 20 49 6e 74 |...%C%Annual Int| 00000560 65 72 65 73 74 0a 25 56 25 25 43 25 25 54 43 25 |erest.%V%%C%%TC%| 00000570 30 2e 31 0a 25 43 4f 3a 43 2c 31 35 2c 30 25 0a |0.1.%CO:C,15,0%.| 00000580 0a 0a 0a 25 43 25 49 6e 74 65 72 65 73 74 20 52 |...%C%Interest R| 00000590 61 74 65 0a 25 56 25 25 43 25 25 54 43 25 30 2e |ate.%V%%C%%TC%0.| 000005a0 31 0a 0a 0a 25 43 25 4c 69 66 65 54 69 6d 65 0a |1...%C%LifeTime.| 000005b0 25 56 25 25 43 25 35 0a 0a 0a 25 43 25 59 65 61 |%V%%C%5...%C%Yea| 000005c0 72 0a 25 56 25 25 43 25 32 35 0a 0a 0a 25 43 25 |r.%V%%C%25...%C%| 000005d0 50 61 79 6d 65 6e 74 73 0a 25 56 25 25 43 25 25 |Payments.%V%%C%%| 000005e0 4c 43 25 32 39 39 30 0a 0a 0a 25 43 25 42 6f 72 |LC%2990...%C%Bor| 000005f0 72 6f 77 65 64 20 72 61 74 65 0a 25 56 25 25 43 |rowed rate.%V%%C| 00000600 25 25 54 43 25 30 2e 31 32 0a 0a 0a 25 43 25 43 |%%TC%0.12...%C%C| 00000610 61 73 68 20 66 6c 6f 77 0a 25 56 25 25 43 25 25 |ash flow.%V%%C%%| 00000620 4c 43 25 31 32 30 0a 0a 0a 25 43 25 54 65 72 6d |LC%120...%C%Term| 00000630 0a 25 56 25 25 43 25 32 30 0a 0a 0a 25 43 25 54 |.%V%%C%20...%C%T| 00000640 65 72 6d 0a 25 56 25 25 43 25 33 30 0a 0a 0a 25 |erm.%V%%C%30...%| 00000650 43 25 54 65 72 6d 0a 25 56 25 25 43 25 32 35 0a |C%Term.%V%%C%25.| 00000660 0a 0a 25 43 25 4c 69 66 65 54 69 6d 65 0a 25 56 |..%C%LifeTime.%V| 00000670 25 25 43 25 35 0a 0a 0a 25 43 25 4c 69 66 65 74 |%%C%5...%C%Lifet| 00000680 69 6d 65 0a 25 56 25 25 43 25 35 0a 0a 0a 25 43 |ime.%V%%C%5...%C| 00000690 25 46 75 74 75 72 65 20 56 61 6c 75 65 0a 25 56 |%Future Value.%V| 000006a0 25 25 43 25 25 4c 43 25 31 30 30 30 30 30 30 0a |%%C%%LC%1000000.| 000006b0 25 43 4f 3a 44 2c 31 39 2c 30 25 0a 0a 0a 0a 25 |%CO:D,19,0%....%| 000006c0 43 25 2d 0a 25 43 25 2d 0a 0a 0a 25 43 25 59 65 |C%-.%C%-...%C%Ye| 000006d0 61 72 0a 25 56 25 25 43 25 31 0a 0a 0a 25 43 25 |ar.%V%%C%1...%C%| 000006e0 2d 0a 25 43 25 2d 0a 0a 0a 25 43 25 49 6e 69 74 |-.%C%-...%C%Init| 000006f0 69 61 6c 20 47 75 65 73 73 0a 25 56 25 25 43 25 |ial Guess.%V%%C%| 00000700 25 54 43 25 30 2e 31 0a 0a 0a 25 43 25 52 65 69 |%TC%0.1...%C%Rei| 00000710 6e 76 65 73 74 6d 65 6e 74 20 72 61 74 65 0a 25 |nvestment rate.%| 00000720 56 25 25 43 25 25 54 43 25 30 2e 31 0a 0a 0a 25 |V%%C%%TC%0.1...%| 00000730 43 25 43 61 73 68 20 66 6c 6f 77 0a 25 56 25 25 |C%Cash flow.%V%%| 00000740 43 25 25 4c 43 25 31 32 30 0a 0a 0a 25 43 25 2d |C%%LC%120...%C%-| 00000750 0a 25 43 25 2d 0a 0a 0a 25 43 25 2d 0a 25 43 25 |.%C%-...%C%-.%C%| 00000760 2d 0a 0a 0a 25 43 25 2d 0a 25 43 25 2d 0a 0a 0a |-...%C%-.%C%-...| 00000770 25 43 25 2d 0a 25 43 25 2d 0a 0a 0a 25 43 25 59 |%C%-.%C%-...%C%Y| 00000780 65 61 72 0a 25 56 25 25 43 25 31 0a 0a 0a 25 43 |ear.%V%%C%1...%C| 00000790 25 2d 0a 25 43 25 2d 0a 25 43 4f 3a 45 2c 31 31 |%-.%C%-.%CO:E,11| 000007a0 2c 32 34 25 0a 0a 0a 0a 25 43 25 43 6f 6d 70 6f |,24%....%C%Compo| 000007b0 75 6e 64 69 6e 67 20 50 65 72 69 6f 64 73 0a 25 |unding Periods.%| 000007c0 56 25 25 43 25 25 4c 43 25 63 74 65 72 6d 28 43 |V%%C%%LC%cterm(C| 000007d0 36 2c 42 36 2c 41 36 29 0a 0a 0a 25 43 25 44 65 |6,B6,A6)...%C%De| 000007e0 70 72 65 63 2e 20 41 6c 6c 6f 77 61 6e 63 65 0a |prec. Allowance.| 000007f0 25 56 25 25 43 25 25 4c 43 25 64 64 62 28 41 31 |%V%%C%%LC%ddb(A1| 00000800 30 2c 42 31 30 2c 43 31 30 2c 44 31 30 29 0a 0a |0,B10,C10,D10)..| 00000810 0a 25 43 25 46 75 74 75 72 65 20 56 61 6c 75 65 |.%C%Future Value| 00000820 0a 25 56 25 25 43 25 25 4c 43 25 66 76 28 41 31 |.%V%%C%%LC%fv(A1| 00000830 34 2c 42 31 34 2c 43 31 34 29 0a 0a 0a 25 43 25 |4,B14,C14)...%C%| 00000840 49 6e 74 2e 20 70 65 72 63 65 6e 74 61 67 65 20 |Int. percentage | 00000850 72 61 74 65 0a 25 56 25 25 43 25 25 54 43 25 69 |rate.%V%%C%%TC%i| 00000860 72 72 28 44 31 38 2c 41 31 38 43 31 38 29 0a 0a |rr(D18,A18C18)..| 00000870 0a 25 43 25 49 6e 74 2e 20 70 65 72 63 65 6e 74 |.%C%Int. percent| 00000880 61 67 65 20 72 61 74 65 0a 25 56 25 25 43 25 25 |age rate.%V%%C%%| 00000890 54 43 25 6d 69 72 72 28 41 32 32 42 32 32 2c 43 |TC%mirr(A22B22,C| 000008a0 32 32 2c 44 32 32 29 0a 0a 0a 25 43 25 46 75 74 |22,D22)...%C%Fut| 000008b0 75 72 65 20 63 61 73 68 20 66 6c 6f 77 20 76 61 |ure cash flow va| 000008c0 6c 75 65 0a 25 56 25 25 43 25 25 4c 43 25 6e 70 |lue.%V%%C%%LC%np| 000008d0 76 28 41 32 36 2c 42 32 36 44 32 36 29 0a 0a 0a |v(A26,B26D26)...| 000008e0 25 43 25 50 72 65 73 65 6e 74 20 76 61 6c 75 65 |%C%Present value| 000008f0 0a 25 56 25 25 43 25 25 4c 43 25 70 6d 74 28 41 |.%V%%C%%LC%pmt(A| 00000900 33 30 2c 42 33 30 2f 31 32 2c 43 33 30 2a 31 32 |30,B30/12,C30*12| 00000910 29 0a 0a 0a 25 43 25 50 72 65 73 65 6e 74 20 76 |)...%C%Present v| 00000920 61 6c 75 65 0a 25 56 25 25 43 25 25 4c 43 25 70 |alue.%V%%C%%LC%p| 00000930 76 28 41 33 34 2c 42 33 34 2c 43 33 34 29 0a 0a |v(A34,B34,C34)..| 00000940 0a 25 43 25 49 6e 74 65 72 65 73 74 20 52 61 74 |.%C%Interest Rat| 00000950 65 0a 25 56 25 25 43 25 25 54 43 25 31 32 2a 72 |e.%V%%C%%TC%12*r| 00000960 61 74 65 28 41 33 38 2c 42 33 38 2c 43 33 38 2a |ate(A38,B38,C38*| 00000970 31 32 29 0a 0a 0a 25 43 25 44 65 70 72 65 63 2e |12)...%C%Deprec.| 00000980 20 41 6c 6c 6f 77 61 6e 63 65 0a 25 56 25 25 43 | Allowance.%V%%C| 00000990 25 25 4c 43 25 73 6c 6e 28 41 34 32 2c 42 34 32 |%%LC%sln(A42,B42| 000009a0 2c 43 34 32 29 0a 0a 0a 25 43 25 44 65 70 72 65 |,C42)...%C%Depre| 000009b0 63 2e 20 41 6c 6c 6f 77 61 6e 63 65 0a 25 56 25 |c. Allowance.%V%| 000009c0 25 43 25 25 4c 43 25 73 79 64 28 41 34 36 2c 42 |%C%%LC%syd(A46,B| 000009d0 34 36 2c 43 34 36 2c 44 34 36 29 0a 0a 0a 25 43 |46,C46,D46)...%C| 000009e0 25 54 69 6d 65 20 50 65 72 69 6f 64 0a 25 56 25 |%Time Period.%V%| 000009f0 25 43 25 74 65 72 6d 28 41 35 30 2c 42 35 30 2c |%C%term(A50,B50,| 00000a00 43 35 30 29 0a 25 43 4f 3a 46 2c 31 32 2c 31 32 |C50).%CO:F,12,12| 00000a10 25 |%| 00000a11