Problem I’m making a hotel reservation app that has the following features: Promo Codes: The guest can choose to pay […]
Tag: finance
Using Wreq and Lens libraries to query Prosper for account info
Problem I am trying to create a program to manage my Prosper investments for me as an intro to Haskell […]
Calculating the daily profit of a clinic
Problem I need help with optimizing a piece of code I’ve written in C#, which is very sloppy right now. […]
Money class for handling calculations with coins
Problem The code follows the requested format of the output exactly for my assignment. But, for my own personal reference, […]
Currency exchange app
Problem I’m making a currency exchange app, it works as follows: User types in on desired currency input and the […]
Downloading yahoo finance stock historical data as CSV using C++
Problem This post is a continuation of my previous post where I used jsoncpp package to fetch exchange rates from […]
ADT for a TVM calculator
Problem I wanted to get some criticism for the below ADT. This is just a basic ADT that will be […]
Storing transactions with amounts and payment types
Problem I have a table where I’m storing a row for each transaction that records the type of transaction along […]
Determining if a discount is valid for a product
Problem I’m in the process of re-writing a method I’ve come across in our code base. It’s pretty lengthy and […]
Acquiring payment service ID
Problem I have a utility class, called Bills, that extracts some information from a billId and a paymentId. I’m pasting […]