Class ExchangeRateTypeFormatValidator

java.lang.Object
cdm.observable.asset.validation.ExchangeRateTypeFormatValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<ExchangeRate>

public class ExchangeRateTypeFormatValidator extends Object implements com.rosetta.model.lib.validation.Validator<ExchangeRate>
  • Constructor Details

    • ExchangeRateTypeFormatValidator

      public ExchangeRateTypeFormatValidator()
  • Method Details

    • getValidationResults

      public List<com.rosetta.model.lib.validation.ValidationResult<?>> getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExchangeRate o)
      Specified by:
      getValidationResults in interface com.rosetta.model.lib.validation.Validator<ExchangeRate>