R/summary.QuantoAmerPut.R

Defines functions summary.QuantoAmerPut

Documented in summary.QuantoAmerPut

summary.QuantoAmerPut <-
function(object, ...){
	cat("\nQuanto American Put Option\nMethod: Simple Least Squares Monte Carlo\n")
	mat1<-matrix(object)
	rownames(mat1)<-c("Option price", "Spot price", "Strike", "Volatility", "Number of paths", "Number of time-steps", "Interest rate", "Dividend rate", "Maturity time","Spot price of 3rd asset", "Volatility of 3rd asset", "Interest rate of 3rd asset", "Dividend rate of 3rd asset","Correlation coefficient")
	colnames(mat1) <- c(" ")
	print(mat1)
}

Try the LSMonteCarlo package in your browser

Any scripts or data that you put into this service are public.

LSMonteCarlo documentation built on May 2, 2019, 8:55 a.m.