| For Units # |
{{ formData.unit_number || "-" }}
|
| Project |
{{ formData.project || "-" }} |
| Unit Type |
{{ formData.unit_type || "-" }} |
| Buyer Name |
{{ formData.buyer_name || "-" }} |
| Buyer Work Permit/Personal Number |
{{ formData.buyer_permit_number || "-" }}
|
| Buyer Passport Number |
{{ formData.buyer_passport_number || "-" }}
|
| Buyer Email Address |
{{ formData.buyer_email || "-" }} |
| Current Place of Residence |
{{ formData.buyer_residence || "-" }} |
| Nationality |
{{ formData.nationality || "-" }} |
| External Agency Name |
{{ formData.external_agency_name || "-" }}
|
|
Commission / Usage Promised to External Agent
|
{{ formData.external_agent_commission || "-" }}
|
| In-House Agent Name |
{{ formData.in_house_agent_name || "-" }}
|
|
Commission / Usage Promised to In-House Agent
|
{{ formData.in_house_agent_commission || "-" }}
|
| Booking Date |
{{ formData.booking_date || "-" }} |
| Selling Price |
{{ formData.selling_price || "-" }} |
| Sale Price After Discount |
{{ formData.sale_price_after_discount || "-" }}
|
| DLD Fee Receivable |
{{ formData.dld_fee_receivable || "-" }}
|
| Admin Fee Receivable |
{{ formData.admin_fee || "-" }} |
| Other Fee Receivable |
{{ formData.other_fee_receivable || "-" }}
|
| Payment Plan |
{{ formData.payment_plan || "-" }} |
|
Outstanding Balance
|
{{ formData.total_balance || "-" }}
|
| Downpayment |
{{ formData.downpayment || "-" }} |
| Downpayment Received |
{{ formData.downpayment_received || "-" }}
|
| Downpayment Balance |
{{ formData.downpayment_balance || "-" }}
|
| Downpayment Due Amount |
{{ formData.downpayment_due_amount || "-" }}
|
| Downpayment Percentage |
{{
formData.downpayment_percentage
? formData.downpayment_percentage + "%"
: "-"
}}
|
| DLD Charges |
{{ formData.dld_charges || "-" }} |
| DLD Charges Received |
{{ formData.dld_charges_received || "-" }}
|
| DLD Charges Balance |
{{ formData.dld_charges_balance || "-" }}
|
| Admin Fee Received |
{{ formData.admin_fee_received || "-" }}
|
| Admin Fee Balance |
{{ formData.admin_fee_balance || "-" }}
|
| Completion Amount |
{{ formData.completion || "-" }} |
| Completion Received |
{{ formData.completion_received || "-" }}
|
| Completion Balance |
{{ formData.completion_balance || "-" }}
|
| Completion Due Amount |
{{ formData.completion_due_amount || "-" }}
|
| Completion Percentage |
{{
formData.completion_percentage
? formData.completion_percentage + "%"
: "-"
}}
|
| Monthly Installment |
{{ formData.monthly_installment || "-" }}
|
| Monthly Installment Received |
{{ formData.monthly_installment_received || "-" }}
|
| Monthly Installment Balance |
{{ formData.monthly_installment_balance || "-" }}
|
| Monthly Installment Due Amount |
{{ formData.monthly_installment_due_amount || "-" }}
|
| Monthly Installment Percentage |
{{
formData.monthly_installment_percentage
? formData.monthly_installment_percentage + "%"
: "-"
}}
|
| Total Amount |
{{ formData.total || "-" }} |
| Total Received |
{{ formData.total_received || "-" }} |
| Total Due Amount |
{{ formData.total_due_amount || "-" }}
|
| First Amount Received |
{{ formData.first_amount_received || "-" }}
|
| Balance Amount |
{{ formData.balance_amount || "-" }} |
|
PDC Received (if not, when promised - DATE)
|
{{ formData.pdc_received || "-" }} |
| Fine/Downpayment |
{{ formData.fine_downpayment || "-" }}
|
|
Downpayment Not Received, Promised Pay Date
|
{{ formData.downpayment_promise_date || "-" }}
|
| Resident or Non-Resident |
{{ formData.residency_status || "-" }}
|
|
PDC Received Up to Handover
(Required of 30% PDC)
|
{{ formData.pdc_up_to_handover || "-" }}
|