Thank you also. really appreciated this as it pointed me in the right direction.
I expanded this a little to suit my needs as below and thought I woudl share.
If the product has an annual fee and a monthly fee (annual payment is more cost effective that monthly payment. both are displayed, but if only monthly or only annually then the rel event price is displayed.
{if $product.pricing.rawpricing.annually neq -1}
<span>{$currency.prefix}{($product.pricing.rawpricing.annually)|string_format:"%.2f"}</span>
<br><strong>(Annually)</strong><br>Or
<br><strong>{$currency.prefix}{($product.pricing.rawpricing.monthly)|string_format:"%.2f"}(Monthly)</strong>
<br>
{if product.pricing.minprice.setupFee}
<small>{$product.pricing.minprice.setupFee->toPrefixed()} {$LANG.ordersetupfee}</small>{/if}
{else}
{$product.pricing.minprice.cycleText}{/if}