Models | Examples |
---|---|
Display ads | Yahoo! |
Search ads |
- 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.
When
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"), |
NewerOlder