The CRM has a unique feature that allows you to perform dynamic math calculations in your documents using contact and program information.
There are 2 types of Math tags that can be used.
{MATH:}
does not round decimals: displays the exact result with decimal places
{MATHR:}
round to 2 decimal places: good for prices or percentages.
{MATHR0:}
removes trailing decimal places
Inside the Math tags you can place numbers, or other tags.
For example, if you wanted to show what the client is currently paying in minimums per month.
{MATHR: ({TotalDebt} * .03)}
or if you wanted to display the total amount of a fee to the client.
{MATHR: {TotalDebt} * ({FEE1_PERCENT} / 100)}
NOTE
These tags do not return dollar signs. So use your dollar signs, etc. outside of the tags like: ${MATHR: **myformula**}