Skip to content

1rayanharoon/CountryRiskAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# CountryRiskAnalysis
C++ project.

CountryRiskAnalysis is a program to simulate shocks on variables:
  -GDP
  -Exchange rate
  -Interest rate
  -Inflation rate
  -Production

It takes into account 3 countries and 3 markets

Objective:
After a shock, investors would have an idea on which market to invest and where.
They can anticipate the consequence of a shock in the short run.

Package contents:

  headers               headers defining class and function with documentation  
  main                  basic files to start the program
  read                  read datas from source and choose which data to read
  update                update datas on source and choose which data to update
  simulate              simulate a shock on different variables
  data.xlsx             basics datas on exports between countries
  html			documentation
  
Usage:

  download the libxl library 
  http://www.libxl.com/download.html
  Extract libxl-3.6.5.0 and place in package folder

  Enter your folder
  $ make

  $ ./program
  
Documentation:
  Open index.html in html folder

About

C++ project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.7%
  • C++ 5.5%
  • JavaScript 3.6%
  • CSS 3.2%