Class PnlVectorFromRiskSensiPostProcessor

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.quartetfs.biz.pivot.postprocessing.impl.ADynamicAggregationPostProcessor

        com.quartetfs.biz.pivot.postprocessing.impl.ADynamicAggregationPostProcessor.TransformationProcedure
      • Nested classes/interfaces inherited from class com.quartetfs.biz.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor

        com.quartetfs.biz.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor.DynamicAggregationPostProcessorPrefetcher
    • Constructor Summary

      Constructors 
      Constructor Description
      PnlVectorFromRiskSensiPostProcessor​(String name, com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessorCreationContext creationContext)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.qfs.vector.IVector evaluateLeaf​(com.quartetfs.biz.pivot.ILocation iLocation, Object[] underlyingMeasures)  
      protected Double[][] getMaturityList​(BucketType[] bucketType, LocalDate asOfDate, String sensitivityName)
      This will return the description of the sensitivity vector content.
      static Function<com.activeviam.desc.build.ICanStartBuildingMeasures,​com.activeviam.desc.build.IHasAtLeastOneMeasure> getPostProcessorDescription​(String measureName, String sensiValueMeasure, String sensiLadderMeasure, String asOfDateLevel, String riskFactorLevel, String riskClassLevel, String sensitivityNameLevel, String[] tenorAnalysisLevel, String scenarioLevel, String sensitivityName, String ladderAvailabilityLevel, BucketType[] bucketTypes, String tenorAndMaturityDefaultValue, String marketShiftStoreName, String[] marketShiftStoreDataFields, String formatter, String folder, boolean interpolate)  
      String getType()  
      void init​(Properties properties)  
      static com.activeviam.copper.api.CopperMeasure measure​(com.activeviam.copper.api.CopperMeasure sensiValueMeasure, com.activeviam.copper.api.CopperMeasure sensiLadderMeasure, String asOfDateLevel, String riskFactorLevel, String riskClassLevel, String sensitivityNameLevel, String[] tenorAnalysisLevel, String scenarioLevel, String sensitivityName, String ladderAvailabilityLevel, BucketType[] bucketTypes, String tenorAndMaturityDefaultValue, String marketShiftStoreName, String[] marketShiftStoreDataFields, boolean interpolate)  
      void setTenorUtil​(ITenorUtil tenorUtil)
      Set the implementation of ITenorUtil
      • Methods inherited from class com.quartetfs.biz.pivot.postprocessing.impl.ADynamicAggregationPostProcessor

        createLeafEvaluationProcedure, evaluateLeaf
      • Methods inherited from class com.quartetfs.biz.pivot.postprocessing.impl.ABaseDynamicAggregationPostProcessor

        checkLeafType, checkPrefetchers, compute, computeLeafType, computeLeafTypeFromGenericType, computePartitioningLevels, computePrefetchFilter, createAggregationFunction, createPrefetchers, getAggregationFunction, getHierarchiesInfo, getLeafLevelsInfo, getLeafType, getTypeFromLiteralType, handleNoLeafLevel, initializeLeafLevels, initializeUnderlyingMeasures, reduce, reduceLeavesAndContribute, retrieveLeaves, setPartitioningLevels, supportsAnalysisLevels
      • Methods inherited from class com.quartetfs.biz.pivot.postprocessing.impl.AAdvancedPostProcessor

        addContextDependency, checkInterruption, checkOutputType, computeNamePath, computeOutputType, createEvaluator, expandResult, getActivePivot, getContext, getContextDependencies, getContinuousQueryHandlerKeys, getCurrentMeasure, getDatastoreVersion, getDerivedContextDependencies, getExpansionProcedure, getGenericOutputType, getMeasuresProvider, getName, getOutputType, getOutputTypeFromGenericClassParameter, getOutputTypeFromProperties, getPrefetchers, getProperties, getQueryCache, getTypeFromClass, handleCircularDependency, handleNotSupportedAnalysisLevels, handleUnknownUnderlyingMeasure, hideEvaluator, initializeContinuousQueryHandlerKeys, removeAnalysisLevelsFromFilter, restrictLocationAnalysisLevels, retrieveAnalysisLevelsToExpand, retrieveNamedPrefetchAggregatesWithAnalysisLevels, retrievePrefetchAggregates, retrievePrefetchAggregatesWithAnalysisLevels, setAggregatedMeasureName, toString
      • Methods inherited from interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor

        getContextDependencies, getContinuousQueryHandlerKeys, getName, getOutputType, getPrefetchers, getProperties
    • Field Detail

      • sensitivityNameLevel

        protected com.quartetfs.biz.pivot.cube.hierarchy.ILevelInfo sensitivityNameLevel
      • interpolate

        protected boolean interpolate
    • Constructor Detail

      • PnlVectorFromRiskSensiPostProcessor

        public PnlVectorFromRiskSensiPostProcessor​(String name,
                                                   com.quartetfs.biz.pivot.cube.hierarchy.measures.IPostProcessorCreationContext creationContext)
    • Method Detail

      • getPostProcessorDescription

        public static Function<com.activeviam.desc.build.ICanStartBuildingMeasures,​com.activeviam.desc.build.IHasAtLeastOneMeasure> getPostProcessorDescription​(String measureName,
                                                                                                                                                                      String sensiValueMeasure,
                                                                                                                                                                      String sensiLadderMeasure,
                                                                                                                                                                      String asOfDateLevel,
                                                                                                                                                                      String riskFactorLevel,
                                                                                                                                                                      String riskClassLevel,
                                                                                                                                                                      String sensitivityNameLevel,
                                                                                                                                                                      String[] tenorAnalysisLevel,
                                                                                                                                                                      String scenarioLevel,
                                                                                                                                                                      String sensitivityName,
                                                                                                                                                                      String ladderAvailabilityLevel,
                                                                                                                                                                      BucketType[] bucketTypes,
                                                                                                                                                                      String tenorAndMaturityDefaultValue,
                                                                                                                                                                      String marketShiftStoreName,
                                                                                                                                                                      String[] marketShiftStoreDataFields,
                                                                                                                                                                      String formatter,
                                                                                                                                                                      String folder,
                                                                                                                                                                      boolean interpolate)
      • measure

        public static com.activeviam.copper.api.CopperMeasure measure​(com.activeviam.copper.api.CopperMeasure sensiValueMeasure,
                                                                      com.activeviam.copper.api.CopperMeasure sensiLadderMeasure,
                                                                      String asOfDateLevel,
                                                                      String riskFactorLevel,
                                                                      String riskClassLevel,
                                                                      String sensitivityNameLevel,
                                                                      String[] tenorAnalysisLevel,
                                                                      String scenarioLevel,
                                                                      String sensitivityName,
                                                                      String ladderAvailabilityLevel,
                                                                      BucketType[] bucketTypes,
                                                                      String tenorAndMaturityDefaultValue,
                                                                      String marketShiftStoreName,
                                                                      String[] marketShiftStoreDataFields,
                                                                      boolean interpolate)
      • getType

        public String getType()
        Specified by:
        getType in interface com.quartetfs.fwk.types.IExtendedPluginValue
      • init

        public void init​(Properties properties)
                  throws com.quartetfs.fwk.QuartetException
        Specified by:
        init in interface com.quartetfs.biz.pivot.postprocessing.IPostProcessor<com.qfs.vector.IVector>
        Overrides:
        init in class APnlVectorFromRiskSensiPostProcessor
        Throws:
        com.quartetfs.fwk.QuartetException
      • getMaturityList

        protected Double[][] getMaturityList​(BucketType[] bucketType,
                                             LocalDate asOfDate,
                                             String sensitivityName)
        This will return the description of the sensitivity vector content.
        Parameters:
        bucketType - Type of bucket for each axis
        asOfDate - Date
        sensitivityName - Sensi name
        Returns:
        Axis x Durations
      • evaluateLeaf

        protected com.qfs.vector.IVector evaluateLeaf​(com.quartetfs.biz.pivot.ILocation iLocation,
                                                      Object[] underlyingMeasures)
        Specified by:
        evaluateLeaf in class com.quartetfs.biz.pivot.postprocessing.impl.ADynamicAggregationPostProcessor<com.qfs.vector.IVector,​com.qfs.vector.IVector>