import { IPA } from '@refinitiv-data/types'; export type AdjustInterest = IPA.FinancialContracts.Bond.AdjustInterest; export type AmortizationFrequency = IPA.FinancialContracts.AmortizationFrequency; export type AmortizationItemDefinition = IPA.FinancialContracts.Bond.AmortizationItemDefinition; export type AmortizationType = IPA.FinancialContracts.AmortizationType; export type BenchmarkYieldSelectionMode = IPA.FinancialContracts.Bond.BenchmarkYieldSelectionMode; export type BusinessDayConvention = IPA.FinancialContracts.Bond.BusinessDayConvention; export type DayCountBasisConvention = IPA.FinancialContracts.Bond.DayCountBasisConvention; export type Direction = IPA.FinancialContracts.Bond.Direction; export type IndexAverageMethod = IPA.FinancialContracts.IndexAverageMethod; export type IndexCalculationMethod = IPA.FinancialContracts.Bond.IndexCalculationMethod; export type IndexObservationMethod = IPA.FinancialContracts.Bond.IndexObservationMethod; export type InterestType = IPA.FinancialContracts.Bond.InterestType; export type Outputs = IPA.FinancialContracts.Bond.Outputs; export type PaymentFrequency = IPA.FinancialContracts.Bond.PaymentFrequency; export type PaymentRollConvention = IPA.FinancialContracts.Bond.PaymentRollConvention; export type PriceSide = IPA.FinancialContracts.Bond.PriceSide; export type ProjectedIndexCalculationMethod = IPA.FinancialContracts.Bond.ProjectedIndexCalculationMethod; export type RedemptionDateType = IPA.FinancialContracts.Bond.RedemptionDateType; export type Rounding = IPA.FinancialContracts.Bond.Rounding; export type RoundingType = IPA.FinancialContracts.Bond.RoundingType; export type StubRule = IPA.FinancialContracts.Bond.StubRule; export type YieldType = IPA.FinancialContracts.Bond.YieldType; export type Params = IPA.FinancialContracts.Bond.Params; export type DefaultQuote = IPA.FinancialContracts.Bond.DefaultQuote; export type QuotationMode = IPA.FinancialContracts.Bond.QuotationMode; export type CreditSpreadType = IPA.FinancialContracts.Bond.CreditSpreadType; export type DividendType = IPA.FinancialContracts.Bond.DividendType; export type InflationMode = IPA.FinancialContracts.Bond.InflationMode; export type QuoteFallbackLogic = IPA.FinancialContracts.Bond.QuoteFallbackLogic; export type VolatilityTermStructureType = IPA.FinancialContracts.Bond.VolatilityTermStructureType; export type VolatilityType = IPA.FinancialContracts.Bond.VolatilityType; export declare const AdjustInterest: typeof IPA.FinancialContracts.AdjustInterest; export declare const AmortizationFrequency: typeof IPA.FinancialContracts.AmortizationFrequency; export declare const AmortizationType: typeof IPA.FinancialContracts.AmortizationType; export declare const BenchmarkYieldSelectionMode: typeof IPA.FinancialContracts.Bond.BenchmarkYieldSelectionMode; export declare const BusinessDayConvention: typeof IPA.FinancialContracts.BusinessDayConvention; export declare const DayCountBasisConvention: typeof IPA.DayCountBasisConvention; export declare const Direction: typeof IPA.FinancialContracts.Direction; export declare const IndexAverageMethod: typeof IPA.FinancialContracts.IndexAverageMethod; export declare const IndexCalculationMethod: typeof IPA.FinancialContracts.IndexCalculationMethod; export declare const IndexObservationMethod: typeof IPA.FinancialContracts.IndexObservationMethod; export declare const InterestType: typeof IPA.FinancialContracts.InterestType; export declare const Outputs: typeof IPA.FinancialContracts.Outputs; export declare const PaymentFrequency: typeof IPA.FinancialContracts.PaymentFrequency; export declare const PaymentRollConvention: typeof IPA.FinancialContracts.PaymentRollConvention; export declare const PriceSide: typeof IPA.PriceSide; export declare const ProjectedIndexCalculationMethod: typeof IPA.FinancialContracts.Bond.ProjectedIndexCalculationMethod; export declare const RedemptionDateType: typeof IPA.FinancialContracts.Bond.RedemptionDateType; export declare const Rounding: typeof IPA.FinancialContracts.Bond.Rounding; export declare const RoundingType: typeof IPA.FinancialContracts.Bond.RoundingType; export declare const StubRule: typeof IPA.FinancialContracts.StubRule; export declare const YieldType: typeof IPA.FinancialContracts.Bond.YieldType; export declare const QuotationMode: typeof IPA.FinancialContracts.Bond.QuotationMode; export declare const CreditSpreadType: typeof IPA.FinancialContracts.Bond.CreditSpreadType; export declare const DividendType: typeof IPA.FinancialContracts.Bond.DividendType; export declare const InflationMode: typeof IPA.FinancialContracts.InflationMode; export declare const QuoteFallbackLogic: typeof IPA.FinancialContracts.Bond.QuoteFallbackLogic; export declare const VolatilityTermStructureType: typeof IPA.FinancialContracts.Bond.VolatilityTermStructureType; export declare const VolatilityType: typeof IPA.FinancialContracts.Bond.VolatilityType; export * from './definition';