35 static constexpr const char*
LABEL =
"PRICING";
38 void runAnalytic(
const QuantLib::ext::shared_ptr<ore::data::InMemoryLoader>& loader,
39 const std::set<std::string>& runTypes = {})
override;
44static const std::set<std::string> pricingAnalyticSubAnalytics {
"NPV",
"CASHFLOW",
"CASHFLOWNPV",
"SENSITIVITY"};
void setLabel(const string &label)
const QuantLib::ext::shared_ptr< InputParameters > & inputs() const
PricingAnalytic(const QuantLib::ext::shared_ptr< InputParameters > &inputs)
void setUpConfigurations() override
void runAnalytic(const QuantLib::ext::shared_ptr< ore::data::InMemoryLoader > &loader, const std::set< std::string > &runTypes={}) override
PricingAnalyticImpl(const QuantLib::ext::shared_ptr< InputParameters > &inputs)
static constexpr const char * LABEL