Foreign Exchange Option

We will use the Garman-Kohlhagan model (Links to an external site.) to price our options in this assignment. We will write a function that takes the option contract parameters (type–call or put, strike price, and expiration date) as well as market observations (spot exchange rate, volatility, and interest rates in …

TLS-SSL Handshake with Cryptography in Python 2.7

Implement a “simulated” TLS/SSL Handshake in Python 2.7 using a main method. Decrypt and encrypt files as needed using RSA and other encryption protocols. You may use standard libraries, cryptography, and the openssl libraries- but no other libraries. Manually develop the DIFFIE-HELLMAN algorithm. Use the input files included in the …

TRUE BASIC CODING ASSIGNMENT

At least 20 different commands.Program must run without errors. And if your program uses other files, such as images, be sure to include them when submitProgram must be an original work. (No copying of codes between students.)Program must include at least 1 loop (for-next and/or do-loop) and at least 1 …

TRUE BASIC PROJECT CODING

True Basic codingAt least 20 different commandsProgram must run without errors. And if your program uses other files, such as images, be sure to include them when submitProgram must be an original work. (No copying of codes between students.)Program must include at least 1 loop (for-next and/or do-loop) and at …

PhysicsGE4

The exercises are based on chapters 14, 21, 22, 23 of the book University Physics with Modern Physics Young and Freedman the link to the book is below. https://notendur.hi.is/mbh6/html/_downloads/University%20Physics%20with%20Modern%20Physics,%2013th%20Edition.pdf The exercises include Fluid Mechanics, Electrical Field and ChargeThe exercises have been translated to English so if you would like further …

Python quiz nea

To make a multiple choice quiz game (with buttons). This game contains logins for students so student id and password required. The students results from the quiz are put into a leaderboard where the teacher using a teacher login can view the students doing well. It needs to be a …

MAE 5 Project 1

At least 15 different commands.Program must run without errors. And if your program uses other files, such as images, be sure to include them when submitProgram must be an original work. (No copying of codes between students.)Write a few comments about the purpose of your project at the beginning.Must have …

Database Systems

Given the following relation schemes: Teacher = [CourseN, Quarter,TeacherName]Course = [CourseN,CourseName, Nunit)Student = [studentName, CourseN, Quarter]LocationNTime = [CourseN, Quarter , DayTime,  RoomN] //Examples of DayTime: M2:00AM, W4:50PM, and T8:00PM. Note that DayTime is represented as a string. Express the following queries by SQL statements and test them using any appropriate …

Ghoster hunters

All in Java, this is a java 2 class so nothing to advanced For this assignment, students will develop a turn-based ghost hunting game with two different levels of ghosts.  The key learning objectives for this assignment are: ability to setup and use classes, understanding and using inheritance, use of …

Project 15-3 File Cleaner

Project 15-3: File CleanerCreate an application that reads a file that contains an email list, reformats the data, and writes the cleaned list to another file. ConsoleFile Cleaner Source file:  prospects.csv Cleaned file: prospects_clean.csv Congratulations! Your file has been cleaned! The prospect.csv fileFIRST,LAST,EMAIL james,butler,[email protected] Josephine,Darakjy,[email protected] ART,VENERE,[email protected] … The prospect_clean.csv fileFirst,Last,email …