You are on page 1of 4

User registration table

userregtb
Field name Name Age Sex UID Contact number Email-id Address Password dateofreg Data Type string int char String Long int string String string string Description Name of the user Age of the user Sex of the user Unique id of the user Contact number of user Email-id of user Permanent address of user Password of user Date of registration

Policy type table

policytypetb
Field Name Policy type Policy type id Policy type name Data Type String String String Description Type of policy Unique policy type id Name of the policy type

Policy

table

polictytb
Field name Policyid Policyname Maturity time Period of payment Amount/period Policy type id Data Type String String Int Int Float String Description Unique policy id Name of the policy Time after which policy will mature Interval between payments Amount to be paid Unique ploicy type id

LOAN TABLE

loantb
FIELD NAME Loan id Loan name Percent of amount Loan interval period DATA TYPE String String Float Int DESCRIPTION Unique id for loan Name of the loan Percent of premium to be remitted as loan Time interval between loans

LOAN_ USER TABLE

loanusertb
FIELD NAME Loan id Policyid UID Date of loan Amount of loan Duedate DATA TYPE String String string string float string DESCRIPTION Unique id for loan Unique policy id Unique id for user Date of applying for the loan Amount of loan asked by the user Last date

userpolicytb
FIELD NAME UID policyid Date of policy Date of maturiy Premium no Due date

USER_ POLICY TABLE


DATA TYPE string string string string int string DESCRIPTION Unique id for user Unique policy id Date at which policy is taken Date at which policy matures Number of premiums paid Last date for depositing premium

SMS TABLE

smstb
FIELD NAME UID Contact no Policyid Date of sms Message description status DATA TYPE string Long int string string string string DESCRIPTION Unique id for user Contact number of user Unique policy id Date of sending the sms Body of sms Status of message

Email table

emailtb
FIELD NAME UID To address Policyid Date of email Email description Status DATA TYPE string string string string string string DESCRIPTION Unique id for user Address for sending email Unique policy id Date of sending email Body of email Status of email

LOAN DESCRIPTION TABLE


loandestb FIELD NAME DATA TYPE DESCRIPTION

UID Loan purpose Amount Time

string string string int

Unique id for user Purpose for taking loan Amount of loan requested by the user Time for loan sanction

You might also like