Question

An investment company would like to know which stocks to invest in to achieve maximum return....

An investment company would like to know which stocks to invest in to achieve maximum return. At the start of every day of the week (Monday through Friday) they decide how much to invest on that day, for example, X dollars. If in the next day they are able to match the initial investment (the X dollars) with another investment half that amount (X/2 dollars) they can expect a total return on the third day that doubles the initial amount of the investment (a total return of 2X dollars). For example, if the trader invests X dollars on Monday and X/2 dollars on Tuesday, which in total is 1.5X dollars, they can expect to receive 2X dollars on Wednesday, which gives them a gain of 0.5X dollars in two days.

However, any investment that is not matched on the subsequent day will lose its entire value.

There is also the Foreign Exchange (FX) market. The firm noticed that whenever there are a lot of travelers during the weekend, the FX rate tends to increase in the following few days and go back to normal by the end of the week. They believe that if they invest Y dollars in the FX market on the Monday right after the weekend, they can receive its doubled amount (2Y) on Tuesday, if the investment is made on Wednesday, the only receive 1.2Y dollars in two days (Friday). No investment in FX markets will be considered for the days after Wednesday.

On any day of the week, the firm can re-invest any return they receive from previous investments made in the same week. If there is any amount in the firm's account that amount can accrue 1% of daily interest through money markets.

Every Sunday the firm must decide how much money in their account should be invested each day. They want to maximize the amount of money they have in their account by the end of the coming Saturday. The firm currently has 1 million in their account.

Question: Solve this problem by using a Linear Programming (LP) model. Show the objective function, decision variables, and the constraints. (No need to find the optimal solution)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

het K. im accoun Macinゲthe amount on detag 2-

Add a comment
Know the answer?
Add Answer to:
An investment company would like to know which stocks to invest in to achieve maximum return....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Your professor is hoping to get a summer job flipping burgers at the local burger joint....

    Your professor is hoping to get a summer job flipping burgers at the local burger joint. His starting salary will be $7.25 per hour. However, there are certain incentives to encourage him to work extra hours. It is calculated as follows per day: •$7.25 for the first 6 hours he works per day, Monday through Friday .•$8.25 for the next 2 hours he works per day, Monday through Friday. •$11.25 for each hour he works over 8 hours in a...

  • Struggling on these problems. Any help would be greatly appreciated! Krantz Company pays salaries of $15,000...

    Struggling on these problems. Any help would be greatly appreciated! Krantz Company pays salaries of $15,000 every Monday for the preceding 5-day week (Monday through Friday). Assume December 31 falls on a Tuesday, so Krantz's employees have worked 2 days without being paid at the end of the fiscal year. Assume the company does not use reversing entries. Prepare the December 31 adjusting entry and the entry on Monday, January 6, when Krantz pays the payroll. (Credit account titles are...

  • Pseudocode please Special Problem for Swap A local zoo wants to keep track of how many...

    Pseudocode please Special Problem for Swap A local zoo wants to keep track of how many pounds of food each of its three monkeys eats each day during a typical week. Write a program that stores this information in a two-dimensional 3 x 7 array, where each row represents a different monkey and each column represents a different day of the week. The monkeys are represented by integers 1, 2, and 3; the weekdays are "Sunday" "Monday" "Tuesday". "Wednesday. Thursday"....

  • You have $100,000 to invest. Investment Horizon is 15 years, at which point you will use...

    You have $100,000 to invest. Investment Horizon is 15 years, at which point you will use the money as a downpayment on a house. You don't plan to use the money until then, but should you need it, it can be used as an emergency fund. You are required to invest in Vanguard mutual funds, and only that. https://investor.vanguard.com/mutual-funds/list#/select-funds/asset-class/month-end-returns - List of funds Pick any from one to six funds, and decide how much of the $100,000 you want to...

  • solve with excel. solver. 5. A financial planner trying to determine how to invest 1 million...

    solve with excel. solver. 5. A financial planner trying to determine how to invest 1 million dollars for one of his clients. The cash flows for the five investments under consideration are summarized in the following table Summary of cash in-flows and out-flows (at the beginning for year Year 1.0 +0.4 +1.02 1.0 1.0 1.0 4 For example, if the financial planner invests $1 in investment A at the beginning of year 1, he will receive $0.4 at the beginning...

  • please help with the bottom portions EDUUR Problem 9 09 (Algorithmic) Epsilon Airlines services predominantly the...

    please help with the bottom portions EDUUR Problem 9 09 (Algorithmic) Epsilon Airlines services predominantly the eastern and southeastern united States. The vast majority of Epsilon's customers make reservations through Epsilon's website, but a small percentage of customers make reservations via phones. Epsilon employs call center personnel to handle these reservatior and to deal with website reservation system problems and for the rebooking of flights for customers whose plans have changed or whose travel is disrupted. Staffing the call center...

  • The XYZ Company needs you to write a program that will allow them to enter the...

    The XYZ Company needs you to write a program that will allow them to enter the weekly sales for a salesperson and then the program will calculate things such as most sales (and what day on which they happened), least sales (and day on which they happened), total sales, and daily average. The program will need to do the following: • Validate the user input to ensure that it is not less than 0.0 (0.0 will be acceptable if there...

  • Here is the text book information, trend needs to be return on investment Calculate one financial...

    Here is the text book information, trend needs to be return on investment Calculate one financial statement ratio trend within your industry that warrants improvement efforts. Make up your own. Return on Investment LO 2 Explain the importance and show the calculation of return on investment. Imagine that you are presented with two investment alternatives. Each investment will be made for one year, and each investment is equally risky. At the end of the year you will get your original...

  • C Programming Quesition (Structs in C): Write a C program that prompts the user for a...

    C Programming Quesition (Structs in C): Write a C program that prompts the user for a date (mm/dd/yyyy). The program should then take that date and use the formula on page 190 (see problem 2 in the textbook) to convert the date entered into a very large number representing a particular date. Here is the formula from Problem 2 in the textbook: A formula can be used to calculate the number of days between two dates. This is affected by...

  • I need to create a Java class file and a client file that does the following:  Ask user to enter Today’s date in the fo...

    I need to create a Java class file and a client file that does the following:  Ask user to enter Today’s date in the form (month day year): 2 28 2018  Ask user to enter Birthday in the form (month day year): 11 30 1990  Output the following: The date they were born in the form (year/month/day). The day of the week they were born (Sunday – Saturday). The number of days between their birthday and today’s...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT