|
I know this is an old thread - but I figured someone might be searching and come across it ... so it might be worth providing a formula as per the original request:
Assumptions
- the margin lender requires you to clear the buffer completely
- you sell units or shares to pay down the loan
- all shares/units have the same maximum LVR
Description of values
MarginCall: the amount of cash required to clear the buffer
MaxLVR: the maximum allowed LVR for the portfolio
Value: the current value of the portfolio
Loan: the outstanding loan
MarginCall = (Loan - ((MaxLVR / 100) * Value)) / (1 - (MaxLVR / 100))
Example:
MaxLVR = 70%
Value = $10,000
Loan = $8,000
Current LVR = $8,000 / $10,000 = 80%
MarginCall = (8000 - ((70 / 100) * 10000)) / (1 - (70 / 100))
MarginCall = (8000 - 7000) / 0.3
MarginCall = 1000/0.3 = need to sell $3,333.33 worth of units/shares required to restore buffer
Test: sell $3,333.33 and use proceeds to pay off loan
New value = $6,666.67, new loan = $4,666.67, new LVR = 70%
If you have a portfolio of multiple shares/funds, each with different max LVRs or if you are able to put cash into the loan, the formula will be different.
If you are using cash to restore the buffer, the formula is a little simpler:
MarginCall = Loan - ((MaxLVR / 100) * Value)
Example (as above):
MarginCall = (8000 - ((70 / 100) * 10000))
MarginCall = 8000 - 7000
MarginCall = 1000 = need to pay down the loan by $1,000 to restore buffer
Test: pay $1,000 off the loan
Value = $10,000, new loan = $7,000, new LVR = 70%
__________________
Sim'
This is a general comment only and does not constitute advice. Before making financial decisions you should seek advice from a professional adviser, who can take into account your specific circumstances and investment goals.
|