Skip to main content

Offer

Information about an offer. This query is still a work in progress at this point and will include more details in the future. This query should be used to get the offer PDF link.

type Offer {
applicationFormDownloadLink: FileDownloadResult!
contractID: PolicyID!
informationOnProductDownloadLink: FileDownloadResult
offerFundsInformationDownloadLink: FileDownloadResult
offerKeyInvestmentDocumentDownloadLink: FileDownloadResult
offerKeyInvestorInformationDocumentDownloadLink: FileDownloadResult
offerKeyInvestorInformationDocumentOneTimeDownloadLink: FileDownloadResult
offerProductInformationSheetDownloadLink: FileDownloadResult
sampleQuotationDownloadLink: FileDownloadResult
}

Fields

Returns a download link for the application form (_Antragsformular_) for the offer. The link expires after 5 minutes after being generated.

Offer.contractID ● PolicyID! non-null scalar

The contractID of the offer and the future policyID.

Returns a download link for the information on the product (PDF) for the offer. The link expires after 5 minutes after being generated.

Returns a download link for the funds information (PDF) for the offer. The link expires after 5 minutes after being generated.

Returns a download link for the key investment document (PDF) for the offer. The link expires after 5 minutes after being generated.

Returns a download link for the key investor information document (PDF) for the offer. The link expires after 5 minutes after being generated.

Returns a download link for the key investor information document (PDF) for the offer. The link expires after 5 minutes after being generated.

Returns a download link for the product information sheet (PDF) for the offer. The link expires after 5 minutes after being generated.

Returns a download link for the sample quotation (PDF) for the offer. The link expires after 5 minutes after being generated.

Implemented By

OfferResult union