Base class for input data, also exposed via SWIG. More...
#include <orea/app/inputparameters.hpp>
Inheritance diagram for InputParameters:
Collaboration diagram for InputParameters:Public Member Functions | |
| InputParameters () | |
| virtual | ~InputParameters () |
| void | setAsOfDate (const std::string &s) |
| void | setResultsPath (const std::string &s) |
| void | setBaseCurrency (const std::string &s) |
| void | setContinueOnError (bool b) |
| void | setLazyMarketBuilding (bool b) |
| void | setBuildFailedTrades (bool b) |
| void | setObservationModel (const std::string &s) |
| void | setImplyTodaysFixings (bool b) |
| void | setMarketConfig (const std::string &config, const std::string &context) |
| void | setRefDataManager (const std::string &xml) |
| void | setRefDataManagerFromFile (const std::string &fileName) |
| void | setScriptLibrary (const std::string &xml) |
| void | setScriptLibraryFromFile (const std::string &fileName) |
| void | setConventions (const std::string &xml) |
| void | setConventionsFromFile (const std::string &fileName) |
| void | setIborFallbackConfig (const std::string &xml) |
| void | setIborFallbackConfigFromFile (const std::string &fileName) |
| void | setCurveConfigs (const std::string &xml) |
| void | setCurveConfigsFromFile (const std::string &fileName) |
| void | setPricingEngine (const std::string &xml) |
| void | setPricingEngineFromFile (const std::string &fileName) |
| void | setTodaysMarketParams (const std::string &xml) |
| void | setTodaysMarketParamsFromFile (const std::string &fileName) |
| void | setPortfolio (const std::string &xml) |
| void | setPortfolioFromFile (const std::string &fileNameString, const std::filesystem::path &inputPath) |
| void | setMarketConfigs (const std::map< std::string, std::string > &m) |
| void | setThreads (int i) |
| void | setEntireMarket (bool b) |
| void | setAllFixings (bool b) |
| void | setEomInflationFixings (bool b) |
| void | setUseMarketDataFixings (bool b) |
| void | setIborFallbackOverride (bool b) |
| void | setReportNaString (const std::string &s) |
| void | setCsvQuoteChar (const char &c) |
| void | setCsvSeparator (const char &c) |
| void | setCsvCommentCharacter (const char &c) |
| void | setDryRun (bool b) |
| void | setMporDays (Size s) |
| void | setMporOverlappingPeriods (bool b) |
| void | setMporDate (const QuantLib::Date &d) |
| void | setMporCalendar (const std::string &s) |
| void | setMporForward (bool b) |
| void | setOutputAdditionalResults (bool b) |
| void | setAdditionalResultsReportPrecision (std::size_t p) |
| void | setIncludePastCashflows (bool b) |
| void | setOutputCurves (bool b) |
| void | setOutputTodaysMarketCalibration (bool b) |
| void | setCurvesMarketConfig (const std::string &s) |
| void | setCurvesGrid (const std::string &s) |
| void | setXbsParConversion (bool b) |
| void | setParSensi (bool b) |
| void | setOptimiseRiskFactors (bool b) |
| void | setAlignPillars (bool b) |
| void | setOutputJacobi (bool b) |
| void | setUseSensiSpreadedTermStructures (bool b) |
| void | setSensiThreshold (Real r) |
| void | setSensiRecalibrateModels (bool b) |
| void | setSensiSimMarketParams (const std::string &xml) |
| void | setSensiSimMarketParamsFromFile (const std::string &fileName) |
| void | setSensiScenarioData (const std::string &xml) |
| void | setSensiScenarioDataFromFile (const std::string &fileName) |
| void | setSensiPricingEngine (const std::string &xml) |
| void | setSensiPricingEngineFromFile (const std::string &fileName) |
| void | setSensiPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setScenarioSimMarketParams (const std::string &xml) |
| void | setScenarioSimMarketParamsFromFile (const std::string &fileName) |
| void | setScenarioOutputFile (const std::string &filename) |
| void | setStressThreshold (Real r) |
| void | setStressOptimiseRiskFactors (bool optimise) |
| void | setStressSimMarketParams (const std::string &xml) |
| void | setStressSimMarketParamsFromFile (const std::string &fileName) |
| void | setStressScenarioData (const std::string &xml) |
| void | setStressScenarioDataFromFile (const std::string &fileName) |
| void | setStressPricingEngine (const std::string &xml) |
| void | setStressPricingEngineFromFile (const std::string &fileName) |
| void | setStressPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setStressSensitivityScenarioData (const std::string &xml) |
| void | setStressSensitivityScenarioDataFromFile (const std::string &fileName) |
| void | setStressLowerBoundCapFloorVolatility (const double value) |
| void | setStressUpperBoundCapFloorVolatility (const double value) |
| void | setStressLowerBoundSurvivalProb (const double value) |
| void | setStressUpperBoundSurvivalProb (const double value) |
| void | setStressLowerBoundRatesDiscountFactor (const double value) |
| void | setStressUpperBoundRatesDiscountFactor (const double value) |
| void | setStressAccurary (const double value) |
| void | setSalvageCovariance (bool b) |
| void | setVarQuantiles (const std::string &s) |
| void | setVarBreakDown (bool b) |
| void | setPortfolioFilter (const std::string &s) |
| void | setVarMethod (const std::string &s) |
| void | setMcVarSamples (Size s) |
| void | setMcVarSeed (long l) |
| void | setCovarianceData (ore::data::CSVReader &reader) |
| void | setCovarianceDataFromFile (const std::string &fileName) |
| void | setCovarianceDataFromBuffer (const std::string &xml) |
| void | setSensitivityStreamFromFile (const std::string &fileName) |
| void | setBenchmarkVarPeriod (const std::string &period) |
| void | setHistoricalScenarioReader (const std::string &fileName) |
| void | setSensitivityStreamFromBuffer (const std::string &buffer) |
| void | setHistVarSimMarketParamsFromFile (const std::string &fileName) |
| void | setOutputHistoricalScenarios (const bool b) |
| void | setSalvageCorrelationMatrix (bool b) |
| void | setAmc (bool b) |
| void | setAmcCg (bool b) |
| void | setXvaCgBumpSensis (bool b) |
| void | setXvaCgSensiScenarioData (const std::string &xml) |
| void | setXvaCgSensiScenarioDataFromFile (const std::string &fileName) |
| void | setAmcTradeTypes (const std::string &s) |
| void | setExposureBaseCurrency (const std::string &s) |
| void | setExposureObservationModel (const std::string &s) |
| void | setNettingSetId (const std::string &s) |
| void | setScenarioGenType (const std::string &s) |
| void | setStoreFlows (bool b) |
| void | setStoreCreditStateNPVs (Size states) |
| void | setStoreSurvivalProbabilities (bool b) |
| void | setWriteCube (bool b) |
| void | setWriteScenarios (bool b) |
| void | setExposureSimMarketParams (const std::string &xml) |
| void | setExposureSimMarketParamsFromFile (const std::string &fileName) |
| void | setScenarioGeneratorData (const std::string &xml) |
| void | setScenarioGeneratorDataFromFile (const std::string &fileName) |
| void | setCrossAssetModelData (const std::string &xml) |
| void | setCrossAssetModelDataFromFile (const std::string &fileName) |
| void | setSimulationPricingEngine (const std::string &xml) |
| void | setSimulationPricingEngineFromFile (const std::string &fileName) |
| void | setSimulationPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setAmcPricingEngine (const std::string &xml) |
| void | setAmcPricingEngineFromFile (const std::string &fileName) |
| void | setAmcPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setNettingSetManager (const std::string &xml) |
| void | setNettingSetManagerFromFile (const std::string &fileName) |
| void | setCollateralBalances (const std::string &xml) |
| void | setCollateralBalancesFromFile (const std::string &fileName) |
| void | setXvaBaseCurrency (const std::string &s) |
| void | setLoadCube (bool b) |
| void | setCubeFromFile (const std::string &file) |
| void | setCube (const QuantLib::ext::shared_ptr< NPVCube > &cube) |
| void | setNettingSetCubeFromFile (const std::string &file) |
| void | setCptyCubeFromFile (const std::string &file) |
| void | setMarketCubeFromFile (const std::string &file) |
| void | setMarketCube (const QuantLib::ext::shared_ptr< AggregationScenarioData > &cube) |
| void | setFlipViewXVA (bool b) |
| void | setMporCashFlowMode (const MporCashFlowMode m) |
| void | setFullInitialCollateralisation (bool b) |
| void | setExposureProfiles (bool b) |
| void | setExposureProfilesByTrade (bool b) |
| void | setPfeQuantile (Real r) |
| void | setCollateralCalculationType (const std::string &s) |
| void | setExposureAllocationMethod (const std::string &s) |
| void | setMarginalAllocationLimit (Real r) |
| void | setExerciseNextBreak (bool b) |
| void | setCvaAnalytic (bool b) |
| void | setDvaAnalytic (bool b) |
| void | setFvaAnalytic (bool b) |
| void | setColvaAnalytic (bool b) |
| void | setCollateralFloorAnalytic (bool b) |
| void | setDimAnalytic (bool b) |
| void | setDimModel (const std::string &s) |
| void | setMvaAnalytic (bool b) |
| void | setKvaAnalytic (bool b) |
| void | setDynamicCredit (bool b) |
| void | setCvaSensi (bool b) |
| void | setCvaSensiGrid (const std::string &s) |
| void | setCvaSensiShiftSize (Real r) |
| void | setDvaName (const std::string &s) |
| void | setRawCubeOutput (bool b) |
| void | setNetCubeOutput (bool b) |
| void | setRawCubeOutputFile (const std::string &s) |
| void | setNetCubeOutputFile (const std::string &s) |
| void | setFvaBorrowingCurve (const std::string &s) |
| void | setFvaLendingCurve (const std::string &s) |
| void | setFlipViewBorrowingCurvePostfix (const std::string &s) |
| void | setFlipViewLendingCurvePostfix (const std::string &s) |
| void | setDeterministicInitialMargin (const std::string &n, TimeSeries< Real > v) |
| void | setDeterministicInitialMarginFromFile (const std::string &fileName) |
| void | setDimQuantile (Real r) |
| void | setDimHorizonCalendarDays (Size s) |
| void | setDimRegressionOrder (Size s) |
| void | setDimRegressors (const std::string &s) |
| void | setDimOutputGridPoints (const std::string &s) |
| void | setDimOutputNettingSet (const std::string &s) |
| void | setDimLocalRegressionEvaluations (Size s) |
| void | setDimLocalRegressionBandwidth (Real r) |
| void | setKvaCapitalDiscountRate (Real r) |
| void | setKvaAlpha (Real r) |
| void | setKvaRegAdjustment (Real r) |
| void | setKvaCapitalHurdle (Real r) |
| void | setKvaOurPdFloor (Real r) |
| void | setKvaTheirPdFloor (Real r) |
| void | setKvaOurCvaRiskWeight (Real r) |
| void | setKvaTheirCvaRiskWeight (Real r) |
| void | setCreditMigrationAnalytic (bool b) |
| void | setCreditMigrationDistributionGrid (const std::vector< Real > &grid) |
| void | setCreditMigrationTimeSteps (const std::vector< Size > &ts) |
| void | setCreditSimulationParameters (const QuantLib::ext::shared_ptr< CreditSimulationParameters > &c) |
| void | setCreditSimulationParametersFromBuffer (const std::string &xml) |
| void | setCreditSimulationParametersFromFile (const std::string &fileName) |
| void | setCreditMigrationOutputFiles (const std::string &s) |
| void | setCashflowHorizon (const std::string &s) |
| void | setPortfolioFilterDate (const std::string &s) |
| void | setXvaStressSimMarketParams (const std::string &xml) |
| void | setXvaStressSimMarketParamsFromFile (const std::string &f) |
| void | setXvaStressScenarioData (const std::string &s) |
| void | setXvaStressScenarioDataFromFile (const std::string &s) |
| void | setXvaStressSensitivityScenarioData (const std::string &xml) |
| void | setXvaStressSensitivityScenarioDataFromFile (const std::string &fileName) |
| void | setXvaStressWriteCubes (const bool writeCubes) |
| void | setXvaSensiSimMarketParams (const std::string &xml) |
| void | setXvaSensiSimMarketParamsFromFile (const std::string &fileName) |
| void | setXvaSensiScenarioData (const std::string &xml) |
| void | setXvaSensiScenarioDataFromFile (const std::string &fileName) |
| void | setXvaSensiPricingEngine (const std::string &xml) |
| void | setXvaSensiPricingEngineFromFile (const std::string &fileName) |
| void | setXvaSensiPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setSimmVersion (const std::string &s) |
| void | setCrifFromFile (const std::string &fileName, char eol='\n', char delim=',', char quoteChar='\0', char escapeChar='\\') |
| void | setCrifFromBuffer (const std::string &csvBuffer, char eol='\n', char delim=',', char quoteChar='\0', char escapeChar='\\') |
| void | setSimmNameMapper (const QuantLib::ext::shared_ptr< ore::analytics::SimmBasicNameMapper > &p) |
| void | setSimmNameMapper (const std::string &xml) |
| void | setSimmNameMapperFromFile (const std::string &fileName) |
| void | setSimmBucketMapper (const QuantLib::ext::shared_ptr< ore::analytics::SimmBucketMapper > &p) |
| void | setSimmBucketMapper (const std::string &xml) |
| void | setSimmBucketMapperFromFile (const std::string &fileName) |
| void | setSimmCalibrationData (const QuantLib::ext::shared_ptr< ore::analytics::SimmCalibrationData > &s) |
| void | setSimmCalibrationDataFromFile (const std::string &fileName) |
| void | setSimmCalculationCurrencyCall (const std::string &s) |
| void | setSimmCalculationCurrencyPost (const std::string &s) |
| void | setSimmResultCurrency (const std::string &s) |
| void | setSimmReportingCurrency (const std::string &s) |
| void | setEnforceIMRegulations (bool b) |
| void | setWriteSimmIntermediateReports (bool b) |
| void | setParConversionXbsParConversion (bool b) |
| void | setParConversionAlignPillars (bool b) |
| void | setParConversionOutputJacobi (bool b) |
| void | setParConversionThreshold (Real r) |
| void | setParConversionSimMarketParams (const std::string &xml) |
| void | setParConversionSimMarketParamsFromFile (const std::string &fileName) |
| void | setParConversionScenarioData (const std::string &xml) |
| void | setParConversionScenarioDataFromFile (const std::string &fileName) |
| void | setParConversionPricingEngine (const std::string &xml) |
| void | setParConversionPricingEngineFromFile (const std::string &fileName) |
| void | setParConversionPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setParConversionInputFile (const std::string &s) |
| void | setParConversionInputIdColumn (const std::string &s) |
| void | setParConversionInputRiskFactorColumn (const std::string &s) |
| void | setParConversionInputDeltaColumn (const std::string &s) |
| void | setParConversionInputCurrencyColumn (const std::string &s) |
| void | setParConversionInputBaseNpvColumn (const std::string &s) |
| void | setParConversionInputShiftSizeColumn (const std::string &s) |
| void | setScenarioDistributionSteps (const Size s) |
| void | setScenarioOutputZeroRate (const bool b) |
| void | setParStressSimMarketParams (const std::string &xml) |
| void | setParStressSimMarketParamsFromFile (const std::string &fileName) |
| void | setParStressScenarioData (const std::string &xml) |
| void | setParStressScenarioDataFromFile (const std::string &fileName) |
| void | setParStressPricingEngine (const std::string &xml) |
| void | setParStressPricingEngineFromFile (const std::string &fileName) |
| void | setParStressPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setParStressSensitivityScenarioData (const std::string &xml) |
| void | setParStressSensitivityScenarioDataFromFile (const std::string &fileName) |
| void | setParStressLowerBoundCapFloorVolatility (const double value) |
| void | setParStressUpperBoundCapFloorVolatility (const double value) |
| void | setParStressLowerBoundSurvivalProb (const double value) |
| void | setParStressUpperBoundSurvivalProb (const double value) |
| void | setParStressLowerBoundRatesDiscountFactor (const double value) |
| void | setParStressUpperBoundRatesDiscountFactor (const double value) |
| void | setParStressAccurary (const double value) |
| void | setZeroToParShiftSimMarketParams (const std::string &xml) |
| void | setZeroToParShiftSimMarketParamsFromFile (const std::string &fileName) |
| void | setZeroToParShiftScenarioData (const std::string &xml) |
| void | setZeroToParShiftScenarioDataFromFile (const std::string &fileName) |
| void | setZeroToParShiftPricingEngine (const std::string &xml) |
| void | setZeroToParShiftPricingEngineFromFile (const std::string &fileName) |
| void | setZeroToParShiftPricingEngine (const QuantLib::ext::shared_ptr< EngineData > &engineData) |
| void | setZeroToParShiftSensitivityScenarioData (const std::string &xml) |
| void | setZeroToParShiftSensitivityScenarioDataFromFile (const std::string &fileName) |
| void | setAnalytics (const std::string &s) |
| void | insertAnalytic (const std::string &s) |
| const QuantLib::Date & | asof () const |
| const boost::filesystem::path & | resultsPath () const |
| const std::string & | baseCurrency () const |
| const std::string & | resultCurrency () const |
| bool | continueOnError () const |
| bool | lazyMarketBuilding () const |
| bool | buildFailedTrades () const |
| const std::string & | observationModel () const |
| bool | implyTodaysFixings () const |
| const std::map< std::string, std::string > & | marketConfigs () const |
| const std::string & | marketConfig (const std::string &context) |
| const QuantLib::ext::shared_ptr< ore::data::BasicReferenceDataManager > & | refDataManager () const |
| const QuantLib::ext::shared_ptr< ore::data::Conventions > & | conventions () const |
| const QuantLib::ext::shared_ptr< ore::data::IborFallbackConfig > & | iborFallbackConfig () const |
| CurveConfigurationsManager & | curveConfigs () |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | pricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::data::TodaysMarketParameters > & | todaysMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::data::Portfolio > & | portfolio () const |
| const QuantLib::ext::shared_ptr< ore::data::Portfolio > & | useCounterpartyOriginalPortfolio () const |
| QuantLib::Size | maxRetries () const |
| QuantLib::Size | nThreads () const |
| bool | entireMarket () const |
| bool | allFixings () const |
| bool | eomInflationFixings () const |
| bool | useMarketDataFixings () const |
| bool | iborFallbackOverride () const |
| const std::string & | reportNaString () const |
| char | csvCommentCharacter () const |
| char | csvEolChar () const |
| char | csvQuoteChar () const |
| char | csvSeparator () const |
| char | csvEscapeChar () const |
| bool | dryRun () const |
| QuantLib::Size | mporDays () const |
| QuantLib::Date | mporDate () |
| const QuantLib::Calendar | mporCalendar () |
| bool | mporOverlappingPeriods () const |
| bool | mporForward () const |
| bool | outputAdditionalResults () const |
| std::size_t | additionalResultsReportPrecision () const |
| bool | includePastCashflows () const |
| bool | outputCurves () const |
| bool | outputTodaysMarketCalibration () const |
| const std::string & | curvesMarketConfig () |
| const std::string & | curvesGrid () const |
| bool | xbsParConversion () |
| bool | parSensi () const |
| bool | optimiseRiskFactors () const |
| bool | alignPillars () const |
| bool | outputJacobi () const |
| bool | useSensiSpreadedTermStructures () const |
| QuantLib::Real | sensiThreshold () const |
| bool | sensiRecalibrateModels () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | sensiSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | sensiScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | sensiPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | scenarioSimMarketParams () const |
| const std::string & | scenarioOutputFile () const |
| QuantLib::Real | stressThreshold () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | stressSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & | stressScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | stressPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | stressSensitivityScenarioData () const |
| bool | stressOptimiseRiskFactors () const |
| double | stressLowerBoundCapFloorVolatility () const |
| double | stressUpperBoundCapFloorVolatility () const |
| double | stressLowerBoundSurvivalProb () const |
| double | stressUpperBoundSurvivalProb () const |
| double | stressLowerBoundRatesDiscountFactor () const |
| double | stressUpperBoundRatesDiscountFactor () const |
| double | stressAccurary () const |
| bool | salvageCovariance () const |
| const std::vector< Real > & | varQuantiles () const |
| bool | varBreakDown () const |
| const std::string & | portfolioFilter () const |
| const std::string & | varMethod () const |
| Size | mcVarSamples () const |
| long | mcVarSeed () const |
| const std::map< std::pair< RiskFactorKey, RiskFactorKey >, Real > & | covarianceData () const |
| const QuantLib::ext::shared_ptr< SensitivityStream > & | sensitivityStream () const |
| std::string | benchmarkVarPeriod () const |
| QuantLib::ext::shared_ptr< HistoricalScenarioReader > | historicalScenarioReader () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | histVarSimMarketParams () const |
| bool | outputHistoricalScenarios () const |
| bool | salvageCorrelationMatrix () const |
| bool | amc () const |
| bool | amcCg () const |
| bool | xvaCgBumpSensis () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | xvaCgSensiScenarioData () const |
| const std::set< std::string > & | amcTradeTypes () const |
| const std::string & | exposureBaseCurrency () const |
| const std::string & | exposureObservationModel () const |
| const std::string & | nettingSetId () const |
| const std::string & | scenarioGenType () const |
| bool | storeFlows () const |
| Size | storeCreditStateNPVs () const |
| bool | storeSurvivalProbabilities () const |
| bool | writeCube () const |
| bool | writeScenarios () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | exposureSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ScenarioGeneratorData > | scenarioGeneratorData () const |
| const QuantLib::ext::shared_ptr< CrossAssetModelData > & | crossAssetModelData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | simulationPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | amcPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::data::NettingSetManager > & | nettingSetManager () const |
| const QuantLib::ext::shared_ptr< ore::data::CollateralBalances > & | collateralBalances () const |
| const Real & | simulationBootstrapTolerance () const |
| const std::string & | xvaBaseCurrency () const |
| bool | loadCube () |
| const QuantLib::ext::shared_ptr< NPVCube > & | cube () const |
| const QuantLib::ext::shared_ptr< NPVCube > & | nettingSetCube () const |
| const QuantLib::ext::shared_ptr< NPVCube > & | cptyCube () const |
| const QuantLib::ext::shared_ptr< AggregationScenarioData > & | mktCube () const |
| bool | flipViewXVA () const |
| MporCashFlowMode | mporCashFlowMode () const |
| bool | fullInitialCollateralisation () const |
| bool | exposureProfiles () const |
| bool | exposureProfilesByTrade () const |
| Real | pfeQuantile () const |
| const std::string & | collateralCalculationType () const |
| const std::string & | exposureAllocationMethod () const |
| Real | marginalAllocationLimit () const |
| bool | exerciseNextBreak () const |
| bool | cvaAnalytic () const |
| bool | dvaAnalytic () const |
| bool | fvaAnalytic () const |
| bool | colvaAnalytic () const |
| bool | collateralFloorAnalytic () const |
| bool | dimAnalytic () const |
| const std::string & | dimModel () const |
| bool | mvaAnalytic () const |
| bool | kvaAnalytic () const |
| bool | dynamicCredit () const |
| bool | cvaSensi () const |
| const std::vector< Period > & | cvaSensiGrid () const |
| Real | cvaSensiShiftSize () const |
| const std::string & | dvaName () const |
| bool | rawCubeOutput () const |
| bool | netCubeOutput () const |
| const std::string & | rawCubeOutputFile () const |
| const std::string & | netCubeOutputFile () const |
| const std::string & | fvaBorrowingCurve () const |
| const std::string & | fvaLendingCurve () const |
| const std::string & | flipViewBorrowingCurvePostfix () const |
| const std::string & | flipViewLendingCurvePostfix () const |
| TimeSeries< Real > | deterministicInitialMargin (const std::string &n) |
| Real | dimQuantile () const |
| Size | dimHorizonCalendarDays () const |
| Size | dimRegressionOrder () const |
| const std::vector< std::string > & | dimRegressors () const |
| const std::vector< Size > & | dimOutputGridPoints () const |
| const std::string & | dimOutputNettingSet () const |
| Size | dimLocalRegressionEvaluations () const |
| Real | dimLocalRegressionBandwidth () const |
| Real | kvaCapitalDiscountRate () const |
| Real | kvaAlpha () const |
| Real | kvaRegAdjustment () const |
| Real | kvaCapitalHurdle () const |
| Real | kvaOurPdFloor () const |
| Real | kvaTheirPdFloor () const |
| Real | kvaOurCvaRiskWeight () const |
| Real | kvaTheirCvaRiskWeight () const |
| bool | creditMigrationAnalytic () const |
| const std::vector< Real > & | creditMigrationDistributionGrid () const |
| std::vector< Size > | creditMigrationTimeSteps () const |
| const QuantLib::ext::shared_ptr< CreditSimulationParameters > & | creditSimulationParameters () const |
| const std::string & | creditMigrationOutputFiles () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | xvaStressSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & | xvaStressScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | xvaStressSensitivityScenarioData () const |
| bool | xvaStressWriteCubes () const |
| const QuantLib::Date & | cashflowHorizon () const |
| const QuantLib::Date & | portfolioFilterDate () const |
| const std::string & | simmVersion () const |
| const ore::analytics::Crif & | crif () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SimmBasicNameMapper > & | simmNameMapper () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SimmBucketMapper > & | simmBucketMapper () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SimmCalibrationData > & | simmCalibrationData () const |
| const std::string & | simmCalculationCurrencyCall () const |
| const std::string & | simmCalculationCurrencyPost () const |
| const std::string & | simmResultCurrency () const |
| const std::string & | simmReportingCurrency () const |
| bool | enforceIMRegulations () const |
| QuantLib::ext::shared_ptr< SimmConfiguration > | getSimmConfiguration () |
| bool | writeSimmIntermediateReports () const |
| bool | parConversionXbsParConversion () const |
| bool | parConversionAlignPillars () const |
| bool | parConversionOutputJacobi () const |
| QuantLib::Real | parConversionThreshold () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | parConversionSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | parConversionScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | parConversionPricingEngine () const |
| const std::string & | parConversionInputFile () const |
| const std::string & | parConversionInputIdColumn () const |
| const std::string & | parConversionInputRiskFactorColumn () const |
| const std::string & | parConversionInputDeltaColumn () const |
| const std::string & | parConversionInputCurrencyColumn () const |
| const std::string & | parConversionInputBaseNpvColumn () const |
| const std::string & | parConversionInputShiftSizeColumn () const |
| const Size & | scenarioDistributionSteps () const |
| const bool & | scenarioOutputZeroRate () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | parStressSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & | parStressScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | parStressPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | parStressSensitivityScenarioData () const |
| double | parStressLowerBoundCapFloorVolatility () const |
| double | parStressUpperBoundCapFloorVolatility () const |
| double | parStressLowerBoundSurvivalProb () const |
| double | parStressUpperBoundSurvivalProb () const |
| double | parStressLowerBoundRatesDiscountFactor () const |
| double | parStressUpperBoundRatesDiscountFactor () const |
| double | parStressAccurary () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | xvaSensiSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | xvaSensiScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | xvaSensiPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & | zeroToParShiftSimMarketParams () const |
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & | zeroToParShiftScenarioData () const |
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & | zeroToParShiftPricingEngine () const |
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & | zeroToParShiftSensitivityScenarioData () const |
| const std::set< std::string > & | analytics () const |
| virtual void | loadParameters () |
| virtual void | writeOutParameters () |
Base class for input data, also exposed via SWIG.
Definition at line 64 of file inputparameters.hpp.
| InputParameters | ( | ) |
Definition at line 47 of file inputparameters.cpp.
Here is the call graph for this function:
|
virtual |
Definition at line 67 of file inputparameters.hpp.
| void setAsOfDate | ( | const std::string & | s | ) |
Definition at line 53 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setResultsPath | ( | const std::string & | s | ) |
Definition at line 74 of file inputparameters.hpp.
Here is the caller graph for this function:| void setBaseCurrency | ( | const std::string & | s | ) |
Definition at line 75 of file inputparameters.hpp.
Here is the caller graph for this function:| void setContinueOnError | ( | bool | b | ) |
Definition at line 76 of file inputparameters.hpp.
Here is the caller graph for this function:| void setLazyMarketBuilding | ( | bool | b | ) |
Definition at line 77 of file inputparameters.hpp.
Here is the caller graph for this function:| void setBuildFailedTrades | ( | bool | b | ) |
Definition at line 78 of file inputparameters.hpp.
Here is the caller graph for this function:| void setObservationModel | ( | const std::string & | s | ) |
Definition at line 79 of file inputparameters.hpp.
Here is the caller graph for this function:| void setImplyTodaysFixings | ( | bool | b | ) |
Definition at line 80 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMarketConfig | ( | const std::string & | config, |
| const std::string & | context | ||
| ) |
Definition at line 58 of file inputparameters.cpp.
| void setRefDataManager | ( | const std::string & | xml | ) |
Definition at line 65 of file inputparameters.cpp.
| void setRefDataManagerFromFile | ( | const std::string & | fileName | ) |
| void setScriptLibrary | ( | const std::string & | xml | ) |
Definition at line 74 of file inputparameters.cpp.
| void setScriptLibraryFromFile | ( | const std::string & | fileName | ) |
Definition at line 80 of file inputparameters.cpp.
Here is the caller graph for this function:| void setConventions | ( | const std::string & | xml | ) |
Definition at line 86 of file inputparameters.cpp.
| void setConventionsFromFile | ( | const std::string & | fileName | ) |
Definition at line 91 of file inputparameters.cpp.
Here is the caller graph for this function:| void setIborFallbackConfig | ( | const std::string & | xml | ) |
Definition at line 108 of file inputparameters.cpp.
| void setIborFallbackConfigFromFile | ( | const std::string & | fileName | ) |
Definition at line 113 of file inputparameters.cpp.
Here is the caller graph for this function:| void setCurveConfigs | ( | const std::string & | xml | ) |
Definition at line 96 of file inputparameters.cpp.
Here is the call graph for this function:| void setCurveConfigsFromFile | ( | const std::string & | fileName | ) |
Definition at line 102 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setPricingEngine | ( | const std::string & | xml | ) |
Definition at line 118 of file inputparameters.cpp.
| void setPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 123 of file inputparameters.cpp.
Here is the caller graph for this function:| void setTodaysMarketParams | ( | const std::string & | xml | ) |
Definition at line 128 of file inputparameters.cpp.
| void setTodaysMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 133 of file inputparameters.cpp.
Here is the caller graph for this function:| void setPortfolio | ( | const std::string & | xml | ) |
Definition at line 138 of file inputparameters.cpp.
| void setPortfolioFromFile | ( | const std::string & | fileNameString, |
| const std::filesystem::path & | inputPath | ||
| ) |
Definition at line 143 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setMarketConfigs | ( | const std::map< std::string, std::string > & | m | ) |
| void setThreads | ( | int | i | ) |
Definition at line 99 of file inputparameters.hpp.
Here is the caller graph for this function:| void setEntireMarket | ( | bool | b | ) |
Definition at line 100 of file inputparameters.hpp.
Here is the caller graph for this function:| void setAllFixings | ( | bool | b | ) |
Definition at line 101 of file inputparameters.hpp.
Here is the caller graph for this function:| void setEomInflationFixings | ( | bool | b | ) |
Definition at line 102 of file inputparameters.hpp.
Here is the caller graph for this function:| void setUseMarketDataFixings | ( | bool | b | ) |
Definition at line 103 of file inputparameters.hpp.
Here is the caller graph for this function:| void setIborFallbackOverride | ( | bool | b | ) |
Definition at line 104 of file inputparameters.hpp.
Here is the caller graph for this function:| void setReportNaString | ( | const std::string & | s | ) |
Definition at line 105 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCsvQuoteChar | ( | const char & | c | ) |
Definition at line 106 of file inputparameters.hpp.
| void setCsvSeparator | ( | const char & | c | ) |
Definition at line 107 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCsvCommentCharacter | ( | const char & | c | ) |
Definition at line 108 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDryRun | ( | bool | b | ) |
Definition at line 109 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMporDays | ( | Size | s | ) |
Definition at line 110 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMporOverlappingPeriods | ( | bool | b | ) |
Definition at line 111 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMporDate | ( | const QuantLib::Date & | d | ) |
Definition at line 112 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMporCalendar | ( | const std::string & | s | ) |
Definition at line 156 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setMporForward | ( | bool | b | ) |
Definition at line 114 of file inputparameters.hpp.
| void setOutputAdditionalResults | ( | bool | b | ) |
Definition at line 117 of file inputparameters.hpp.
Here is the caller graph for this function:| void setAdditionalResultsReportPrecision | ( | std::size_t | p | ) |
Definition at line 118 of file inputparameters.hpp.
Here is the caller graph for this function:| void setIncludePastCashflows | ( | bool | b | ) |
Definition at line 120 of file inputparameters.hpp.
Here is the caller graph for this function:| void setOutputCurves | ( | bool | b | ) |
Definition at line 123 of file inputparameters.hpp.
Here is the caller graph for this function:| void setOutputTodaysMarketCalibration | ( | bool | b | ) |
Definition at line 124 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCurvesMarketConfig | ( | const std::string & | s | ) |
Definition at line 125 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCurvesGrid | ( | const std::string & | s | ) |
Definition at line 126 of file inputparameters.hpp.
Here is the caller graph for this function:| void setXbsParConversion | ( | bool | b | ) |
Definition at line 129 of file inputparameters.hpp.
| void setParSensi | ( | bool | b | ) |
Definition at line 130 of file inputparameters.hpp.
Here is the caller graph for this function:| void setOptimiseRiskFactors | ( | bool | b | ) |
Definition at line 131 of file inputparameters.hpp.
Here is the caller graph for this function:| void setAlignPillars | ( | bool | b | ) |
Definition at line 132 of file inputparameters.hpp.
Here is the caller graph for this function:| void setOutputJacobi | ( | bool | b | ) |
Definition at line 133 of file inputparameters.hpp.
Here is the caller graph for this function:| void setUseSensiSpreadedTermStructures | ( | bool | b | ) |
Definition at line 134 of file inputparameters.hpp.
| void setSensiThreshold | ( | Real | r | ) |
Definition at line 135 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSensiRecalibrateModels | ( | bool | b | ) |
Definition at line 136 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSensiSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 160 of file inputparameters.cpp.
| void setSensiSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 165 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSensiScenarioData | ( | const std::string & | xml | ) |
Definition at line 170 of file inputparameters.cpp.
| void setSensiScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 175 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSensiPricingEngine | ( | const std::string & | xml | ) |
Definition at line 180 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSensiPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 200 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSensiPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 143 of file inputparameters.hpp.
| void setScenarioSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 185 of file inputparameters.cpp.
| void setScenarioSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 190 of file inputparameters.cpp.
Here is the caller graph for this function:| void setScenarioOutputFile | ( | const std::string & | filename | ) |
Definition at line 150 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressThreshold | ( | Real | r | ) |
Definition at line 153 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressOptimiseRiskFactors | ( | bool | optimise | ) |
Definition at line 154 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 205 of file inputparameters.cpp.
| void setStressSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 210 of file inputparameters.cpp.
Here is the caller graph for this function:| void setStressScenarioData | ( | const std::string & | xml | ) |
Definition at line 215 of file inputparameters.cpp.
| void setStressScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 220 of file inputparameters.cpp.
Here is the caller graph for this function:| void setStressPricingEngine | ( | const std::string & | xml | ) |
Definition at line 235 of file inputparameters.cpp.
Here is the caller graph for this function:| void setStressPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 240 of file inputparameters.cpp.
Here is the caller graph for this function:| void setStressPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 161 of file inputparameters.hpp.
| void setStressSensitivityScenarioData | ( | const std::string & | xml | ) |
Definition at line 225 of file inputparameters.cpp.
| void setStressSensitivityScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 230 of file inputparameters.cpp.
Here is the caller graph for this function:| void setStressLowerBoundCapFloorVolatility | ( | const double | value | ) |
Definition at line 166 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressUpperBoundCapFloorVolatility | ( | const double | value | ) |
Definition at line 167 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressLowerBoundSurvivalProb | ( | const double | value | ) |
Definition at line 168 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressUpperBoundSurvivalProb | ( | const double | value | ) |
Definition at line 169 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressLowerBoundRatesDiscountFactor | ( | const double | value | ) |
Definition at line 170 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressUpperBoundRatesDiscountFactor | ( | const double | value | ) |
Definition at line 171 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStressAccurary | ( | const double | value | ) |
Definition at line 172 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSalvageCovariance | ( | bool | b | ) |
Definition at line 174 of file inputparameters.hpp.
Here is the caller graph for this function:| void setVarQuantiles | ( | const std::string & | s | ) |
Definition at line 407 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setVarBreakDown | ( | bool | b | ) |
Definition at line 176 of file inputparameters.hpp.
Here is the caller graph for this function:| void setPortfolioFilter | ( | const std::string & | s | ) |
Definition at line 177 of file inputparameters.hpp.
Here is the caller graph for this function:| void setVarMethod | ( | const std::string & | s | ) |
Definition at line 178 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMcVarSamples | ( | Size | s | ) |
Definition at line 179 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMcVarSeed | ( | long | l | ) |
Definition at line 180 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCovarianceData | ( | ore::data::CSVReader & | reader | ) |
Definition at line 423 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setCovarianceDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 412 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setCovarianceDataFromBuffer | ( | const std::string & | xml | ) |
Definition at line 433 of file inputparameters.cpp.
Here is the call graph for this function:| void setSensitivityStreamFromFile | ( | const std::string & | fileName | ) |
Definition at line 438 of file inputparameters.cpp.
Here is the caller graph for this function:| void setBenchmarkVarPeriod | ( | const std::string & | period | ) |
Definition at line 446 of file inputparameters.cpp.
Here is the caller graph for this function:| void setHistoricalScenarioReader | ( | const std::string & | fileName | ) |
Definition at line 450 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSensitivityStreamFromBuffer | ( | const std::string & | buffer | ) |
Definition at line 442 of file inputparameters.cpp.
| void setHistVarSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 195 of file inputparameters.cpp.
Here is the caller graph for this function:| void setOutputHistoricalScenarios | ( | const bool | b | ) |
Definition at line 189 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSalvageCorrelationMatrix | ( | bool | b | ) |
Definition at line 192 of file inputparameters.hpp.
Here is the caller graph for this function:| void setAmc | ( | bool | b | ) |
Definition at line 193 of file inputparameters.hpp.
Here is the caller graph for this function:| void setAmcCg | ( | bool | b | ) |
Definition at line 194 of file inputparameters.hpp.
Here is the caller graph for this function:| void setXvaCgBumpSensis | ( | bool | b | ) |
Definition at line 195 of file inputparameters.hpp.
Here is the caller graph for this function:| void setXvaCgSensiScenarioData | ( | const std::string & | xml | ) |
Definition at line 290 of file inputparameters.cpp.
| void setXvaCgSensiScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 295 of file inputparameters.cpp.
Here is the caller graph for this function:| void setAmcTradeTypes | ( | const std::string & | s | ) |
Definition at line 459 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setExposureBaseCurrency | ( | const std::string & | s | ) |
Definition at line 199 of file inputparameters.hpp.
Here is the caller graph for this function:| void setExposureObservationModel | ( | const std::string & | s | ) |
Definition at line 200 of file inputparameters.hpp.
Here is the caller graph for this function:| void setNettingSetId | ( | const std::string & | s | ) |
Definition at line 201 of file inputparameters.hpp.
Here is the caller graph for this function:| void setScenarioGenType | ( | const std::string & | s | ) |
Definition at line 202 of file inputparameters.hpp.
| void setStoreFlows | ( | bool | b | ) |
Definition at line 203 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStoreCreditStateNPVs | ( | Size | states | ) |
Definition at line 204 of file inputparameters.hpp.
Here is the caller graph for this function:| void setStoreSurvivalProbabilities | ( | bool | b | ) |
Definition at line 205 of file inputparameters.hpp.
Here is the caller graph for this function:| void setWriteCube | ( | bool | b | ) |
Definition at line 206 of file inputparameters.hpp.
Here is the caller graph for this function:| void setWriteScenarios | ( | bool | b | ) |
Definition at line 207 of file inputparameters.hpp.
Here is the caller graph for this function:| void setExposureSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 245 of file inputparameters.cpp.
| void setExposureSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 250 of file inputparameters.cpp.
Here is the caller graph for this function:| void setScenarioGeneratorData | ( | const std::string & | xml | ) |
Definition at line 255 of file inputparameters.cpp.
| void setScenarioGeneratorDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 260 of file inputparameters.cpp.
Here is the caller graph for this function:| void setCrossAssetModelData | ( | const std::string & | xml | ) |
Definition at line 265 of file inputparameters.cpp.
| void setCrossAssetModelDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 270 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSimulationPricingEngine | ( | const std::string & | xml | ) |
Definition at line 275 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSimulationPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 280 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSimulationPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 216 of file inputparameters.hpp.
| void setAmcPricingEngine | ( | const std::string & | xml | ) |
Definition at line 285 of file inputparameters.cpp.
Here is the caller graph for this function:| void setAmcPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 355 of file inputparameters.cpp.
Here is the caller graph for this function:| void setAmcPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 221 of file inputparameters.hpp.
| void setNettingSetManager | ( | const std::string & | xml | ) |
Definition at line 360 of file inputparameters.cpp.
| void setNettingSetManagerFromFile | ( | const std::string & | fileName | ) |
Definition at line 365 of file inputparameters.cpp.
Here is the caller graph for this function:| void setCollateralBalances | ( | const std::string & | xml | ) |
Definition at line 370 of file inputparameters.cpp.
| void setCollateralBalancesFromFile | ( | const std::string & | fileName | ) |
Definition at line 375 of file inputparameters.cpp.
Here is the caller graph for this function:| void setXvaBaseCurrency | ( | const std::string & | s | ) |
Definition at line 232 of file inputparameters.hpp.
Here is the caller graph for this function:| void setLoadCube | ( | bool | b | ) |
Definition at line 233 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCubeFromFile | ( | const std::string & | file | ) |
Definition at line 380 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setCube | ( | const QuantLib::ext::shared_ptr< NPVCube > & | cube | ) |
Definition at line 391 of file inputparameters.cpp.
Here is the call graph for this function:| void setNettingSetCubeFromFile | ( | const std::string & | file | ) |
Definition at line 395 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setCptyCubeFromFile | ( | const std::string & | file | ) |
Definition at line 399 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setMarketCubeFromFile | ( | const std::string & | file | ) |
Definition at line 403 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setMarketCube | ( | const QuantLib::ext::shared_ptr< AggregationScenarioData > & | cube | ) |
| void setFlipViewXVA | ( | bool | b | ) |
Definition at line 245 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMporCashFlowMode | ( | const MporCashFlowMode | m | ) |
Definition at line 246 of file inputparameters.hpp.
Here is the caller graph for this function:| void setFullInitialCollateralisation | ( | bool | b | ) |
Definition at line 247 of file inputparameters.hpp.
Here is the caller graph for this function:| void setExposureProfiles | ( | bool | b | ) |
Definition at line 248 of file inputparameters.hpp.
Here is the caller graph for this function:| void setExposureProfilesByTrade | ( | bool | b | ) |
Definition at line 249 of file inputparameters.hpp.
Here is the caller graph for this function:| void setPfeQuantile | ( | Real | r | ) |
Definition at line 250 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCollateralCalculationType | ( | const std::string & | s | ) |
Definition at line 251 of file inputparameters.hpp.
Here is the caller graph for this function:| void setExposureAllocationMethod | ( | const std::string & | s | ) |
Definition at line 252 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMarginalAllocationLimit | ( | Real | r | ) |
Definition at line 253 of file inputparameters.hpp.
Here is the caller graph for this function:| void setExerciseNextBreak | ( | bool | b | ) |
Definition at line 254 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCvaAnalytic | ( | bool | b | ) |
Definition at line 255 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDvaAnalytic | ( | bool | b | ) |
Definition at line 256 of file inputparameters.hpp.
Here is the caller graph for this function:| void setFvaAnalytic | ( | bool | b | ) |
Definition at line 257 of file inputparameters.hpp.
Here is the caller graph for this function:| void setColvaAnalytic | ( | bool | b | ) |
Definition at line 258 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCollateralFloorAnalytic | ( | bool | b | ) |
Definition at line 259 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimAnalytic | ( | bool | b | ) |
Definition at line 260 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimModel | ( | const std::string & | s | ) |
Definition at line 261 of file inputparameters.hpp.
Here is the caller graph for this function:| void setMvaAnalytic | ( | bool | b | ) |
Definition at line 262 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaAnalytic | ( | bool | b | ) |
Definition at line 263 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDynamicCredit | ( | bool | b | ) |
Definition at line 264 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCvaSensi | ( | bool | b | ) |
Definition at line 265 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCvaSensiGrid | ( | const std::string & | s | ) |
Definition at line 465 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setCvaSensiShiftSize | ( | Real | r | ) |
Definition at line 267 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDvaName | ( | const std::string & | s | ) |
Definition at line 268 of file inputparameters.hpp.
Here is the caller graph for this function:| void setRawCubeOutput | ( | bool | b | ) |
Definition at line 269 of file inputparameters.hpp.
Here is the caller graph for this function:| void setNetCubeOutput | ( | bool | b | ) |
Definition at line 270 of file inputparameters.hpp.
Here is the caller graph for this function:| void setRawCubeOutputFile | ( | const std::string & | s | ) |
Definition at line 272 of file inputparameters.hpp.
Here is the caller graph for this function:| void setNetCubeOutputFile | ( | const std::string & | s | ) |
Definition at line 273 of file inputparameters.hpp.
Here is the caller graph for this function:| void setFvaBorrowingCurve | ( | const std::string & | s | ) |
Definition at line 275 of file inputparameters.hpp.
Here is the caller graph for this function:| void setFvaLendingCurve | ( | const std::string & | s | ) |
Definition at line 276 of file inputparameters.hpp.
Here is the caller graph for this function:| void setFlipViewBorrowingCurvePostfix | ( | const std::string & | s | ) |
Definition at line 277 of file inputparameters.hpp.
Here is the caller graph for this function:| void setFlipViewLendingCurvePostfix | ( | const std::string & | s | ) |
Definition at line 278 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDeterministicInitialMargin | ( | const std::string & | n, |
| TimeSeries< Real > | v | ||
| ) |
Definition at line 280 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDeterministicInitialMarginFromFile | ( | const std::string & | fileName | ) |
Definition at line 470 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setDimQuantile | ( | Real | r | ) |
Definition at line 283 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimHorizonCalendarDays | ( | Size | s | ) |
Definition at line 284 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimRegressionOrder | ( | Size | s | ) |
Definition at line 285 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimRegressors | ( | const std::string & | s | ) |
Definition at line 504 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setDimOutputGridPoints | ( | const std::string & | s | ) |
Definition at line 509 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setDimOutputNettingSet | ( | const std::string & | s | ) |
Definition at line 288 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimLocalRegressionEvaluations | ( | Size | s | ) |
Definition at line 289 of file inputparameters.hpp.
Here is the caller graph for this function:| void setDimLocalRegressionBandwidth | ( | Real | r | ) |
Definition at line 290 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaCapitalDiscountRate | ( | Real | r | ) |
Definition at line 292 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaAlpha | ( | Real | r | ) |
Definition at line 293 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaRegAdjustment | ( | Real | r | ) |
Definition at line 294 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaCapitalHurdle | ( | Real | r | ) |
Definition at line 295 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaOurPdFloor | ( | Real | r | ) |
Definition at line 296 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaTheirPdFloor | ( | Real | r | ) |
Definition at line 297 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaOurCvaRiskWeight | ( | Real | r | ) |
Definition at line 298 of file inputparameters.hpp.
Here is the caller graph for this function:| void setKvaTheirCvaRiskWeight | ( | Real | r | ) |
Definition at line 299 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCreditMigrationAnalytic | ( | bool | b | ) |
Definition at line 301 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCreditMigrationDistributionGrid | ( | const std::vector< Real > & | grid | ) |
Definition at line 302 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCreditMigrationTimeSteps | ( | const std::vector< Size > & | ts | ) |
Definition at line 303 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCreditSimulationParameters | ( | const QuantLib::ext::shared_ptr< CreditSimulationParameters > & | c | ) |
Definition at line 304 of file inputparameters.hpp.
| void setCreditSimulationParametersFromBuffer | ( | const std::string & | xml | ) |
Definition at line 529 of file inputparameters.cpp.
| void setCreditSimulationParametersFromFile | ( | const std::string & | fileName | ) |
Definition at line 524 of file inputparameters.cpp.
Here is the caller graph for this function:| void setCreditMigrationOutputFiles | ( | const std::string & | s | ) |
Definition at line 309 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCashflowHorizon | ( | const std::string & | s | ) |
Definition at line 514 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setPortfolioFilterDate | ( | const std::string & | s | ) |
Definition at line 519 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setXvaStressSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 300 of file inputparameters.cpp.
| void setXvaStressSimMarketParamsFromFile | ( | const std::string & | f | ) |
Definition at line 305 of file inputparameters.cpp.
Here is the caller graph for this function:| void setXvaStressScenarioData | ( | const std::string & | s | ) |
Definition at line 310 of file inputparameters.cpp.
| void setXvaStressScenarioDataFromFile | ( | const std::string & | s | ) |
Definition at line 315 of file inputparameters.cpp.
Here is the caller graph for this function:| void setXvaStressSensitivityScenarioData | ( | const std::string & | xml | ) |
Definition at line 320 of file inputparameters.cpp.
| void setXvaStressSensitivityScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 325 of file inputparameters.cpp.
Here is the caller graph for this function:| void setXvaStressWriteCubes | ( | const bool | writeCubes | ) |
Definition at line 321 of file inputparameters.hpp.
Here is the caller graph for this function:| void setXvaSensiSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 330 of file inputparameters.cpp.
| void setXvaSensiSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 334 of file inputparameters.cpp.
Here is the caller graph for this function:| void setXvaSensiScenarioData | ( | const std::string & | xml | ) |
Definition at line 338 of file inputparameters.cpp.
| void setXvaSensiScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 342 of file inputparameters.cpp.
Here is the caller graph for this function:| void setXvaSensiPricingEngine | ( | const std::string & | xml | ) |
Definition at line 346 of file inputparameters.cpp.
| void setXvaSensiPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 350 of file inputparameters.cpp.
| void setXvaSensiPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 330 of file inputparameters.hpp.
| void setSimmVersion | ( | const std::string & | s | ) |
Definition at line 335 of file inputparameters.hpp.
Here is the caller graph for this function:| void setCrifFromFile | ( | const std::string & | fileName, |
| char | eol = '\n', |
||
| char | delim = ',', |
||
| char | quoteChar = '\0', |
||
| char | escapeChar = '\\' |
||
| ) |
Definition at line 534 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setCrifFromBuffer | ( | const std::string & | csvBuffer, |
| char | eol = '\n', |
||
| char | delim = ',', |
||
| char | quoteChar = '\0', |
||
| char | escapeChar = '\\' |
||
| ) |
Definition at line 542 of file inputparameters.cpp.
Here is the call graph for this function:| void setSimmNameMapper | ( | const QuantLib::ext::shared_ptr< ore::analytics::SimmBasicNameMapper > & | p | ) |
Definition at line 341 of file inputparameters.hpp.
| void setSimmNameMapper | ( | const std::string & | xml | ) |
Definition at line 551 of file inputparameters.cpp.
| void setSimmNameMapperFromFile | ( | const std::string & | fileName | ) |
Definition at line 556 of file inputparameters.cpp.
| void setSimmBucketMapper | ( | const QuantLib::ext::shared_ptr< ore::analytics::SimmBucketMapper > & | p | ) |
Definition at line 344 of file inputparameters.hpp.
| void setSimmBucketMapper | ( | const std::string & | xml | ) |
Definition at line 561 of file inputparameters.cpp.
| void setSimmBucketMapperFromFile | ( | const std::string & | fileName | ) |
Definition at line 569 of file inputparameters.cpp.
| void setSimmCalibrationData | ( | const QuantLib::ext::shared_ptr< ore::analytics::SimmCalibrationData > & | s | ) |
Definition at line 347 of file inputparameters.hpp.
| void setSimmCalibrationDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 576 of file inputparameters.cpp.
Here is the caller graph for this function:| void setSimmCalculationCurrencyCall | ( | const std::string & | s | ) |
Definition at line 351 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSimmCalculationCurrencyPost | ( | const std::string & | s | ) |
Definition at line 352 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSimmResultCurrency | ( | const std::string & | s | ) |
Definition at line 353 of file inputparameters.hpp.
Here is the caller graph for this function:| void setSimmReportingCurrency | ( | const std::string & | s | ) |
Definition at line 354 of file inputparameters.hpp.
Here is the caller graph for this function:| void setEnforceIMRegulations | ( | bool | b | ) |
Definition at line 355 of file inputparameters.hpp.
Here is the caller graph for this function:| void setWriteSimmIntermediateReports | ( | bool | b | ) |
Definition at line 356 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionXbsParConversion | ( | bool | b | ) |
Definition at line 359 of file inputparameters.hpp.
| void setParConversionAlignPillars | ( | bool | b | ) |
Definition at line 360 of file inputparameters.hpp.
| void setParConversionOutputJacobi | ( | bool | b | ) |
Definition at line 361 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionThreshold | ( | Real | r | ) |
Definition at line 362 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 683 of file inputparameters.cpp.
| void setParConversionSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 688 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParConversionScenarioData | ( | const std::string & | xml | ) |
Definition at line 693 of file inputparameters.cpp.
| void setParConversionScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 698 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParConversionPricingEngine | ( | const std::string & | xml | ) |
Definition at line 702 of file inputparameters.cpp.
| void setParConversionPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 707 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParConversionPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 369 of file inputparameters.hpp.
| void setParConversionInputFile | ( | const std::string & | s | ) |
Definition at line 372 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionInputIdColumn | ( | const std::string & | s | ) |
Definition at line 373 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionInputRiskFactorColumn | ( | const std::string & | s | ) |
Definition at line 374 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionInputDeltaColumn | ( | const std::string & | s | ) |
Definition at line 375 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionInputCurrencyColumn | ( | const std::string & | s | ) |
Definition at line 376 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionInputBaseNpvColumn | ( | const std::string & | s | ) |
Definition at line 377 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParConversionInputShiftSizeColumn | ( | const std::string & | s | ) |
Definition at line 378 of file inputparameters.hpp.
Here is the caller graph for this function:| void setScenarioDistributionSteps | ( | const Size | s | ) |
Definition at line 381 of file inputparameters.hpp.
Here is the caller graph for this function:| void setScenarioOutputZeroRate | ( | const bool | b | ) |
Definition at line 382 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 712 of file inputparameters.cpp.
| void setParStressSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 717 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParStressScenarioData | ( | const std::string & | xml | ) |
Definition at line 722 of file inputparameters.cpp.
| void setParStressScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 727 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParStressPricingEngine | ( | const std::string & | xml | ) |
Definition at line 742 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParStressPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 747 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParStressPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 390 of file inputparameters.hpp.
| void setParStressSensitivityScenarioData | ( | const std::string & | xml | ) |
Definition at line 732 of file inputparameters.cpp.
| void setParStressSensitivityScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 737 of file inputparameters.cpp.
Here is the caller graph for this function:| void setParStressLowerBoundCapFloorVolatility | ( | const double | value | ) |
Definition at line 395 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressUpperBoundCapFloorVolatility | ( | const double | value | ) |
Definition at line 396 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressLowerBoundSurvivalProb | ( | const double | value | ) |
Definition at line 397 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressUpperBoundSurvivalProb | ( | const double | value | ) |
Definition at line 398 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressLowerBoundRatesDiscountFactor | ( | const double | value | ) |
Definition at line 399 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressUpperBoundRatesDiscountFactor | ( | const double | value | ) |
Definition at line 400 of file inputparameters.hpp.
Here is the caller graph for this function:| void setParStressAccurary | ( | const double | value | ) |
Definition at line 401 of file inputparameters.hpp.
Here is the caller graph for this function:| void setZeroToParShiftSimMarketParams | ( | const std::string & | xml | ) |
Definition at line 752 of file inputparameters.cpp.
| void setZeroToParShiftSimMarketParamsFromFile | ( | const std::string & | fileName | ) |
Definition at line 757 of file inputparameters.cpp.
Here is the caller graph for this function:| void setZeroToParShiftScenarioData | ( | const std::string & | xml | ) |
Definition at line 762 of file inputparameters.cpp.
| void setZeroToParShiftScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 767 of file inputparameters.cpp.
Here is the caller graph for this function:| void setZeroToParShiftPricingEngine | ( | const std::string & | xml | ) |
Definition at line 782 of file inputparameters.cpp.
Here is the caller graph for this function:| void setZeroToParShiftPricingEngineFromFile | ( | const std::string & | fileName | ) |
Definition at line 787 of file inputparameters.cpp.
Here is the caller graph for this function:| void setZeroToParShiftPricingEngine | ( | const QuantLib::ext::shared_ptr< EngineData > & | engineData | ) |
Definition at line 410 of file inputparameters.hpp.
| void setZeroToParShiftSensitivityScenarioData | ( | const std::string & | xml | ) |
Definition at line 772 of file inputparameters.cpp.
| void setZeroToParShiftSensitivityScenarioDataFromFile | ( | const std::string & | fileName | ) |
Definition at line 777 of file inputparameters.cpp.
Here is the caller graph for this function:| void setAnalytics | ( | const std::string & | s | ) |
Definition at line 581 of file inputparameters.cpp.
Here is the call graph for this function:| void insertAnalytic | ( | const std::string & | s | ) |
| const QuantLib::Date & asof | ( | ) | const |
| const boost::filesystem::path & resultsPath | ( | ) | const |
| const std::string & baseCurrency | ( | ) | const |
| const std::string & resultCurrency | ( | ) | const |
Definition at line 428 of file inputparameters.hpp.
| bool continueOnError | ( | ) | const |
Definition at line 429 of file inputparameters.hpp.
| bool lazyMarketBuilding | ( | ) | const |
| bool buildFailedTrades | ( | ) | const |
Definition at line 431 of file inputparameters.hpp.
| const std::string & observationModel | ( | ) | const |
| bool implyTodaysFixings | ( | ) | const |
Definition at line 433 of file inputparameters.hpp.
| const std::map< std::string, std::string > & marketConfigs | ( | ) | const |
| const std::string & marketConfig | ( | const std::string & | context | ) |
Definition at line 1065 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::BasicReferenceDataManager > & refDataManager | ( | ) | const |
Definition at line 436 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::Conventions > & conventions | ( | ) | const |
Definition at line 437 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::IborFallbackConfig > & iborFallbackConfig | ( | ) | const |
Definition at line 438 of file inputparameters.hpp.
| CurveConfigurationsManager & curveConfigs | ( | ) |
Definition at line 439 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & pricingEngine | ( | ) | const |
| const QuantLib::ext::shared_ptr< ore::data::TodaysMarketParameters > & todaysMarketParams | ( | ) | const |
Definition at line 441 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::Portfolio > & portfolio | ( | ) | const |
Definition at line 442 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::Portfolio > & useCounterpartyOriginalPortfolio | ( | ) | const |
Definition at line 443 of file inputparameters.hpp.
| QuantLib::Size maxRetries | ( | ) | const |
Definition at line 447 of file inputparameters.hpp.
| QuantLib::Size nThreads | ( | ) | const |
Definition at line 448 of file inputparameters.hpp.
| bool entireMarket | ( | ) | const |
Definition at line 449 of file inputparameters.hpp.
| bool allFixings | ( | ) | const |
Definition at line 450 of file inputparameters.hpp.
| bool eomInflationFixings | ( | ) | const |
Definition at line 451 of file inputparameters.hpp.
| bool useMarketDataFixings | ( | ) | const |
Definition at line 452 of file inputparameters.hpp.
| bool iborFallbackOverride | ( | ) | const |
Definition at line 453 of file inputparameters.hpp.
| const std::string & reportNaString | ( | ) | const |
| char csvCommentCharacter | ( | ) | const |
Definition at line 455 of file inputparameters.hpp.
| char csvEolChar | ( | ) | const |
| char csvQuoteChar | ( | ) | const |
Definition at line 457 of file inputparameters.hpp.
| char csvSeparator | ( | ) | const |
| char csvEscapeChar | ( | ) | const |
Definition at line 459 of file inputparameters.hpp.
Here is the caller graph for this function:| bool dryRun | ( | ) | const |
Definition at line 460 of file inputparameters.hpp.
| QuantLib::Size mporDays | ( | ) | const |
| Date mporDate | ( | ) |
Definition at line 792 of file inputparameters.cpp.
Here is the call graph for this function:| const QuantLib::Calendar mporCalendar | ( | ) |
Definition at line 463 of file inputparameters.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool mporOverlappingPeriods | ( | ) | const |
Definition at line 470 of file inputparameters.hpp.
| bool mporForward | ( | ) | const |
| bool outputAdditionalResults | ( | ) | const |
Definition at line 476 of file inputparameters.hpp.
| std::size_t additionalResultsReportPrecision | ( | ) | const |
Definition at line 477 of file inputparameters.hpp.
| bool includePastCashflows | ( | ) | const |
Definition at line 482 of file inputparameters.hpp.
| bool outputCurves | ( | ) | const |
Definition at line 487 of file inputparameters.hpp.
| bool outputTodaysMarketCalibration | ( | ) | const |
Definition at line 488 of file inputparameters.hpp.
| const std::string & curvesMarketConfig | ( | ) |
Definition at line 489 of file inputparameters.hpp.
| const std::string & curvesGrid | ( | ) | const |
Definition at line 490 of file inputparameters.hpp.
| bool xbsParConversion | ( | ) |
Definition at line 495 of file inputparameters.hpp.
| bool parSensi | ( | ) | const |
| bool optimiseRiskFactors | ( | ) | const |
Definition at line 497 of file inputparameters.hpp.
| bool alignPillars | ( | ) | const |
Definition at line 498 of file inputparameters.hpp.
| bool outputJacobi | ( | ) | const |
Definition at line 499 of file inputparameters.hpp.
| bool useSensiSpreadedTermStructures | ( | ) | const |
Definition at line 500 of file inputparameters.hpp.
| QuantLib::Real sensiThreshold | ( | ) | const |
Definition at line 501 of file inputparameters.hpp.
| bool sensiRecalibrateModels | ( | ) | const |
Definition at line 502 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & sensiSimMarketParams | ( | ) | const |
Definition at line 503 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & sensiScenarioData | ( | ) | const |
Definition at line 504 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & sensiPricingEngine | ( | ) | const |
Definition at line 505 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & scenarioSimMarketParams | ( | ) | const |
Definition at line 511 of file inputparameters.hpp.
| const std::string & scenarioOutputFile | ( | ) | const |
Definition at line 512 of file inputparameters.hpp.
| QuantLib::Real stressThreshold | ( | ) | const |
Definition at line 517 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & stressSimMarketParams | ( | ) | const |
Definition at line 518 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & stressScenarioData | ( | ) | const |
Definition at line 519 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & stressPricingEngine | ( | ) | const |
Definition at line 520 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & stressSensitivityScenarioData | ( | ) | const |
Definition at line 521 of file inputparameters.hpp.
| bool stressOptimiseRiskFactors | ( | ) | const |
Definition at line 524 of file inputparameters.hpp.
| double stressLowerBoundCapFloorVolatility | ( | ) | const |
Definition at line 525 of file inputparameters.hpp.
| double stressUpperBoundCapFloorVolatility | ( | ) | const |
Definition at line 528 of file inputparameters.hpp.
| double stressLowerBoundSurvivalProb | ( | ) | const |
Definition at line 531 of file inputparameters.hpp.
| double stressUpperBoundSurvivalProb | ( | ) | const |
Definition at line 532 of file inputparameters.hpp.
| double stressLowerBoundRatesDiscountFactor | ( | ) | const |
Definition at line 533 of file inputparameters.hpp.
| double stressUpperBoundRatesDiscountFactor | ( | ) | const |
Definition at line 536 of file inputparameters.hpp.
| double stressAccurary | ( | ) | const |
Definition at line 539 of file inputparameters.hpp.
| bool salvageCovariance | ( | ) | const |
Definition at line 543 of file inputparameters.hpp.
| const std::vector< Real > & varQuantiles | ( | ) | const |
Definition at line 544 of file inputparameters.hpp.
| bool varBreakDown | ( | ) | const |
Definition at line 545 of file inputparameters.hpp.
| const std::string & portfolioFilter | ( | ) | const |
Definition at line 546 of file inputparameters.hpp.
| const std::string & varMethod | ( | ) | const |
Definition at line 547 of file inputparameters.hpp.
| Size mcVarSamples | ( | ) | const |
Definition at line 548 of file inputparameters.hpp.
| long mcVarSeed | ( | ) | const |
Definition at line 549 of file inputparameters.hpp.
| const std::map< std::pair< RiskFactorKey, RiskFactorKey >, Real > & covarianceData | ( | ) | const |
Definition at line 550 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< SensitivityStream > & sensitivityStream | ( | ) | const |
Definition at line 551 of file inputparameters.hpp.
| std::string benchmarkVarPeriod | ( | ) | const |
Definition at line 552 of file inputparameters.hpp.
| QuantLib::ext::shared_ptr< HistoricalScenarioReader > historicalScenarioReader | ( | ) | const |
Definition at line 553 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & histVarSimMarketParams | ( | ) | const |
Definition at line 554 of file inputparameters.hpp.
| bool outputHistoricalScenarios | ( | ) | const |
Definition at line 555 of file inputparameters.hpp.
| bool salvageCorrelationMatrix | ( | ) | const |
Definition at line 560 of file inputparameters.hpp.
| bool amc | ( | ) | const |
Definition at line 561 of file inputparameters.hpp.
| bool amcCg | ( | ) | const |
Definition at line 562 of file inputparameters.hpp.
| bool xvaCgBumpSensis | ( | ) | const |
Definition at line 563 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & xvaCgSensiScenarioData | ( | ) | const |
Definition at line 564 of file inputparameters.hpp.
| const std::set< std::string > & amcTradeTypes | ( | ) | const |
Definition at line 565 of file inputparameters.hpp.
| const std::string & exposureBaseCurrency | ( | ) | const |
| const std::string & exposureObservationModel | ( | ) | const |
Definition at line 567 of file inputparameters.hpp.
| const std::string & nettingSetId | ( | ) | const |
Definition at line 568 of file inputparameters.hpp.
| const std::string & scenarioGenType | ( | ) | const |
Definition at line 569 of file inputparameters.hpp.
| bool storeFlows | ( | ) | const |
Definition at line 570 of file inputparameters.hpp.
| Size storeCreditStateNPVs | ( | ) | const |
Definition at line 571 of file inputparameters.hpp.
| bool storeSurvivalProbabilities | ( | ) | const |
Definition at line 572 of file inputparameters.hpp.
| bool writeCube | ( | ) | const |
Definition at line 573 of file inputparameters.hpp.
| bool writeScenarios | ( | ) | const |
Definition at line 574 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & exposureSimMarketParams | ( | ) | const |
Definition at line 575 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ScenarioGeneratorData > scenarioGeneratorData | ( | ) | const |
| const QuantLib::ext::shared_ptr< CrossAssetModelData > & crossAssetModelData | ( | ) | const |
Definition at line 577 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & simulationPricingEngine | ( | ) | const |
Definition at line 578 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & amcPricingEngine | ( | ) | const |
Definition at line 579 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::NettingSetManager > & nettingSetManager | ( | ) | const |
Definition at line 580 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::CollateralBalances > & collateralBalances | ( | ) | const |
Definition at line 582 of file inputparameters.hpp.
| const Real & simulationBootstrapTolerance | ( | ) | const |
Definition at line 583 of file inputparameters.hpp.
| const std::string & xvaBaseCurrency | ( | ) | const |
Definition at line 588 of file inputparameters.hpp.
| bool loadCube | ( | ) |
| const QuantLib::ext::shared_ptr< NPVCube > & cube | ( | ) | const |
| const QuantLib::ext::shared_ptr< NPVCube > & nettingSetCube | ( | ) | const |
| const QuantLib::ext::shared_ptr< NPVCube > & cptyCube | ( | ) | const |
| const QuantLib::ext::shared_ptr< AggregationScenarioData > & mktCube | ( | ) | const |
Definition at line 593 of file inputparameters.hpp.
| bool flipViewXVA | ( | ) | const |
Definition at line 594 of file inputparameters.hpp.
| MporCashFlowMode mporCashFlowMode | ( | ) | const |
Definition at line 595 of file inputparameters.hpp.
| bool fullInitialCollateralisation | ( | ) | const |
Definition at line 596 of file inputparameters.hpp.
| bool exposureProfiles | ( | ) | const |
Definition at line 597 of file inputparameters.hpp.
| bool exposureProfilesByTrade | ( | ) | const |
Definition at line 598 of file inputparameters.hpp.
| Real pfeQuantile | ( | ) | const |
Definition at line 599 of file inputparameters.hpp.
| const std::string & collateralCalculationType | ( | ) | const |
Definition at line 600 of file inputparameters.hpp.
| const std::string & exposureAllocationMethod | ( | ) | const |
Definition at line 601 of file inputparameters.hpp.
| Real marginalAllocationLimit | ( | ) | const |
Definition at line 602 of file inputparameters.hpp.
| bool exerciseNextBreak | ( | ) | const |
Definition at line 603 of file inputparameters.hpp.
| bool cvaAnalytic | ( | ) | const |
Definition at line 604 of file inputparameters.hpp.
| bool dvaAnalytic | ( | ) | const |
Definition at line 605 of file inputparameters.hpp.
| bool fvaAnalytic | ( | ) | const |
Definition at line 606 of file inputparameters.hpp.
| bool colvaAnalytic | ( | ) | const |
Definition at line 607 of file inputparameters.hpp.
| bool collateralFloorAnalytic | ( | ) | const |
Definition at line 608 of file inputparameters.hpp.
| bool dimAnalytic | ( | ) | const |
Definition at line 609 of file inputparameters.hpp.
| const std::string & dimModel | ( | ) | const |
Definition at line 610 of file inputparameters.hpp.
| bool mvaAnalytic | ( | ) | const |
Definition at line 611 of file inputparameters.hpp.
| bool kvaAnalytic | ( | ) | const |
Definition at line 612 of file inputparameters.hpp.
| bool dynamicCredit | ( | ) | const |
Definition at line 613 of file inputparameters.hpp.
| bool cvaSensi | ( | ) | const |
Definition at line 614 of file inputparameters.hpp.
| const std::vector< Period > & cvaSensiGrid | ( | ) | const |
Definition at line 615 of file inputparameters.hpp.
| Real cvaSensiShiftSize | ( | ) | const |
Definition at line 616 of file inputparameters.hpp.
| const std::string & dvaName | ( | ) | const |
Definition at line 617 of file inputparameters.hpp.
| bool rawCubeOutput | ( | ) | const |
Definition at line 618 of file inputparameters.hpp.
| bool netCubeOutput | ( | ) | const |
Definition at line 619 of file inputparameters.hpp.
| const std::string & rawCubeOutputFile | ( | ) | const |
Definition at line 620 of file inputparameters.hpp.
| const std::string & netCubeOutputFile | ( | ) | const |
Definition at line 621 of file inputparameters.hpp.
| const std::string & fvaBorrowingCurve | ( | ) | const |
Definition at line 623 of file inputparameters.hpp.
| const std::string & fvaLendingCurve | ( | ) | const |
Definition at line 624 of file inputparameters.hpp.
| const std::string & flipViewBorrowingCurvePostfix | ( | ) | const |
Definition at line 625 of file inputparameters.hpp.
| const std::string & flipViewLendingCurvePostfix | ( | ) | const |
Definition at line 626 of file inputparameters.hpp.
| TimeSeries< Real > deterministicInitialMargin | ( | const std::string & | n | ) |
Definition at line 628 of file inputparameters.hpp.
| Real dimQuantile | ( | ) | const |
Definition at line 635 of file inputparameters.hpp.
| Size dimHorizonCalendarDays | ( | ) | const |
Definition at line 636 of file inputparameters.hpp.
| Size dimRegressionOrder | ( | ) | const |
Definition at line 637 of file inputparameters.hpp.
| const std::vector< std::string > & dimRegressors | ( | ) | const |
Definition at line 638 of file inputparameters.hpp.
| const std::vector< Size > & dimOutputGridPoints | ( | ) | const |
Definition at line 639 of file inputparameters.hpp.
| const std::string & dimOutputNettingSet | ( | ) | const |
Definition at line 640 of file inputparameters.hpp.
| Size dimLocalRegressionEvaluations | ( | ) | const |
Definition at line 641 of file inputparameters.hpp.
| Real dimLocalRegressionBandwidth | ( | ) | const |
Definition at line 642 of file inputparameters.hpp.
| Real kvaCapitalDiscountRate | ( | ) | const |
Definition at line 644 of file inputparameters.hpp.
| Real kvaAlpha | ( | ) | const |
Definition at line 645 of file inputparameters.hpp.
| Real kvaRegAdjustment | ( | ) | const |
Definition at line 646 of file inputparameters.hpp.
| Real kvaCapitalHurdle | ( | ) | const |
Definition at line 647 of file inputparameters.hpp.
| Real kvaOurPdFloor | ( | ) | const |
Definition at line 648 of file inputparameters.hpp.
| Real kvaTheirPdFloor | ( | ) | const |
Definition at line 649 of file inputparameters.hpp.
| Real kvaOurCvaRiskWeight | ( | ) | const |
Definition at line 650 of file inputparameters.hpp.
| Real kvaTheirCvaRiskWeight | ( | ) | const |
Definition at line 651 of file inputparameters.hpp.
| bool creditMigrationAnalytic | ( | ) | const |
Definition at line 653 of file inputparameters.hpp.
| const std::vector< Real > & creditMigrationDistributionGrid | ( | ) | const |
Definition at line 654 of file inputparameters.hpp.
| std::vector< Size > creditMigrationTimeSteps | ( | ) | const |
Definition at line 655 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< CreditSimulationParameters > & creditSimulationParameters | ( | ) | const |
Definition at line 656 of file inputparameters.hpp.
| const std::string & creditMigrationOutputFiles | ( | ) | const |
Definition at line 657 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & xvaStressSimMarketParams | ( | ) | const |
Definition at line 658 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & xvaStressScenarioData | ( | ) | const |
Definition at line 659 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & xvaStressSensitivityScenarioData | ( | ) | const |
Definition at line 660 of file inputparameters.hpp.
| bool xvaStressWriteCubes | ( | ) | const |
Definition at line 663 of file inputparameters.hpp.
| const QuantLib::Date & cashflowHorizon | ( | ) | const |
Definition at line 668 of file inputparameters.hpp.
| const QuantLib::Date & portfolioFilterDate | ( | ) | const |
Definition at line 669 of file inputparameters.hpp.
| const std::string & simmVersion | ( | ) | const |
| const ore::analytics::Crif & crif | ( | ) | const |
Definition at line 675 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SimmBasicNameMapper > & simmNameMapper | ( | ) | const |
Definition at line 676 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SimmBucketMapper > & simmBucketMapper | ( | ) | const |
| const QuantLib::ext::shared_ptr< ore::analytics::SimmCalibrationData > & simmCalibrationData | ( | ) | const |
| const std::string & simmCalculationCurrencyCall | ( | ) | const |
| const std::string & simmCalculationCurrencyPost | ( | ) | const |
Definition at line 680 of file inputparameters.hpp.
| const std::string & simmResultCurrency | ( | ) | const |
Definition at line 681 of file inputparameters.hpp.
| const std::string & simmReportingCurrency | ( | ) | const |
Definition at line 682 of file inputparameters.hpp.
| bool enforceIMRegulations | ( | ) | const |
Definition at line 683 of file inputparameters.hpp.
| QuantLib::ext::shared_ptr< SimmConfiguration > getSimmConfiguration | ( | ) |
Definition at line 807 of file inputparameters.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool writeSimmIntermediateReports | ( | ) | const |
Definition at line 685 of file inputparameters.hpp.
| bool parConversionXbsParConversion | ( | ) | const |
Definition at line 690 of file inputparameters.hpp.
| bool parConversionAlignPillars | ( | ) | const |
Definition at line 691 of file inputparameters.hpp.
| bool parConversionOutputJacobi | ( | ) | const |
Definition at line 692 of file inputparameters.hpp.
| QuantLib::Real parConversionThreshold | ( | ) | const |
Definition at line 693 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & parConversionSimMarketParams | ( | ) | const |
Definition at line 694 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & parConversionScenarioData | ( | ) | const |
Definition at line 697 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & parConversionPricingEngine | ( | ) | const |
Definition at line 700 of file inputparameters.hpp.
| const std::string & parConversionInputFile | ( | ) | const |
Definition at line 701 of file inputparameters.hpp.
| const std::string & parConversionInputIdColumn | ( | ) | const |
Definition at line 703 of file inputparameters.hpp.
| const std::string & parConversionInputRiskFactorColumn | ( | ) | const |
Definition at line 704 of file inputparameters.hpp.
| const std::string & parConversionInputDeltaColumn | ( | ) | const |
Definition at line 705 of file inputparameters.hpp.
| const std::string & parConversionInputCurrencyColumn | ( | ) | const |
Definition at line 706 of file inputparameters.hpp.
| const std::string & parConversionInputBaseNpvColumn | ( | ) | const |
Definition at line 707 of file inputparameters.hpp.
| const std::string & parConversionInputShiftSizeColumn | ( | ) | const |
Definition at line 708 of file inputparameters.hpp.
| const Size & scenarioDistributionSteps | ( | ) | const |
Definition at line 711 of file inputparameters.hpp.
| const bool & scenarioOutputZeroRate | ( | ) | const |
Definition at line 712 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & parStressSimMarketParams | ( | ) | const |
Definition at line 715 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & parStressScenarioData | ( | ) | const |
Definition at line 718 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & parStressPricingEngine | ( | ) | const |
Definition at line 721 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & parStressSensitivityScenarioData | ( | ) | const |
Definition at line 724 of file inputparameters.hpp.
| double parStressLowerBoundCapFloorVolatility | ( | ) | const |
Definition at line 728 of file inputparameters.hpp.
| double parStressUpperBoundCapFloorVolatility | ( | ) | const |
Definition at line 729 of file inputparameters.hpp.
| double parStressLowerBoundSurvivalProb | ( | ) | const |
Definition at line 730 of file inputparameters.hpp.
| double parStressUpperBoundSurvivalProb | ( | ) | const |
Definition at line 731 of file inputparameters.hpp.
| double parStressLowerBoundRatesDiscountFactor | ( | ) | const |
Definition at line 732 of file inputparameters.hpp.
| double parStressUpperBoundRatesDiscountFactor | ( | ) | const |
Definition at line 733 of file inputparameters.hpp.
| double parStressAccurary | ( | ) | const |
Definition at line 734 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & xvaSensiSimMarketParams | ( | ) | const |
Definition at line 740 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & xvaSensiScenarioData | ( | ) | const |
Definition at line 743 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & xvaSensiPricingEngine | ( | ) | const |
Definition at line 746 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::ScenarioSimMarketParameters > & zeroToParShiftSimMarketParams | ( | ) | const |
Definition at line 751 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::StressTestScenarioData > & zeroToParShiftScenarioData | ( | ) | const |
Definition at line 752 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::data::EngineData > & zeroToParShiftPricingEngine | ( | ) | const |
Definition at line 753 of file inputparameters.hpp.
| const QuantLib::ext::shared_ptr< ore::analytics::SensitivityScenarioData > & zeroToParShiftSensitivityScenarioData | ( | ) | const |
Definition at line 754 of file inputparameters.hpp.
| const std::set< std::string > & analytics | ( | ) | const |
|
virtual |
Reimplemented in OREAppInputParameters.
Definition at line 763 of file inputparameters.hpp.
Here is the caller graph for this function:
|
virtual |
|
protected |
Definition at line 778 of file inputparameters.hpp.
|
protected |
Definition at line 783 of file inputparameters.hpp.
|
protected |
Definition at line 784 of file inputparameters.hpp.
|
protected |
Definition at line 785 of file inputparameters.hpp.
|
protected |
Definition at line 786 of file inputparameters.hpp.
|
protected |
Definition at line 787 of file inputparameters.hpp.
|
protected |
Definition at line 788 of file inputparameters.hpp.
|
protected |
Definition at line 789 of file inputparameters.hpp.
|
protected |
Definition at line 790 of file inputparameters.hpp.
|
protected |
Definition at line 791 of file inputparameters.hpp.
|
protected |
Definition at line 792 of file inputparameters.hpp.
|
protected |
Definition at line 793 of file inputparameters.hpp.
|
protected |
Definition at line 794 of file inputparameters.hpp.
|
protected |
Definition at line 795 of file inputparameters.hpp.
|
protected |
Definition at line 796 of file inputparameters.hpp.
|
protected |
Definition at line 797 of file inputparameters.hpp.
|
protected |
Definition at line 798 of file inputparameters.hpp.
|
protected |
Definition at line 799 of file inputparameters.hpp.
|
protected |
Definition at line 799 of file inputparameters.hpp.
|
protected |
Definition at line 800 of file inputparameters.hpp.
|
protected |
Definition at line 801 of file inputparameters.hpp.
|
protected |
Definition at line 803 of file inputparameters.hpp.
|
protected |
Definition at line 804 of file inputparameters.hpp.
|
protected |
Definition at line 805 of file inputparameters.hpp.
|
protected |
Definition at line 806 of file inputparameters.hpp.
|
protected |
Definition at line 807 of file inputparameters.hpp.
|
protected |
Definition at line 808 of file inputparameters.hpp.
|
protected |
Definition at line 809 of file inputparameters.hpp.
|
protected |
Definition at line 810 of file inputparameters.hpp.
|
protected |
Definition at line 811 of file inputparameters.hpp.
|
protected |
Definition at line 812 of file inputparameters.hpp.
|
protected |
Definition at line 813 of file inputparameters.hpp.
|
protected |
Definition at line 814 of file inputparameters.hpp.
|
protected |
Definition at line 815 of file inputparameters.hpp.
|
protected |
Definition at line 816 of file inputparameters.hpp.
|
protected |
Definition at line 817 of file inputparameters.hpp.
|
protected |
Definition at line 818 of file inputparameters.hpp.
|
protected |
Definition at line 819 of file inputparameters.hpp.
|
protected |
Definition at line 824 of file inputparameters.hpp.
|
protected |
Definition at line 825 of file inputparameters.hpp.
|
protected |
Definition at line 826 of file inputparameters.hpp.
|
protected |
Definition at line 827 of file inputparameters.hpp.
|
protected |
Definition at line 828 of file inputparameters.hpp.
|
protected |
Definition at line 829 of file inputparameters.hpp.
|
protected |
Definition at line 834 of file inputparameters.hpp.
|
protected |
Definition at line 835 of file inputparameters.hpp.
|
protected |
Definition at line 836 of file inputparameters.hpp.
|
protected |
Definition at line 841 of file inputparameters.hpp.
|
protected |
Definition at line 842 of file inputparameters.hpp.
|
protected |
Definition at line 843 of file inputparameters.hpp.
|
protected |
Definition at line 844 of file inputparameters.hpp.
|
protected |
Definition at line 845 of file inputparameters.hpp.
|
protected |
Definition at line 846 of file inputparameters.hpp.
|
protected |
Definition at line 847 of file inputparameters.hpp.
|
protected |
Definition at line 848 of file inputparameters.hpp.
|
protected |
Definition at line 849 of file inputparameters.hpp.
|
protected |
Definition at line 850 of file inputparameters.hpp.
|
protected |
Definition at line 851 of file inputparameters.hpp.
|
protected |
Definition at line 857 of file inputparameters.hpp.
|
protected |
Definition at line 858 of file inputparameters.hpp.
|
protected |
Definition at line 863 of file inputparameters.hpp.
|
protected |
Definition at line 864 of file inputparameters.hpp.
|
protected |
Definition at line 865 of file inputparameters.hpp.
|
protected |
Definition at line 866 of file inputparameters.hpp.
|
protected |
Definition at line 867 of file inputparameters.hpp.
|
protected |
Definition at line 868 of file inputparameters.hpp.
|
protected |
Definition at line 869 of file inputparameters.hpp.
|
protected |
Definition at line 870 of file inputparameters.hpp.
|
protected |
Definition at line 871 of file inputparameters.hpp.
|
protected |
Definition at line 872 of file inputparameters.hpp.
|
protected |
Definition at line 873 of file inputparameters.hpp.
|
protected |
Definition at line 874 of file inputparameters.hpp.
|
protected |
Definition at line 875 of file inputparameters.hpp.
|
protected |
Definition at line 880 of file inputparameters.hpp.
|
protected |
Definition at line 881 of file inputparameters.hpp.
|
protected |
Definition at line 882 of file inputparameters.hpp.
|
protected |
Definition at line 883 of file inputparameters.hpp.
|
protected |
Definition at line 885 of file inputparameters.hpp.
|
protected |
Definition at line 886 of file inputparameters.hpp.
|
protected |
Definition at line 887 of file inputparameters.hpp.
|
protected |
Definition at line 888 of file inputparameters.hpp.
|
protected |
Definition at line 889 of file inputparameters.hpp.
|
protected |
Definition at line 890 of file inputparameters.hpp.
|
protected |
Definition at line 891 of file inputparameters.hpp.
|
protected |
Definition at line 892 of file inputparameters.hpp.
|
protected |
Definition at line 893 of file inputparameters.hpp.
|
protected |
Definition at line 894 of file inputparameters.hpp.
|
protected |
Definition at line 899 of file inputparameters.hpp.
|
protected |
Definition at line 900 of file inputparameters.hpp.
|
protected |
Definition at line 901 of file inputparameters.hpp.
|
protected |
Definition at line 902 of file inputparameters.hpp.
|
protected |
Definition at line 903 of file inputparameters.hpp.
|
protected |
Definition at line 904 of file inputparameters.hpp.
|
protected |
Definition at line 905 of file inputparameters.hpp.
|
protected |
Definition at line 906 of file inputparameters.hpp.
|
protected |
Definition at line 907 of file inputparameters.hpp.
|
protected |
Definition at line 908 of file inputparameters.hpp.
|
protected |
Definition at line 909 of file inputparameters.hpp.
|
protected |
Definition at line 910 of file inputparameters.hpp.
|
protected |
Definition at line 911 of file inputparameters.hpp.
|
protected |
Definition at line 912 of file inputparameters.hpp.
|
protected |
Definition at line 913 of file inputparameters.hpp.
|
protected |
Definition at line 914 of file inputparameters.hpp.
|
protected |
Definition at line 915 of file inputparameters.hpp.
|
protected |
Definition at line 916 of file inputparameters.hpp.
|
protected |
Definition at line 917 of file inputparameters.hpp.
|
protected |
Definition at line 918 of file inputparameters.hpp.
|
protected |
Definition at line 919 of file inputparameters.hpp.
|
protected |
Definition at line 920 of file inputparameters.hpp.
|
protected |
Definition at line 921 of file inputparameters.hpp.
|
protected |
Definition at line 922 of file inputparameters.hpp.
|
protected |
Definition at line 923 of file inputparameters.hpp.
|
protected |
Definition at line 924 of file inputparameters.hpp.
|
protected |
Definition at line 925 of file inputparameters.hpp.
|
protected |
Definition at line 926 of file inputparameters.hpp.
|
protected |
Definition at line 927 of file inputparameters.hpp.
|
protected |
Definition at line 929 of file inputparameters.hpp.
|
protected |
Definition at line 929 of file inputparameters.hpp.
|
protected |
Definition at line 929 of file inputparameters.hpp.
|
protected |
Definition at line 930 of file inputparameters.hpp.
|
protected |
Definition at line 931 of file inputparameters.hpp.
|
protected |
Definition at line 936 of file inputparameters.hpp.
|
protected |
Definition at line 937 of file inputparameters.hpp.
|
protected |
Definition at line 938 of file inputparameters.hpp.
|
protected |
Definition at line 939 of file inputparameters.hpp.
|
protected |
Definition at line 940 of file inputparameters.hpp.
|
protected |
Definition at line 941 of file inputparameters.hpp.
|
protected |
Definition at line 942 of file inputparameters.hpp.
|
protected |
Definition at line 943 of file inputparameters.hpp.
|
protected |
Definition at line 944 of file inputparameters.hpp.
|
protected |
Definition at line 945 of file inputparameters.hpp.
|
protected |
Definition at line 946 of file inputparameters.hpp.
|
protected |
Definition at line 947 of file inputparameters.hpp.
|
protected |
Definition at line 948 of file inputparameters.hpp.
|
protected |
Definition at line 949 of file inputparameters.hpp.
|
protected |
Definition at line 950 of file inputparameters.hpp.
|
protected |
Definition at line 951 of file inputparameters.hpp.
|
protected |
Definition at line 952 of file inputparameters.hpp.
|
protected |
Definition at line 953 of file inputparameters.hpp.
|
protected |
Definition at line 954 of file inputparameters.hpp.
|
protected |
Definition at line 955 of file inputparameters.hpp.
|
protected |
Definition at line 956 of file inputparameters.hpp.
|
protected |
Definition at line 957 of file inputparameters.hpp.
|
protected |
Definition at line 958 of file inputparameters.hpp.
|
protected |
Definition at line 960 of file inputparameters.hpp.
|
protected |
Definition at line 961 of file inputparameters.hpp.
|
protected |
Definition at line 962 of file inputparameters.hpp.
|
protected |
Definition at line 963 of file inputparameters.hpp.
|
protected |
Definition at line 965 of file inputparameters.hpp.
|
protected |
Definition at line 967 of file inputparameters.hpp.
|
protected |
Definition at line 968 of file inputparameters.hpp.
|
protected |
Definition at line 969 of file inputparameters.hpp.
|
protected |
Definition at line 970 of file inputparameters.hpp.
|
protected |
Definition at line 971 of file inputparameters.hpp.
|
protected |
Definition at line 972 of file inputparameters.hpp.
|
protected |
Definition at line 973 of file inputparameters.hpp.
|
protected |
Definition at line 974 of file inputparameters.hpp.
|
protected |
Definition at line 976 of file inputparameters.hpp.
|
protected |
Definition at line 977 of file inputparameters.hpp.
|
protected |
Definition at line 978 of file inputparameters.hpp.
|
protected |
Definition at line 979 of file inputparameters.hpp.
|
protected |
Definition at line 980 of file inputparameters.hpp.
|
protected |
Definition at line 981 of file inputparameters.hpp.
|
protected |
Definition at line 982 of file inputparameters.hpp.
|
protected |
Definition at line 983 of file inputparameters.hpp.
|
protected |
Definition at line 985 of file inputparameters.hpp.
|
protected |
Definition at line 986 of file inputparameters.hpp.
|
protected |
Definition at line 987 of file inputparameters.hpp.
|
protected |
Definition at line 988 of file inputparameters.hpp.
|
protected |
Definition at line 989 of file inputparameters.hpp.
|
protected |
Definition at line 990 of file inputparameters.hpp.
|
protected |
Definition at line 991 of file inputparameters.hpp.
|
protected |
Definition at line 992 of file inputparameters.hpp.
|
protected |
Definition at line 993 of file inputparameters.hpp.
|
protected |
Definition at line 997 of file inputparameters.hpp.
|
protected |
Definition at line 998 of file inputparameters.hpp.
|
protected |
Definition at line 999 of file inputparameters.hpp.
|
protected |
Definition at line 1000 of file inputparameters.hpp.
|
protected |
Definition at line 1001 of file inputparameters.hpp.
|
protected |
Definition at line 1002 of file inputparameters.hpp.
|
protected |
Definition at line 1003 of file inputparameters.hpp.
|
protected |
Definition at line 1004 of file inputparameters.hpp.
|
protected |
Definition at line 1005 of file inputparameters.hpp.
|
protected |
Definition at line 1006 of file inputparameters.hpp.
|
protected |
Definition at line 1007 of file inputparameters.hpp.
|
protected |
Definition at line 1008 of file inputparameters.hpp.
|
protected |
Definition at line 1013 of file inputparameters.hpp.
|
protected |
Definition at line 1014 of file inputparameters.hpp.
|
protected |
Definition at line 1015 of file inputparameters.hpp.
|
protected |
Definition at line 1016 of file inputparameters.hpp.
|
protected |
Definition at line 1017 of file inputparameters.hpp.
|
protected |
Definition at line 1018 of file inputparameters.hpp.
|
protected |
Definition at line 1019 of file inputparameters.hpp.
|
protected |
Definition at line 1020 of file inputparameters.hpp.
|
protected |
Definition at line 1021 of file inputparameters.hpp.
|
protected |
Definition at line 1022 of file inputparameters.hpp.
|
protected |
Definition at line 1023 of file inputparameters.hpp.
|
protected |
Definition at line 1024 of file inputparameters.hpp.
|
protected |
Definition at line 1025 of file inputparameters.hpp.
|
protected |
Definition at line 1026 of file inputparameters.hpp.
|
protected |
Definition at line 1031 of file inputparameters.hpp.
|
protected |
Definition at line 1032 of file inputparameters.hpp.
|
protected |
Definition at line 1037 of file inputparameters.hpp.
|
protected |
Definition at line 1038 of file inputparameters.hpp.
|
protected |
Definition at line 1039 of file inputparameters.hpp.
|
protected |
Definition at line 1040 of file inputparameters.hpp.
|
protected |
Definition at line 1041 of file inputparameters.hpp.
|
protected |
Definition at line 1042 of file inputparameters.hpp.
|
protected |
Definition at line 1043 of file inputparameters.hpp.
|
protected |
Definition at line 1044 of file inputparameters.hpp.
|
protected |
Definition at line 1045 of file inputparameters.hpp.
|
protected |
Definition at line 1046 of file inputparameters.hpp.
|
protected |
Definition at line 1047 of file inputparameters.hpp.
|
protected |
Definition at line 1052 of file inputparameters.hpp.
|
protected |
Definition at line 1053 of file inputparameters.hpp.
|
protected |
Definition at line 1054 of file inputparameters.hpp.
|
protected |
Definition at line 1055 of file inputparameters.hpp.
|
protected |
Definition at line 1060 of file inputparameters.hpp.
|
protected |
Definition at line 1061 of file inputparameters.hpp.
|
protected |
Definition at line 1062 of file inputparameters.hpp.