Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Stock Portfolio An investors stock portfolio consists of four Exchange Traded Funds (SPY, QQQ, EEM, and VXX). Write a program that requests the amount Enter

Stock Portfolio An investors stock portfolio consists of four Exchange Traded Funds (SPY, QQQ, EEM, and VXX). Write a program that requests the amount Enter amount of loan: 12000 Enter interest rate (%): 6.4 Enter number of years: 5 Monthly payment: $234.23 Programming Projects 75 Enter price of item: 25.50 Enter weight of item in pounds and ounces separately. Enter pounds: 1 Enter ounces: 9 Price per ounce: $1.02 Enter face value of bond: 1000 Enter coupon interest rate: .04 Enter current market price: 1180 Enter years until maturity: 15 Approximate YTM: 2.57% 76 Chapter 2 Core Objects, Variables, Input, and Output invested in each fund as input and then displays the total amount invested and each funds percentage of the total amount invested.

Enter amount invested in SPY: 876543.21

Enter amount invested in QQQ: 234567.89

Enter amount invested in EEM: 345678.90

Enter amount invested in VXX: 123456.78

ETF PERCENTAGE

------------------ SPY 55.47%

QQQ 14.84%

EEM 21.87%

VXX 7.81%

write in python program

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

More Books

Students also viewed these Databases questions