To view our 9/30/2001 update: Click Here!
The quarterly update for 6/30/2001 contains a few nice changes but has no required HTML changes. This update can be accomplished by simply replacing your "class" files and "dinkytown.jar" file. You may wish to print this page as a reference as you begin your update. To view our 3/31/2001 update: Click Here!
Update instructions:
If you have NOT made any changes to the HTML Files used in your deployment you may wish to replace all HTML files with the new versions in your download. If you have made changes to your HTML files, please review the changes below. This update has no required HTML changes, however there are a couple of nice optional changes to the Tax calculators and Life Insurance you should consider.
To clear your Browser's cache:
When you test the new version of the calculators, make sure that the browser you are using uses the new files instead of any it may have in its cache. You may need to clear the browser's cache manually to ensure the new versions are loaded.
Internet Explorer:
Chose "Internet Options" under the "Tools" menu and on the "General" tab click on the "Delete Files…" button.
Netscape:
Chose "Prefrences…" under the "Edit" menu. Click on the "Advanced" category and then "Cache" option which appears under it. Click the "Clear Memory Cache" button, then click the "Clear Disk Cache" button.)
Changes for 2001 | The tax changes put into effect this year are some of the most complex tax code changes in U.S. history. However, the overall impact for 2001 is rather limited. In fact, in 2001, most tax payers will be impacted by only three changes.
Many of the other promised changes, including more significant rate reductions, retirement plan contribution limit increases, and the elimination of the marriage penalty don't start until 2002 or later. |
"Your required life insurance was increased by $XXX,XXX to cover a shortfall projected X year(s)
after your death. Without this immediate need, your required life insurance would be $XXX,XXX. While this increase may leave your family with what seems to be a large surplus in later years, it is
needed to cover your families more immediate financial needs."
No HTML changes are required, however you will need to update the calculator's report, or use the new LifeInsurance.html document and copy any modification you have made to it, to have the new message appear. To update the report to include the new message, place the following text immediately after the first paragraph in the report (in the "TEXT_FOR_REPORT" applet parameter):
<P>IMMEDIATE_NEED_MSG
Example: Allow entry of 1 to 30 years.
<PARAM name="SHOW_ALLTERMS" value="TRUE">
Example: Turn off prepayments
<PARAM name="SHOW_PREPAY" value="FALSE">
Example:
<PARAM name="LOAN_TO_VALUE_RATIO_DECIMALS" value="3">
Simply add an additional parameter "MAX_FOREIGN" to the applet and set it to a value between 0 and 33. The allocator will use this as the maximum foreign investment percent.
Example of setting the maximum foreign stock allocation:
<PARAM name="MAX_FOREIGN" value="10">
A tax deferred portfolio does not use the current tax rate in its calculations. In addition, there will be no municipal bond allocation. You will need to remove both of these references on the AssetAllocatorCalculation.html report to use this parameter.
Example of setting the allocator to a tax deferred portfolio:
<PARAM name="TAX_DEFFER" value="TRUE">
For example, to have loans titled "loan x", "loan y" and "loan z" you would include the following parameters:
<PARAM name="MSG_LOAN1" value="loan x">
<PARAM name="MSG_LOAN2" value="loan y">
<PARAM name="MSG_LOAN3" value="loan z">
This change also affects the following calculators:
Example to make deposits at the end of a period:
<PARAM name="PAYMENTS_AT_START" value="FALSE">
Example to make deposits at the start of a period:
<PARAM name="PAYMENTS_AT_START" value="TRUE">
OR
Leave this parameter out of the applet, it will default to TRUE
Example to make deposits at the end of a period:
<PARAM name="PAYMENTS_AT_START" value="FALSE">
Example to make deposits at the start of a period:
<PARAM name="PAYMENTS_AT_START" value="TRUE">
OR
Leave this parameter out of the applet, it will default to TRUE