Skip to content

Major Release v2-2.0.0 - 09/19/2019

Choose a tag to compare

@saigiridhar21 saigiridhar21 released this 05 Dec 08:55
· 85 commits to master since this release

Summary:

  • Update class and property names.

Breaking changes:

  • Class Name

    • OutstandingCalculation -> CalculationStatusSummary
    • CalculationParameters -> Calculation
    • OutstandingCalculations -> CalculationStatus (class)
    • CalculationStatus (enum) -> UnitStatus
    • Calculation -> CalculationUnitStatus
    • AccountList -> AccountDirectories
    • ComponentListEntity -> ComponentSummary
    • PAComponentEntity -> PAComponent
    • VaultComponentEntity -> VaultComponent
    • ConfigurationItem -> VaultConfigurationSummary
    • ConfigurationRoot -> VaultConfiguration
    • DateSettings -> DateParametersSummary
    • DocumentList -> DocumentDirectories
    • ComponentDateSettings (pa) -> PADateParameters
    • ComponentDateSettings (vault) -> VaultDateParameters
  • Properties

    • pointscount -> points
    • defaultAccounts (ComponentAccount) -> accounts (PAIdentifier)
    • defaultBenchmarks (ComponentBenchmark) -> benchmarks (PAIdentifier)
    • defaultAccount (VaultCalculationAccount) -> accounts (VaultIdentifier)
    • defaultBenchmark (ComponentBenchmark) -> benchmark (VaultIdentifier)
    • currency (PAComponentEntity/VaultComponentEntity) -> currencyisocode (PAComponent/VaultComponent)
  • Methods

    • getAllCalculationStatusSummaries -> getCalculationStatusSummaries
    • getAllPAColumnStatistics -> getPAColumnStatistics
    • getAllPAColumns -> getPAColumns
    • getPAColumn -> getPAColumnById
    • getAllPACurrencies -> getPACurrencies
    • getAllPAFrequencies -> getPAFrequencies
    • getAllSPARFrequencies -> getSPARFrequencies
    • getAllVaultFrequencies -> getVaultFrequencies
    • getAllPAGroups -> getPAGroups
    • getAllCalculations -> getAllCalculationStatusSummaries
    • getCalculationById -> getCalculationStatusById
  • Headers

    • X-FactSet-Api-PointsCount-Limit -> X-FactSet-Api-Points-Limit
    • X-FactSet-Api-PointsCount-Remaining -> X-FactSet-Api-Points-Remaining
  • Currencies

    • Change response from List to Dictionary with currencyisocode as key

Functionality Additions:

  • New Property snapshot in PAComponent & VaultComponent.

Bug Fixes:

  • No changes.

Note: This version of SDK is not available on the PyPI package manager.