/************************************************************************ * Copyright(c) 2011, One Unified. All rights reserved. * * email: info@oneunified.net * * * * This file is provided as is WITHOUT ANY WARRANTY * * without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * * * This software may not be used nor distributed without proper license * * agreement. * * * * See the file LICENSE.txt for redistribution information. * ************************************************************************/ #pragma once // 2012/02/05 http://seekingalpha.com/article/274736-option-expiration-for-metals-lots-of-puts-on-slv-more-calls-on-gld // 2012/03/31 be aware that some options do not expire on friday. Some like, next week, // expire on thursday due to good friday being a holiday #include #include "NoRiskInterestRateSeries.h" namespace ou { // One Unified namespace tf { // TradeFrame namespace option { // options namespace binomial { class structInput; } class Option: public ou::tf::Watch { public: using pOption_t = std::shared_ptr