<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="Soap11" 
    targetNamespace="http://schemas.servicestack.net/types" 
    xmlns:svc="http://schemas.servicestack.net/types" 
    xmlns:tns="http://schemas.servicestack.net/types" 
    
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" 
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
    xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" 
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 
    xmlns:wsa10="http://www.w3.org/2005/08/addressing" 
    xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">

	<wsdl:types>
		<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Service.Engine.Models" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="Calculate">
    <xs:sequence>
      <xs:element minOccurs="0" name="BG" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Brand" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="COAmount" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="COFunds" nillable="true" type="tns:ArrayOfFund" />
      <xs:element minOccurs="0" name="COMonth" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="COUniqueInvestmentStrategy" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="CPCFAutoFill" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="CPClearanceAmount" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="CommissionRate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CommissionRateCP" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ConnectedContract" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="CostfreeCoPayments" nillable="true" type="tns:ArrayOfCPCostFree" />
      <xs:element minOccurs="0" name="DocFieldValues" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="Documents" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" />
      <xs:element minOccurs="0" name="Duration" nillable="true" type="tns:Duration" />
      <xs:element minOccurs="0" name="FinanceMode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FundSelectionType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="IsKidOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q2:Options" />
      <xs:element minOccurs="0" name="PPAmount" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="PPClearanceAmount" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="PPClearanceType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PPDynamic" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="PPDynamicInterval" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="PPFactoringFactor" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="PPFunds" nillable="true" type="tns:ArrayOfFund" />
      <xs:element minOccurs="0" name="PPPaymentDuration" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="PPPaymentDurationType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PPPaymentInterval" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="PPServiceBbBU" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="PdfOption" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Performance" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="PrintCustomerCopyWatermark" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="ProgressionOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="RentFactorMode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RentGuaranteeDuration" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="RentPaymentInterval" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="SPAmount" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="SPFunds" nillable="true" type="tns:ArrayOfFund" />
      <xs:element minOccurs="0" name="ShowLoyaltyFund" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="SmallIncome" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="TS" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="VN" nillable="true" type="tns:Person" />
      <xs:element minOccurs="0" name="VNType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VP" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Calculate" nillable="true" type="tns:Calculate" />
  <xs:complexType name="ArrayOfFund">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Fund" nillable="true" type="tns:Fund" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfFund" nillable="true" type="tns:ArrayOfFund" />
  <xs:complexType name="Fund">
    <xs:sequence>
      <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Percent" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Fund" nillable="true" type="tns:Fund" />
  <xs:complexType name="ArrayOfCPCostFree">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="CPCostFree" nillable="true" type="tns:CPCostFree" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfCPCostFree" nillable="true" type="tns:ArrayOfCPCostFree" />
  <xs:complexType name="CPCostFree">
    <xs:sequence>
      <xs:element minOccurs="0" name="Amount" type="xs:decimal" />
      <xs:element minOccurs="0" name="Funds" nillable="true" type="tns:ArrayOfFund" />
      <xs:element minOccurs="0" name="Month" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CPCostFree" nillable="true" type="tns:CPCostFree" />
  <xs:complexType name="ArrayOfDocFieldValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="DocFieldValue" nillable="true" type="tns:DocFieldValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfDocFieldValue" nillable="true" type="tns:ArrayOfDocFieldValue" />
  <xs:complexType name="DocFieldValue">
    <xs:sequence>
      <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DocFieldValue" nillable="true" type="tns:DocFieldValue" />
  <xs:complexType name="Duration">
    <xs:sequence>
      <xs:element minOccurs="0" name="InsuranceBegin" type="xs:dateTime" />
      <xs:element minOccurs="0" name="InsuranceDuration" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="InsuranceDurationInMonths" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="InsuranceDurationType" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Duration" nillable="true" type="tns:Duration" />
  <xs:complexType name="Identification">
    <xs:sequence>
      <xs:element minOccurs="0" name="AvbKey" type="ser:guid" />
      <xs:element minOccurs="0" name="ProductKey" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Identification" nillable="true" type="tns:Identification" />
  <xs:complexType name="Credential">
    <xs:sequence>
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Username" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Credential" nillable="true" type="tns:Credential" />
  <xs:complexType name="Person">
    <xs:sequence>
      <xs:element minOccurs="0" name="BMIResult" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="BirthDay" type="xs:dateTime" />
      <xs:element minOccurs="0" name="BodyHeight" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="CigarettesAmount" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="CompanyName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FamilyName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FamilyStatusBestLifeStyle" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Gender" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="IsSmoker" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="UnderMedication" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Weight" nillable="true" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Person" nillable="true" type="tns:Person" />
  <xs:complexType name="CalculateBU">
    <xs:sequence>
      <xs:element minOccurs="0" name="ConnectedContract" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="DocFieldValues" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="Documents" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfstring" />
      <xs:element minOccurs="0" name="EndAge" type="xs:int" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="InsuranceBegin" type="xs:dateTime" />
      <xs:element minOccurs="0" name="IsKidOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="JobId" type="xs:int" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q4="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q4:Options" />
      <xs:element minOccurs="0" name="PdfOption" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrintCustomerCopyWatermark" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Rent" type="xs:decimal" />
      <xs:element minOccurs="0" name="VN" nillable="true" type="tns:Person" />
      <xs:element minOccurs="0" name="VNType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VP" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateBU" nillable="true" type="tns:CalculateBU" />
  <xs:complexType name="CalculateBUResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="CostsPP" nillable="true" type="tns:Costs" />
      <xs:element minOccurs="0" name="InitialPrem" type="xs:decimal" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="Warnings" nillable="true" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q5:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateBUResponse" nillable="true" type="tns:CalculateBUResponse" />
  <xs:complexType name="Costs">
    <xs:sequence>
      <xs:element minOccurs="0" name="AlphaFee" type="xs:decimal" />
      <xs:element minOccurs="0" name="AlphaFeeNetto" type="xs:decimal" />
      <xs:element minOccurs="0" name="AlphaFeeToPay" type="xs:decimal" />
      <xs:element minOccurs="0" name="AlphaFeeToPayInit" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaCost1" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaCost2" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaSumCost" type="xs:decimal" />
      <xs:element minOccurs="0" name="ClearanceAmount" type="xs:decimal" />
      <xs:element minOccurs="0" name="ClearanceAmountMonthly" type="xs:decimal" />
      <xs:element minOccurs="0" name="DealFeeToPay" type="xs:decimal" />
      <xs:element minOccurs="0" name="Dynamic" type="xs:decimal" />
      <xs:element minOccurs="0" name="GammaCost" type="xs:decimal" />
      <xs:element minOccurs="0" name="H0Cost" type="xs:decimal" />
      <xs:element minOccurs="0" name="InPaymentBrutto" type="xs:decimal" />
      <xs:element minOccurs="0" name="InPaymentBruttoSum" type="xs:decimal" />
      <xs:element minOccurs="0" name="InPaymentNetto" type="xs:decimal" />
      <xs:element minOccurs="0" name="InPaymentNettoSum" type="xs:decimal" />
      <xs:element minOccurs="0" name="PaymentEnd" type="xs:dateTime" />
      <xs:element minOccurs="0" name="SetupFeeToPay" type="xs:decimal" />
      <xs:element minOccurs="0" name="SingleAdminFeeToPay" type="xs:decimal" />
      <xs:element minOccurs="0" name="ValuationAmountBrutto" type="xs:decimal" />
      <xs:element minOccurs="0" name="ValuationAmountNetto" type="xs:decimal" />
      <xs:element minOccurs="0" name="ValuationDuration" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Costs" nillable="true" type="tns:Costs" />
  <xs:complexType name="Report">
    <xs:sequence>
      <xs:element minOccurs="0" name="AllPages" type="xs:int" />
      <xs:element minOccurs="0" name="FileKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PDF" nillable="true" type="xs:base64Binary" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Report" nillable="true" type="tns:Report" />
  <xs:complexType name="ResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StackTrace" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
  <xs:complexType name="ArrayOfResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ResponseError" nillable="true" type="tns:ResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfResponseError" nillable="true" type="tns:ArrayOfResponseError" />
  <xs:complexType name="ResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseError" nillable="true" type="tns:ResponseError" />
  <xs:complexType name="CalculateDD">
    <xs:sequence>
      <xs:element minOccurs="0" name="ConnectedContract" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="DocFieldValues" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="Documents" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfstring" />
      <xs:element minOccurs="0" name="Duration" nillable="true" type="tns:Duration" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="InsuranceSum" type="xs:decimal" />
      <xs:element minOccurs="0" name="IsKidOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q7="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q7:Options" />
      <xs:element minOccurs="0" name="PPDynamic" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="PaymentInterval" type="xs:int" />
      <xs:element minOccurs="0" name="PdfOption" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrintCustomerCopyWatermark" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="TSPercent" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="VN" nillable="true" type="tns:Person" />
      <xs:element minOccurs="0" name="VNType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VP" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateDD" nillable="true" type="tns:CalculateDD" />
  <xs:complexType name="CalculateDDResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="CostsDD" nillable="true" type="tns:CostsDD" />
      <xs:element minOccurs="0" name="Documents" nillable="true" type="tns:ArrayOfReport" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InsuranceBegin" type="xs:dateTime" />
      <xs:element minOccurs="0" name="InsuranceDuration" type="xs:int" />
      <xs:element minOccurs="0" name="InsuranceDurationLifeTime" type="xs:boolean" />
      <xs:element minOccurs="0" name="InsuranceEnd" type="xs:dateTime" />
      <xs:element minOccurs="0" name="InsuranceSumDD" type="xs:decimal" />
      <xs:element minOccurs="0" name="InsuranceSumTS" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremDD" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremSum" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremTS" type="xs:decimal" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="TSPercent" type="xs:int" />
      <xs:element minOccurs="0" name="Warnings" nillable="true" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q8:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateDDResponse" nillable="true" type="tns:CalculateDDResponse" />
  <xs:complexType name="CostsDD">
    <xs:sequence>
      <xs:element minOccurs="0" name="AlphaFeeToPayTotal" type="xs:decimal" />
      <xs:element minOccurs="0" name="AlphaFeeToPayTotalYear1" type="xs:decimal" />
      <xs:element minOccurs="0" name="Beta2PlusGamma" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaPlusGamma" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CostsDD" nillable="true" type="tns:CostsDD" />
  <xs:complexType name="ArrayOfReport">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Report" nillable="true" type="tns:Report" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfReport" nillable="true" type="tns:ArrayOfReport" />
  <xs:complexType name="CalculateMR">
    <xs:sequence>
      <xs:element minOccurs="0" name="ActivityAsSupervisorPercent" type="xs:int" />
      <xs:element minOccurs="0" name="ActivityAtBackOfficePercent" type="xs:int" />
      <xs:element minOccurs="0" name="ActivityExternalPercent" type="xs:int" />
      <xs:element minOccurs="0" name="ActivityOutdoorPercent" type="xs:int" />
      <xs:element minOccurs="0" name="ActivityPhysicallyPercent" type="xs:int" />
      <xs:element minOccurs="0" name="BuPlusEndAge" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="BuPlusRent" type="xs:decimal" />
      <xs:element minOccurs="0" name="BuPlusVersion" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ConnectedContract" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="DocFieldValues" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="Documents" nillable="true" xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q9:ArrayOfstring" />
      <xs:element minOccurs="0" name="DreadDiseasePlusSum" type="xs:decimal" />
      <xs:element minOccurs="0" name="DynamicPlus" type="xs:boolean" />
      <xs:element minOccurs="0" name="EndAge" type="xs:int" />
      <xs:element minOccurs="0" name="FullTimePersonnel" type="xs:int" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="InsuranceBegin" type="xs:dateTime" />
      <xs:element minOccurs="0" name="IsKidOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="JobId" type="xs:int" />
      <xs:element minOccurs="0" name="JobStateKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="MasterCraftsmanCertificate" type="xs:boolean" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q10="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q10:Options" />
      <xs:element minOccurs="0" name="PartTimePersonnel" type="xs:int" />
      <xs:element minOccurs="0" name="PdfOption" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PensionPlus" type="xs:boolean" />
      <xs:element minOccurs="0" name="PrintCustomerCopyWatermark" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Rent" type="xs:decimal" />
      <xs:element minOccurs="0" name="RiskPlusDuration" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="RiskPlusSum" type="xs:decimal" />
      <xs:element minOccurs="0" name="SelfEmployedSince" type="xs:dateTime" />
      <xs:element minOccurs="0" name="VN" nillable="true" type="tns:Person" />
      <xs:element minOccurs="0" name="VNType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VP" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateMR" nillable="true" type="tns:CalculateMR" />
  <xs:complexType name="CalculateMRResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AlphaFee" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaYear" type="xs:decimal" />
      <xs:element minOccurs="0" name="Documents" nillable="true" type="tns:ArrayOfReport" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Prem" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremBuPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremBuPlusDynamicPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremDreadDiseasePlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremDynamicPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremDynamicPlusTotal" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremPensionPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremRiskPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremTotal" type="xs:decimal" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="Warnings" nillable="true" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q11:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateMRResponse" nillable="true" type="tns:CalculateMRResponse" />
  <xs:complexType name="CalculateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AllRuns" nillable="true" type="tns:ArrayOfRun" />
      <xs:element minOccurs="0" name="CostsCP" nillable="true" type="tns:Costs" />
      <xs:element minOccurs="0" name="CostsPP" nillable="true" type="tns:Costs" />
      <xs:element minOccurs="0" name="CostsSP" nillable="true" type="tns:Costs" />
      <xs:element minOccurs="0" name="Documents" nillable="true" type="tns:ArrayOfReport" />
      <xs:element minOccurs="0" name="DynamicResult" nillable="true" type="tns:DynamicResult" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InsuranceEnd" type="xs:dateTime" />
      <xs:element minOccurs="0" name="ReductionsInYield" nillable="true" type="tns:ArrayOfReductionInYieldItem" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="TsPayOut" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateResponse" nillable="true" type="tns:CalculateResponse" />
  <xs:complexType name="ArrayOfRun">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Run" nillable="true" type="tns:Run" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRun" nillable="true" type="tns:ArrayOfRun" />
  <xs:complexType name="Run">
    <xs:sequence>
      <xs:element minOccurs="0" name="DynamicGuaranteeRent" nillable="true" type="tns:ArrayOfDynamicRentItem" />
      <xs:element minOccurs="0" name="DynamicRent" nillable="true" type="tns:ArrayOfDynamicRentItem" />
      <xs:element minOccurs="0" name="InPayment" type="xs:decimal" />
      <xs:element minOccurs="0" name="PayOutEnd" type="xs:decimal" />
      <xs:element minOccurs="0" name="Performance" type="xs:decimal" />
      <xs:element minOccurs="0" name="Progression" nillable="true" type="tns:ArrayOfProgressionYear" />
      <xs:element minOccurs="0" name="RentCapitalGuarantee" type="xs:decimal" />
      <xs:element minOccurs="0" name="RentInterval" type="xs:int" />
      <xs:element minOccurs="0" name="RentPerInterval" type="xs:decimal" />
      <xs:element minOccurs="0" name="RentPerIntervalGuarantee" type="xs:decimal" />
      <xs:element minOccurs="0" name="RentYearly" type="xs:decimal" />
      <xs:element minOccurs="0" name="RentYearlyGuarantee" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Run" nillable="true" type="tns:Run" />
  <xs:complexType name="ArrayOfDynamicRentItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="DynamicRentItem" nillable="true" type="tns:DynamicRentItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfDynamicRentItem" nillable="true" type="tns:ArrayOfDynamicRentItem" />
  <xs:complexType name="DynamicRentItem">
    <xs:sequence>
      <xs:element minOccurs="0" name="Rent" type="xs:decimal" />
      <xs:element minOccurs="0" name="Year" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DynamicRentItem" nillable="true" type="tns:DynamicRentItem" />
  <xs:complexType name="ArrayOfProgressionYear">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ProgressionYear" nillable="true" type="tns:ProgressionYear" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfProgressionYear" nillable="true" type="tns:ArrayOfProgressionYear" />
  <xs:complexType name="ProgressionYear">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgeVP" type="xs:int" />
      <xs:element minOccurs="0" name="AssetValue" type="xs:decimal" />
      <xs:element minOccurs="0" name="CashInValue" type="xs:decimal" />
      <xs:element minOccurs="0" name="FidelityAssetValue" type="xs:decimal" />
      <xs:element minOccurs="0" name="PayableOnDeath" type="xs:decimal" />
      <xs:element minOccurs="0" name="Year" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ProgressionYear" nillable="true" type="tns:ProgressionYear" />
  <xs:complexType name="DynamicResult">
    <xs:sequence>
      <xs:element minOccurs="0" name="DynamicResultValues" nillable="true" type="tns:ArrayOfDynamicResultValue" />
      <xs:element minOccurs="0" name="Performance" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DynamicResult" nillable="true" type="tns:DynamicResult" />
  <xs:complexType name="ArrayOfDynamicResultValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="DynamicResultValue" nillable="true" type="tns:DynamicResultValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfDynamicResultValue" nillable="true" type="tns:ArrayOfDynamicResultValue" />
  <xs:complexType name="DynamicResultValue">
    <xs:sequence>
      <xs:element minOccurs="0" name="FundValueTotal" type="xs:decimal" />
      <xs:element minOccurs="0" name="InPayment" type="xs:decimal" />
      <xs:element minOccurs="0" name="Year" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DynamicResultValue" nillable="true" type="tns:DynamicResultValue" />
  <xs:complexType name="ArrayOfReductionInYieldItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ReductionInYieldItem" nillable="true" type="tns:ReductionInYieldItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfReductionInYieldItem" nillable="true" type="tns:ArrayOfReductionInYieldItem" />
  <xs:complexType name="ReductionInYieldItem">
    <xs:sequence>
      <xs:element minOccurs="0" name="Performance" type="xs:decimal" />
      <xs:element minOccurs="0" name="ReductionInYield" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ReductionInYieldItem" nillable="true" type="tns:ReductionInYieldItem" />
  <xs:complexType name="CalculateRLV">
    <xs:sequence>
      <xs:element minOccurs="0" name="ConnectedContract" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Coverage" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DocFieldValues" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="Documents" nillable="true" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q12:ArrayOfstring" />
      <xs:element minOccurs="0" name="Duration" nillable="true" type="tns:Duration" />
      <xs:element minOccurs="0" name="FixPremAge" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="IsKidOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q13="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q13:Options" />
      <xs:element minOccurs="0" name="PaymentInterval" type="xs:int" />
      <xs:element minOccurs="0" name="PdfOption" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrintCustomerCopyWatermark" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Sum" type="xs:decimal" />
      <xs:element minOccurs="0" name="VN" nillable="true" type="tns:Person" />
      <xs:element minOccurs="0" name="VNType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VP" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateRLV" nillable="true" type="tns:CalculateRLV" />
  <xs:complexType name="CalculateRLVResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Costs" nillable="true" type="tns:CostsRLV" />
      <xs:element minOccurs="0" name="InsuranceYears" nillable="true" type="tns:ArrayOfInsuranceYear" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="Warnings" nillable="true" xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q14:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateRLVResponse" nillable="true" type="tns:CalculateRLVResponse" />
  <xs:complexType name="CostsRLV">
    <xs:sequence>
      <xs:element minOccurs="0" name="FirstYear" nillable="true" type="tns:FirstYear" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CostsRLV" nillable="true" type="tns:CostsRLV" />
  <xs:complexType name="FirstYear">
    <xs:sequence>
      <xs:element minOccurs="0" name="BetaCost" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaFamilyPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaKidsPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="BetaLadiesPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremBruttoAll" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremBruttoAllCompare" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremFamilyPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremKidsPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremLadiesPlus" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremMailing" type="xs:decimal" />
      <xs:element minOccurs="0" name="SetupFee" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FirstYear" nillable="true" type="tns:FirstYear" />
  <xs:complexType name="ArrayOfInsuranceYear">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="InsuranceYear" nillable="true" type="tns:InsuranceYear" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfInsuranceYear" nillable="true" type="tns:ArrayOfInsuranceYear" />
  <xs:complexType name="InsuranceYear">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgeVP" type="xs:int" />
      <xs:element minOccurs="0" name="Prem" type="xs:decimal" />
      <xs:element minOccurs="0" name="Sum" type="xs:decimal" />
      <xs:element minOccurs="0" name="Year" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InsuranceYear" nillable="true" type="tns:InsuranceYear" />
  <xs:complexType name="CalculateVita2">
    <xs:sequence>
      <xs:element minOccurs="0" name="ConnectedContract" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="ContractAdds" nillable="true" type="tns:ContractVita2Add" />
      <xs:element minOccurs="0" name="DocFieldValues" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="Documents" nillable="true" xmlns:q15="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q15:ArrayOfstring" />
      <xs:element minOccurs="0" name="Duration" nillable="true" type="tns:Duration" />
      <xs:element minOccurs="0" name="FixPrem" type="xs:boolean" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="IsKidOption" type="xs:boolean" />
      <xs:element minOccurs="0" name="JobId" type="xs:int" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q16="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q16:Options" />
      <xs:element minOccurs="0" name="PaymentInterval" type="xs:int" />
      <xs:element minOccurs="0" name="PdfOption" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrintCustomerCopyWatermark" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="ProductVariant" type="xs:boolean" />
      <xs:element minOccurs="0" name="Sum" type="xs:decimal" />
      <xs:element minOccurs="0" name="VN" nillable="true" type="tns:Person" />
      <xs:element minOccurs="0" name="VNType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VP" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateVita2" nillable="true" type="tns:CalculateVita2" />
  <xs:complexType name="ContractVita2Add">
    <xs:sequence>
      <xs:element minOccurs="0" name="BirthdayMVP" type="xs:dateTime" />
      <xs:element minOccurs="0" name="FamilyNameMVP" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FamilyPlusMVP" type="xs:boolean" />
      <xs:element minOccurs="0" name="FamilyPlusVP" type="xs:boolean" />
      <xs:element minOccurs="0" name="FirstNameMVP" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Kids" nillable="true" type="tns:ArrayOfPerson" />
      <xs:element minOccurs="0" name="KidsPlus" type="xs:boolean" />
      <xs:element minOccurs="0" name="LadiesPlus" type="xs:boolean" />
      <xs:element minOccurs="0" name="LadiesPlusContractEnd" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Mailing" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ContractVita2Add" nillable="true" type="tns:ContractVita2Add" />
  <xs:complexType name="ArrayOfPerson">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Person" nillable="true" type="tns:Person" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfPerson" nillable="true" type="tns:ArrayOfPerson" />
  <xs:complexType name="CalculateVita2Response">
    <xs:sequence>
      <xs:element minOccurs="0" name="Costs" nillable="true" type="tns:CostsVita2" />
      <xs:element minOccurs="0" name="Documents" nillable="true" type="tns:ArrayOfReport" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InsuranceYears" nillable="true" type="tns:ArrayOfInsuranceYear" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="Warnings" nillable="true" xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q17:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalculateVita2Response" nillable="true" type="tns:CalculateVita2Response" />
  <xs:complexType name="CostsVita2">
    <xs:sequence>
      <xs:element minOccurs="0" name="FirstYear" nillable="true" type="tns:FirstYear" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CostsVita2" nillable="true" type="tns:CostsVita2" />
  <xs:complexType name="ConfigFile">
    <xs:sequence>
      <xs:element minOccurs="0" name="BIBOnly" type="xs:boolean" />
      <xs:element minOccurs="0" name="CreateValidDocumentInTestClient" type="xs:boolean" />
      <xs:element minOccurs="0" name="DocFieldList" nillable="true" type="tns:ArrayOfDocFieldValue" />
      <xs:element minOccurs="0" name="FileContent" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="IsTestClient" type="xs:boolean" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="OmitDocument" type="xs:boolean" />
      <xs:element minOccurs="0" name="Options" nillable="true" xmlns:q18="http://schemas.datacontract.org/2004/07/Service.Engine.Models" type="q18:Options" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ConfigFile" nillable="true" type="tns:ConfigFile" />
  <xs:complexType name="ConfigFileResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PayOutEnd" type="xs:decimal" />
      <xs:element minOccurs="0" name="Performance" type="xs:decimal" />
      <xs:element minOccurs="0" name="PremTotal" type="xs:decimal" />
      <xs:element minOccurs="0" name="ProductName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Report" nillable="true" type="tns:Report" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="Warnings" nillable="true" xmlns:q19="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q19:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ConfigFileResponse" nillable="true" type="tns:ConfigFileResponse" />
  <xs:complexType name="ConfirmOfferDocs">
    <xs:sequence>
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="PrintId" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ConfirmOfferDocs" nillable="true" type="tns:ConfirmOfferDocs" />
  <xs:complexType name="Documents">
    <xs:sequence>
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Documents" nillable="true" type="tns:Documents" />
  <xs:complexType name="DocumentsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Documents" nillable="true" type="tns:ArrayOfDocument" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DocumentsResponse" nillable="true" type="tns:DocumentsResponse" />
  <xs:complexType name="ArrayOfDocument">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Document" nillable="true" type="tns:Document" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfDocument" nillable="true" type="tns:ArrayOfDocument" />
  <xs:complexType name="Document">
    <xs:sequence>
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Extension" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Document" nillable="true" type="tns:Document" />
  <xs:complexType name="Echo">
    <xs:sequence>
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Echo" nillable="true" type="tns:Echo" />
  <xs:complexType name="EchoResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="EchoResponse" nillable="true" type="tns:EchoResponse" />
  <xs:complexType name="Funds">
    <xs:sequence>
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Funds" nillable="true" type="tns:Funds" />
  <xs:complexType name="FundsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Funds" nillable="true" type="tns:ArrayOfFundItem" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FundsResponse" nillable="true" type="tns:FundsResponse" />
  <xs:complexType name="ArrayOfFundItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="FundItem" nillable="true" type="tns:FundItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfFundItem" nillable="true" type="tns:ArrayOfFundItem" />
  <xs:complexType name="FundItem">
    <xs:sequence>
      <xs:element minOccurs="0" name="DownloadLink" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ESG_FactSheet_Link" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FundName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FundType_EU_SFDRId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FundType_EU_SFDRName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ISIN" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="IsESG" type="xs:boolean" />
      <xs:element minOccurs="0" name="LanguageKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MorningStarSecId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MorningstarCategoryId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MorningstarCategoryName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PAI_Consideration" type="xs:boolean" />
      <xs:element minOccurs="0" name="RiskClassNo" type="xs:int" />
      <xs:element minOccurs="0" name="SRRI" type="xs:int" />
      <xs:element minOccurs="0" name="SustainableInvestmentPercentage" type="xs:decimal" />
      <xs:element minOccurs="0" name="TaxonomyCompliancePercentage" type="xs:decimal" />
      <xs:element minOccurs="0" name="WKN" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FundItem" nillable="true" type="tns:FundItem" />
  <xs:complexType name="Jobs">
    <xs:sequence>
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identification" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Jobs" nillable="true" type="tns:Jobs" />
  <xs:complexType name="JobsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Jobs" nillable="true" type="tns:ArrayOfJobItem" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="JobsResponse" nillable="true" type="tns:JobsResponse" />
  <xs:complexType name="ArrayOfJobItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="JobItem" nillable="true" type="tns:JobItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfJobItem" nillable="true" type="tns:ArrayOfJobItem" />
  <xs:complexType name="JobItem">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgeFrom" type="xs:int" />
      <xs:element minOccurs="0" name="AgeTo" type="xs:int" />
      <xs:element minOccurs="0" name="Industry" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="JobId" type="xs:int" />
      <xs:element minOccurs="0" name="JobName" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="JobItem" nillable="true" type="tns:JobItem" />
  <xs:complexType name="JobStates">
    <xs:sequence>
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="JobStates" nillable="true" type="tns:JobStates" />
  <xs:complexType name="JobStatesResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="JobStates" nillable="true" type="tns:ArrayOfJobState" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="JobStatesResponse" nillable="true" type="tns:JobStatesResponse" />
  <xs:complexType name="ArrayOfJobState">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="JobState" nillable="true" type="tns:JobState" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfJobState" nillable="true" type="tns:ArrayOfJobState" />
  <xs:complexType name="JobState">
    <xs:sequence>
      <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="JobState" nillable="true" type="tns:JobState" />
  <xs:complexType name="LoadDocument">
    <xs:sequence>
      <xs:element minOccurs="0" name="FileKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrintId" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LoadDocument" nillable="true" type="tns:LoadDocument" />
  <xs:complexType name="LoadDocumentResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Documents" nillable="true" type="tns:ArrayOfReport" />
      <xs:element minOccurs="0" name="File" nillable="true" type="xs:base64Binary" />
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LoadDocumentResponse" nillable="true" type="tns:LoadDocumentResponse" />
  <xs:complexType name="OfferDocs">
    <xs:sequence>
      <xs:element minOccurs="0" name="Confirmed" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
      <xs:element minOccurs="0" name="PrintId" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="OfferDocs" nillable="true" type="tns:OfferDocs" />
  <xs:complexType name="MyProducts">
    <xs:sequence>
      <xs:element minOccurs="0" name="Login" nillable="true" type="tns:Credential" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MyProducts" nillable="true" type="tns:MyProducts" />
  <xs:complexType name="MyProductsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Products" nillable="true" type="tns:ArrayOfProduct" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MyProductsResponse" nillable="true" type="tns:MyProductsResponse" />
  <xs:complexType name="ArrayOfProduct">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Product" nillable="true" type="tns:Product" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfProduct" nillable="true" type="tns:ArrayOfProduct" />
  <xs:complexType name="Product">
    <xs:sequence>
      <xs:element minOccurs="0" name="AvbKey" type="ser:guid" />
      <xs:element minOccurs="0" name="AvbName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OperationName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ProductKey" type="ser:guid" />
      <xs:element minOccurs="0" name="ProductName" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Product" nillable="true" type="tns:Product" />
  <xs:complexType name="RentAge">
    <xs:sequence>
      <xs:element minOccurs="0" name="YearOfBirth" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RentAge" nillable="true" type="tns:RentAge" />
  <xs:complexType name="RentAgeResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="RentAge" type="xs:int" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RentAgeResponse" nillable="true" type="tns:RentAgeResponse" />
  <xs:complexType name="ResourceRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourceRequest" nillable="true" type="tns:ResourceRequest" />
  <xs:complexType name="ResourceResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiVersion" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="apis" nillable="true" type="tns:ArrayOfMethodDescription" />
      <xs:element minOccurs="0" name="basePath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="models" nillable="true" xmlns:q20="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q20:ArrayOfKeyValueOfstringSwaggerModelEdXdwojR" />
      <xs:element minOccurs="0" name="resourcePath" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourceResponse" nillable="true" type="tns:ResourceResponse" />
  <xs:complexType name="ArrayOfMethodDescription">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="MethodDescription" nillable="true" type="tns:MethodDescription" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfMethodDescription" nillable="true" type="tns:ArrayOfMethodDescription" />
  <xs:complexType name="MethodDescription">
    <xs:sequence>
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="operations" nillable="true" type="tns:ArrayOfMethodOperation" />
      <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MethodDescription" nillable="true" type="tns:MethodDescription" />
  <xs:complexType name="ArrayOfMethodOperation">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="MethodOperation" nillable="true" type="tns:MethodOperation" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfMethodOperation" nillable="true" type="tns:ArrayOfMethodOperation" />
  <xs:complexType name="MethodOperation">
    <xs:sequence>
      <xs:element minOccurs="0" name="errorResponses" nillable="true" type="tns:ArrayOfErrorResponseStatus" />
      <xs:element minOccurs="0" name="httpMethod" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="nickname" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="notes" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="parameters" nillable="true" type="tns:ArrayOfMethodOperationParameter" />
      <xs:element minOccurs="0" name="responseClass" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="summary" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MethodOperation" nillable="true" type="tns:MethodOperation" />
  <xs:complexType name="ArrayOfErrorResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ErrorResponseStatus" nillable="true" type="tns:ErrorResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfErrorResponseStatus" nillable="true" type="tns:ArrayOfErrorResponseStatus" />
  <xs:complexType name="ErrorResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="code" type="xs:int" />
      <xs:element minOccurs="0" name="reason" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ErrorResponseStatus" nillable="true" type="tns:ErrorResponseStatus" />
  <xs:complexType name="ArrayOfMethodOperationParameter">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="MethodOperationParameter" nillable="true" type="tns:MethodOperationParameter" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfMethodOperationParameter" nillable="true" type="tns:ArrayOfMethodOperationParameter" />
  <xs:complexType name="MethodOperationParameter">
    <xs:sequence>
      <xs:element minOccurs="0" name="allowMultiple" type="xs:boolean" />
      <xs:element minOccurs="0" name="allowableValues" nillable="true" type="tns:ParameterAllowableValues" />
      <xs:element minOccurs="0" name="dataType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="paramType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="required" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MethodOperationParameter" nillable="true" type="tns:MethodOperationParameter" />
  <xs:complexType name="ParameterAllowableValues">
    <xs:sequence>
      <xs:element minOccurs="0" name="max" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="min" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="valueType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="values" nillable="true" xmlns:q21="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q21:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ParameterAllowableValues" nillable="true" type="tns:ParameterAllowableValues" />
  <xs:complexType name="SwaggerModel">
    <xs:sequence>
      <xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="properties" nillable="true" xmlns:q22="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q22:ArrayOfKeyValueOfstringModelPropertyEdXdwojR" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SwaggerModel" nillable="true" type="tns:SwaggerModel" />
  <xs:complexType name="ModelProperty">
    <xs:sequence>
      <xs:element minOccurs="0" name="allowableValues" nillable="true" type="tns:ParameterAllowableValues" />
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="items" nillable="true" xmlns:q23="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q23:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="required" type="xs:boolean" />
      <xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ModelProperty" nillable="true" type="tns:ModelProperty" />
  <xs:complexType name="Resources">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Resources" nillable="true" type="tns:Resources" />
  <xs:complexType name="ResourcesResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiVersion" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="apis" nillable="true" type="tns:ArrayOfRestService" />
      <xs:element minOccurs="0" name="basePath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="swaggerVersion" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourcesResponse" nillable="true" type="tns:ResourcesResponse" />
  <xs:complexType name="ArrayOfRestService">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="RestService" nillable="true" type="tns:RestService" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRestService" nillable="true" type="tns:ArrayOfRestService" />
  <xs:complexType name="RestService">
    <xs:sequence>
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RestService" nillable="true" type="tns:RestService" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.servicestack.net/types" />
  <xs:complexType name="ArrayOfstring">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
  <xs:complexType name="ArrayOfKeyValueOfstringSwaggerModelEdXdwojR">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringSwaggerModelEdXdwojR">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" xmlns:q1="http://schemas.servicestack.net/types" type="q1:SwaggerModel" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringSwaggerModelEdXdwojR" nillable="true" type="tns:ArrayOfKeyValueOfstringSwaggerModelEdXdwojR" />
  <xs:complexType name="ArrayOfKeyValueOfstringModelPropertyEdXdwojR">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringModelPropertyEdXdwojR">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" xmlns:q2="http://schemas.servicestack.net/types" type="q2:ModelProperty" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringModelPropertyEdXdwojR" nillable="true" type="tns:ArrayOfKeyValueOfstringModelPropertyEdXdwojR" />
  <xs:complexType name="ArrayOfKeyValueOfstringstring">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Service.Engine.Models" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Service.Engine.Models" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="Options">
    <xs:sequence>
      <xs:element minOccurs="0" name="Rules" nillable="true" type="tns:ArrayOfRule" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Options" nillable="true" type="tns:Options" />
  <xs:complexType name="ArrayOfRule">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Rule" nillable="true" type="tns:Rule" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRule" nillable="true" type="tns:ArrayOfRule" />
  <xs:complexType name="Rule">
    <xs:sequence>
      <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Rule" nillable="true" type="tns:Rule" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="CalculateVita2In">
        <wsdl:part name="parameters" element="tns:CalculateVita2" />
    </wsdl:message>
    <wsdl:message name="CalculateVita2Out">
        <wsdl:part name="parameters" element="tns:CalculateVita2Response" />
    </wsdl:message><wsdl:message name="CalculateBUIn">
        <wsdl:part name="parameters" element="tns:CalculateBU" />
    </wsdl:message>
    <wsdl:message name="CalculateBUOut">
        <wsdl:part name="parameters" element="tns:CalculateBUResponse" />
    </wsdl:message><wsdl:message name="CalculateMRIn">
        <wsdl:part name="parameters" element="tns:CalculateMR" />
    </wsdl:message>
    <wsdl:message name="CalculateMROut">
        <wsdl:part name="parameters" element="tns:CalculateMRResponse" />
    </wsdl:message><wsdl:message name="CalculateRLVIn">
        <wsdl:part name="parameters" element="tns:CalculateRLV" />
    </wsdl:message>
    <wsdl:message name="CalculateRLVOut">
        <wsdl:part name="parameters" element="tns:CalculateRLVResponse" />
    </wsdl:message><wsdl:message name="CalculateIn">
        <wsdl:part name="parameters" element="tns:Calculate" />
    </wsdl:message>
    <wsdl:message name="CalculateOut">
        <wsdl:part name="parameters" element="tns:CalculateResponse" />
    </wsdl:message><wsdl:message name="CalculateDDIn">
        <wsdl:part name="parameters" element="tns:CalculateDD" />
    </wsdl:message>
    <wsdl:message name="CalculateDDOut">
        <wsdl:part name="parameters" element="tns:CalculateDDResponse" />
    </wsdl:message><wsdl:message name="ConfigFileIn">
        <wsdl:part name="parameters" element="tns:ConfigFile" />
    </wsdl:message>
    <wsdl:message name="ConfigFileOut">
        <wsdl:part name="parameters" element="tns:ConfigFileResponse" />
    </wsdl:message><wsdl:message name="RentAgeIn">
        <wsdl:part name="parameters" element="tns:RentAge" />
    </wsdl:message>
    <wsdl:message name="RentAgeOut">
        <wsdl:part name="parameters" element="tns:RentAgeResponse" />
    </wsdl:message><wsdl:message name="DocumentsIn">
        <wsdl:part name="parameters" element="tns:Documents" />
    </wsdl:message>
    <wsdl:message name="DocumentsOut">
        <wsdl:part name="parameters" element="tns:DocumentsResponse" />
    </wsdl:message><wsdl:message name="EchoIn">
        <wsdl:part name="parameters" element="tns:Echo" />
    </wsdl:message>
    <wsdl:message name="EchoOut">
        <wsdl:part name="parameters" element="tns:EchoResponse" />
    </wsdl:message><wsdl:message name="FundsIn">
        <wsdl:part name="parameters" element="tns:Funds" />
    </wsdl:message>
    <wsdl:message name="FundsOut">
        <wsdl:part name="parameters" element="tns:FundsResponse" />
    </wsdl:message><wsdl:message name="JobsIn">
        <wsdl:part name="parameters" element="tns:Jobs" />
    </wsdl:message>
    <wsdl:message name="JobsOut">
        <wsdl:part name="parameters" element="tns:JobsResponse" />
    </wsdl:message><wsdl:message name="JobStatesIn">
        <wsdl:part name="parameters" element="tns:JobStates" />
    </wsdl:message>
    <wsdl:message name="JobStatesOut">
        <wsdl:part name="parameters" element="tns:JobStatesResponse" />
    </wsdl:message><wsdl:message name="LoadDocumentIn">
        <wsdl:part name="parameters" element="tns:LoadDocument" />
    </wsdl:message>
    <wsdl:message name="LoadDocumentOut">
        <wsdl:part name="parameters" element="tns:LoadDocumentResponse" />
    </wsdl:message><wsdl:message name="MyProductsIn">
        <wsdl:part name="parameters" element="tns:MyProducts" />
    </wsdl:message>
    <wsdl:message name="MyProductsOut">
        <wsdl:part name="parameters" element="tns:MyProductsResponse" />
    </wsdl:message>

	<wsdl:message name="OfferDocsIn">
        <wsdl:part name="parameters" element="tns:OfferDocs" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply">
	<wsdl:operation name="CalculateVita2">
        <wsdl:input message="svc:CalculateVita2In" />
        <wsdl:output message="svc:CalculateVita2Out" />
    </wsdl:operation><wsdl:operation name="CalculateBU">
        <wsdl:input message="svc:CalculateBUIn" />
        <wsdl:output message="svc:CalculateBUOut" />
    </wsdl:operation><wsdl:operation name="CalculateMR">
        <wsdl:input message="svc:CalculateMRIn" />
        <wsdl:output message="svc:CalculateMROut" />
    </wsdl:operation><wsdl:operation name="CalculateRLV">
        <wsdl:input message="svc:CalculateRLVIn" />
        <wsdl:output message="svc:CalculateRLVOut" />
    </wsdl:operation><wsdl:operation name="Calculate">
        <wsdl:input message="svc:CalculateIn" />
        <wsdl:output message="svc:CalculateOut" />
    </wsdl:operation><wsdl:operation name="CalculateDD">
        <wsdl:input message="svc:CalculateDDIn" />
        <wsdl:output message="svc:CalculateDDOut" />
    </wsdl:operation><wsdl:operation name="ConfigFile">
        <wsdl:input message="svc:ConfigFileIn" />
        <wsdl:output message="svc:ConfigFileOut" />
    </wsdl:operation><wsdl:operation name="RentAge">
        <wsdl:input message="svc:RentAgeIn" />
        <wsdl:output message="svc:RentAgeOut" />
    </wsdl:operation><wsdl:operation name="Documents">
        <wsdl:input message="svc:DocumentsIn" />
        <wsdl:output message="svc:DocumentsOut" />
    </wsdl:operation><wsdl:operation name="Echo">
        <wsdl:input message="svc:EchoIn" />
        <wsdl:output message="svc:EchoOut" />
    </wsdl:operation><wsdl:operation name="Funds">
        <wsdl:input message="svc:FundsIn" />
        <wsdl:output message="svc:FundsOut" />
    </wsdl:operation><wsdl:operation name="Jobs">
        <wsdl:input message="svc:JobsIn" />
        <wsdl:output message="svc:JobsOut" />
    </wsdl:operation><wsdl:operation name="JobStates">
        <wsdl:input message="svc:JobStatesIn" />
        <wsdl:output message="svc:JobStatesOut" />
    </wsdl:operation><wsdl:operation name="LoadDocument">
        <wsdl:input message="svc:LoadDocumentIn" />
        <wsdl:output message="svc:LoadDocumentOut" />
    </wsdl:operation><wsdl:operation name="MyProducts">
        <wsdl:input message="svc:MyProductsIn" />
        <wsdl:output message="svc:MyProductsOut" />
    </wsdl:operation>
	</wsdl:portType>

	<wsdl:portType name="IOneWay">
	<wsdl:operation name="OfferDocs">
        <wsdl:input message="svc:OfferDocsIn" />
    </wsdl:operation>
	</wsdl:portType>

	<wsdl:binding name="BasicHttpBinding_ISyncReply" type="svc:ISyncReply">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="CalculateVita2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CalculateVita2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="CalculateBU">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CalculateBU" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="CalculateMR">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CalculateMR" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="CalculateRLV">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CalculateRLV" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Calculate">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Calculate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="CalculateDD">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CalculateDD" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="ConfigFile">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ConfigFile" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RentAge">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RentAge" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Documents">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Documents" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Echo">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Echo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Funds">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Funds" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Jobs">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Jobs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="JobStates">
      <soap:operation soapAction="http://schemas.servicestack.net/types/JobStates" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="LoadDocument">
      <soap:operation soapAction="http://schemas.servicestack.net/types/LoadDocument" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="MyProducts">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MyProducts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
	</wsdl:binding>
        
	<wsdl:binding name="BasicHttpBinding_IOneWay" type="svc:IOneWay">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="OfferDocs">
      <soap:operation soapAction="http://schemas.servicestack.net/types/OfferDocs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="SyncReply">
		<wsdl:port name="BasicHttpBinding_ISyncReply" binding="svc:BasicHttpBinding_ISyncReply">
			<soap:address location="https://test-services.prismalife.com/api/soap11" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="BasicHttpBinding_IOneWay" binding="svc:BasicHttpBinding_IOneWay">
			<soap:address location="https://test-services.prismalife.com/api/soap11" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>