Minimum Premium
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
-
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,
Fair enough, so, have I got this right?
You want to conditionally set a minimum for a given cover based on the answer to another question?
###
Answer:CoverRequired,SetFee:BuildingsOnly
"Buildings","IF([BuildingsOnly_Result] < MIN, MIN,[BuildingsOnly_Result])"
###
Answer:CoverRequired,SetFee:ContentsOnly
"Contents","IF([ContentsOnly_Result] < MIN, MIN,[ContentsOnly_Result])"
###
Answer:CoverRequired,SetFee:BuildingsAndContents
"BandC","IF([BuildingsAndContents_Result] < MIN, MIN,[BuildingsAndContents_Result])"
###
Please sign in to leave a comment.
Comments
5 comments