META-INF.com.opengamma.strata.config.base.FpmlParserPlugin.ini Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of strata-loader Show documentation
Show all versions of strata-loader Show documentation
Loaders from standard and Strata-specific data formats
# FpmlParserPlugin configuration
# The providers are the classes that define the enum
# The key is of the form 'provider.full.class.name'
# The value is either
# 'constants', the public static final constants from the class
# 'lookup', the class implements NamedLookup with a no-args constructor
# 'instance', the class has a static field named INSTANCE that is of type NamedLookup
[providers]
com.opengamma.strata.loader.impl.fpml.BulletPaymentFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.CdsFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.FraFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.FxSingleLegFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.FxSwapFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.SwapFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.SwaptionFpmlParserPlugin = constants
com.opengamma.strata.loader.impl.fpml.TermDepositFpmlParserPlugin = constants
# The set of alternate names
# The key is the alternate name
# The value is the standard name (loaded by a provider)
[alternates]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy