Paul Taylor
asked this on June 24, 2011 13:21
Hi Guys
How do I set a minimum premium, for each section (cover) within the quote?
So, for a household quote that includes the covers: Buildings, Contents and Buildings+Contents, I'd want separate minimum premiums for each of them.
Cheers
Paul
Comments
Hi Guys,
Have you had chance to look at this question?
Thanks
Paul
Hi Paul,
To set a minimum charge for a given question (cover) you can add this to your rate file:
###
SetFee:QuestionToSetMinCharge
IF([QuestionToSetMinCharge_Result] < MIN, MIN,[QuestionToSetMinCharge_Result])
###
If you need any further clarification please ask.
Thanks,
Rob.
Hi Rob,
Thanks - but I need the minimum premium to be a minimum for a particular section (ie, cover). For example, in our household policy we have 3 possible sum-insured:
Buildings Only
Contents Only
Buildings & Contents
The user selects which type of policy they want. I need to be able to set a different minimum premium for each of the 3 covers.
Cheers
Paul
Hi Rob,
Yes, that looks like it'll work, thank you!
Cheers
Paul