OBJECT
type InsuranceDerivedPrice {grossPrice: Float! grossPriceUsd: Float! netPrice: Float netPriceUsd: Float edvisorNetPrice: Float edvisorNetPriceUsd: Float durationAmount: Int! durationTypeId: Int! amountIsPerDuration: Boolean! isPerUnitPriceEstimated: Boolean! startDate: DateOnly! currencyId: Int! originalPrice: Float! originalPriceUsd: Float! hasPromotion: Boolean! bestPromotionId: Int bestPromotionalPrice: Float bestPromotionalPriceUsd: Float bestPromotionLineItems: [AppliedPromotionLineItem] durationType: DurationType currency: Currency bestPromotion: Promotion generatedOn: DateTime }