<%@LANGUAGE="VBSCRIPT"%>
<%
option explicit
%>
<%
dim rsArticles, sSQL, gStr
set rsArticles = server.createobject("adodb.recordset")
rsArticles.cursorlocation = 3
sSQL = sSQL & "SELECT TOP 10 Articles.Article_ID, Articles.Article_Title, Articles.Article_Excerpt, "
sSQL = sSQL & "Articles.Article_Content, Articles.Article_Posted, Articles.Article_Comments, "
sSQL = sSQL & "Articles.Article_Images, Categories.Category_ID, Categories.Category_Title, Users.User_ID, "
sSQL = sSQL & "Users.User_Name FROM FB_Users AS Users INNER JOIN (FB_Categories AS Categories "
sSQL = sSQL & "INNER JOIN FB_Articles AS Articles ON Categories.Category_ID = Articles.Article_Category_ID) "
sSQL = sSQL & "ON Users.User_ID = Articles.Article_User_ID WHERE Article_Status = 1 AND Article_Level = 0 "
sSQL = sSQL & "ORDER BY Article_Posted DESC;"
rsArticles.open sSQL, adoConn
Do While Not rsArticles.EOF
gStr = gStr & "
" & vbCrLf
rsArticles.MoveNext
Loop
%>
<%=gStr%>
Natural premiums
Using the mortality rate the actuary can calculate the premium rate to be charged for any one age group for that year. This rate can then be applied to the sum insured.
Given a large enough population insured, and by collecting premium in this way, enough money would be collected over the year to pay for those who die at that age range during the year. The death rate for individuals is not known but the group statistics can be calculated.
As the age of the group increases so the mortality rate will increase and the natural premium will become higher.
When life insurance started natural premiums were charged. This was not totally successful for the insured’s as the premiums increased each year as they got older until they reached a point where the insured could not afford to buy the cover.
As premiums increased so those who had the best health saw the increased premiums as being too expensive and moved away first from the life cover. This left the life offices with a portfolio of those in lesser health and this resulted in some offices having adverse claims experiences leading to the financial exposure of their life funds.
The natural premium was therefore replaced by the level premium system.
next -
Level Premium System