Login using Social Account
     Continue with GoogleLogin using your credentials
Consider a portfolio S with expected return (rs) of 15% and a standard deviation (sd) of 16%. Consider a risk-free asset (T-Bill) with interest rate (rf) of 5%. Compute the correct value of expected return on a portfolio (rp) with 100% borrowings (same as original wealth) at risk-free rate (rf) and investing the aggregate (double), i.e., 200% amount in portfolio S.
Since we are investing double amount in the portfolio and half of the amount is borrowing on which we have to pay interest that risk free rate.
def return_on_portfolio(investment_proportion,interest_rate,expected_return,borrowings)`:
rs = expected_return wi = investment_proportion wb = borrowings rf = interest_rate return result
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...