summaryrefslogtreecommitdiffstats
path: root/UML/Assumptions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'UML/Assumptions.txt')
-rw-r--r--UML/Assumptions.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/UML/Assumptions.txt b/UML/Assumptions.txt
index 0dda666..a123081 100644
--- a/UML/Assumptions.txt
+++ b/UML/Assumptions.txt
@@ -1,6 +1,15 @@
Every Insurance policy is converted from an Insurance proposal.
+
Every Insurance proposal is stored, because it contains the details about risks, premiumInfo and type of insurance.
+
Premium amount is stored as €/month.
-An insurance policy and insurance proposal is of a single type of insurance.
-Website users must log-in (and register) before they can make unsurance proposals. \ No newline at end of file
+An insurance policy and insurance proposal is of a single insurance.
+
+Website users must log-in (and register) before they can make insurance proposals.
+
+Insurance proposals created when doing basic calculations via the website are deleted when the
+permium amount has been calculated.
+
+An insurance proposal remains stored in the system if the attached policy is deleted, because
+of reuse. \ No newline at end of file