Skip to content

Instantly share code, notes, and snippets.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@azmenak
azmenak / VPN-on-Mac-OS.md
Last active August 29, 2015 14:03
Setup VPN on Mac OS

VPN Setup

Open up the network config in system preferences

net config


  1. Hit the plus button in the bottom right
@azmenak
azmenak / case1.md
Created June 11, 2014 15:56
Upper Limit on Range Forward
  1. Upper Limit on Range Forward

(20%) Employing the spot rate version of the Black-Scholes foreign exchange valuation model, determine the appropriate value of the upper limit of the range forward on the NZD recommended by Banco Manquehue. This requires a trial and error procedure. Confine your answer to three significant digits.

Recall that to apply the Black-Scholes model in a situation where bid-ask and deposit/borrowing rate spreads exist, the midpoints of said spreads must be used. As well, note that a range forward has a value of zero at inception and that a range forward may be viewed as an option collar.

Value for buy forward range

When

@azmenak
azmenak / gulpfile.js
Last active April 24, 2017 21:35
Example Gulpfile for Jekyll
var options, paths,
gulp = require("gulp"),
merge = require("merge-stream"),
path = require("path"),
clean = require("gulp-clean"),
concat = require("gulp-concat"),
markdown = require("gulp-markdown"),
minifyCSS = require("gulp-minify-css"),
removeLines = require("gulp-remove-lines"),