PUT | /members |
---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
public static class Member extends Member
{
public String id = null;
public String email = null;
public String employeeGuidString = null;
public Boolean ignoreGender = null;
public String getId() { return id; }
public Member setId(String value) { this.id = value; return this; }
public String getEmail() { return email; }
public Member setEmail(String value) { this.email = value; return this; }
public String getEmployeeGuidString() { return employeeGuidString; }
public Member setEmployeeGuidString(String value) { this.employeeGuidString = value; return this; }
public Boolean isIgnoreGender() { return ignoreGender; }
public Member setIgnoreGender(Boolean value) { this.ignoreGender = value; return this; }
}
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /members HTTP/1.1
Host: hcbtas-q-albamfs-api.azurewebsites.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<Member xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlbaApi.Model">
<Id i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Base" />
<Annuities xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:Annuity>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:AgeRating>0</d2p1:AgeRating>
<d2p1:AmountSpent>0</d2p1:AmountSpent>
<d2p1:Custom xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>String</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</d2p1:Custom>
<d2p1:DRStochastic>String</d2p1:DRStochastic>
<d2p1:DeferralPeriod>0</d2p1:DeferralPeriod>
<d2p1:Expense>0</d2p1:Expense>
<d2p1:Gender>Female</d2p1:Gender>
<d2p1:Guarantee>0</d2p1:Guarantee>
<d2p1:ImpliedInflationStochasticSeries>String</d2p1:ImpliedInflationStochasticSeries>
<d2p1:ImprFactorTableName>String</d2p1:ImprFactorTableName>
<d2p1:ImprFactorTableNamePartner>String</d2p1:ImprFactorTableNamePartner>
<d2p1:IncomePurchased>0</d2p1:IncomePurchased>
<d2p1:IndexationName>String</d2p1:IndexationName>
<d2p1:Owner>Primary</d2p1:Owner>
<d2p1:OwnerAge>0</d2p1:OwnerAge>
<d2p1:PaymentTerm>0</d2p1:PaymentTerm>
<d2p1:PercBalanceSpent>0</d2p1:PercBalanceSpent>
<d2p1:Price>0</d2p1:Price>
<d2p1:PriceType>Calc</d2p1:PriceType>
<d2p1:PurchaseAge>0</d2p1:PurchaseAge>
<d2p1:PurchaseType>Perc</d2p1:PurchaseType>
<d2p1:Reversion>0</d2p1:Reversion>
<d2p1:ScaleImpr>0</d2p1:ScaleImpr>
<d2p1:ScaleImprPartner>0</d2p1:ScaleImprPartner>
<d2p1:ScaleQx>0</d2p1:ScaleQx>
<d2p1:ScaleQxPartner>0</d2p1:ScaleQxPartner>
<d2p1:SpouseAge>0</d2p1:SpouseAge>
<d2p1:SpouseAgeAtPurchase>0</d2p1:SpouseAgeAtPurchase>
<d2p1:SpouseAgeRating>0</d2p1:SpouseAgeRating>
<d2p1:TableName>String</d2p1:TableName>
<d2p1:TableNamePartner>String</d2p1:TableNamePartner>
<d2p1:TargetTpx>0</d2p1:TargetTpx>
<d2p1:Timing>0</d2p1:Timing>
<d2p1:Type>Deferred</d2p1:Type>
</d2p1:Annuity>
</Annuities>
<AnnuityDisc xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:RateSpec>
<d2p1:FromAge>0</d2p1:FromAge>
<d2p1:Name>String</d2p1:Name>
<d2p1:Rate>0</d2p1:Rate>
</d2p1:RateSpec>
</AnnuityDisc>
<AnnuityDiscRates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>
<d2p1:double>0</d2p1:double>
</d2p1:Value>
</d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1>
</AnnuityDiscRates>
<AppName xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</AppName>
<AppNameUpper xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</AppNameUpper>
<AsAt xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0001-01-01T00:00:00</AsAt>
<Assets xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:Asset>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:Alloc>
<d2p1:ProductAllocation>
<d2p1:CurrentAssetClassAlloc xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringdouble>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>0</d6p1:Value>
</d6p1:KeyValueOfstringdouble>
</d2p1:CurrentAssetClassAlloc>
<d2p1:FromAge>0</d2p1:FromAge>
<d2p1:FutureAssetClassAlloc xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringdouble>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>0</d6p1:Value>
</d6p1:KeyValueOfstringdouble>
</d2p1:FutureAssetClassAlloc>
<d2p1:Name>String</d2p1:Name>
<d2p1:OptAlloc>
<d2p1:Current xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:KeyValueOfstringdouble>
<d7p1:Key>String</d7p1:Key>
<d7p1:Value>0</d7p1:Value>
</d7p1:KeyValueOfstringdouble>
</d2p1:Current>
<d2p1:Future xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:KeyValueOfstringdouble>
<d7p1:Key>String</d7p1:Key>
<d7p1:Value>0</d7p1:Value>
</d7p1:KeyValueOfstringdouble>
</d2p1:Future>
</d2p1:OptAlloc>
</d2p1:ProductAllocation>
</d2p1:Alloc>
<d2p1:AllocKeys xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</d2p1:AllocKeys>
<d2p1:AssetIndex>0</d2p1:AssetIndex>
<d2p1:AssetType>FinAsset</d2p1:AssetType>
<d2p1:Ccy>String</d2p1:Ccy>
<d2p1:Change>0</d2p1:Change>
<d2p1:Code>String</d2p1:Code>
<d2p1:ContTaxRate>0</d2p1:ContTaxRate>
<d2p1:Contributions xmlns:d4p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core.Contributions">
<d4p1:Contribution>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d4p1:Amount>0</d4p1:Amount>
<d4p1:Ccy>String</d4p1:Ccy>
<d4p1:Code>String</d4p1:Code>
<d4p1:ContTable>String</d4p1:ContTable>
<d4p1:CoreRate>0</d4p1:CoreRate>
<d4p1:Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d4p1:Custom>
<d4p1:EmployerFlag>false</d4p1:EmployerFlag>
<d4p1:Freq>0</d4p1:Freq>
<d4p1:FromAge>0</d4p1:FromAge>
<d4p1:Index>0</d4p1:Index>
<d4p1:IsAlwaysOneOff>false</d4p1:IsAlwaysOneOff>
<d4p1:IsEmployeeCont>false</d4p1:IsEmployeeCont>
<d4p1:IsFromSalary>false</d4p1:IsFromSalary>
<d4p1:IsTaxable>false</d4p1:IsTaxable>
<d4p1:LinkedContIndex>0</d4p1:LinkedContIndex>
<d4p1:MemberRateLookup xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfintdouble>
<d6p1:Key>0</d6p1:Key>
<d6p1:Value>0</d6p1:Value>
</d6p1:KeyValueOfintdouble>
</d4p1:MemberRateLookup>
<d4p1:Name>String</d4p1:Name>
<d4p1:Rate>0</d4p1:Rate>
<d4p1:Salary>0</d4p1:Salary>
<d4p1:SourceRate>String</d4p1:SourceRate>
<d4p1:ToAge>0</d4p1:ToAge>
<d4p1:Type>Fixed</d4p1:Type>
</d4p1:Contribution>
</d2p1:Contributions>
<d2p1:Custom xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>String</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</d2p1:Custom>
<d2p1:FeeCapArrangements>
<d2p1:FeeCapArrangement>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d2p1:Custom>
<d2p1:FeesIncluded xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:int>0</d6p1:int>
</d2p1:FeesIncluded>
<d2p1:FromTime>0</d2p1:FromTime>
<d2p1:IndexationRateSeries>0</d2p1:IndexationRateSeries>
<d2p1:Name>String</d2p1:Name>
<d2p1:Rate>0</d2p1:Rate>
<d2p1:ToTime>0</d2p1:ToTime>
</d2p1:FeeCapArrangement>
</d2p1:FeeCapArrangements>
<d2p1:Fees>
<d2p1:Fee>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:Ccy>String</d2p1:Ccy>
<d2p1:Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d2p1:Custom>
<d2p1:Freq>0</d2p1:Freq>
<d2p1:FromAge>0</d2p1:FromAge>
<d2p1:IsTaxable>false</d2p1:IsTaxable>
<d2p1:Name>String</d2p1:Name>
<d2p1:Rate>0</d2p1:Rate>
<d2p1:ToAge>0</d2p1:ToAge>
</d2p1:Fee>
</d2p1:Fees>
<d2p1:FutureAllocations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:ArrayOfArrayOfKeyValueOfstringdouble>
<d4p1:ArrayOfKeyValueOfstringdouble>
<d4p1:KeyValueOfstringdouble>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>0</d4p1:Value>
</d4p1:KeyValueOfstringdouble>
</d4p1:ArrayOfKeyValueOfstringdouble>
</d4p1:ArrayOfArrayOfKeyValueOfstringdouble>
</d2p1:FutureAllocations>
<d2p1:MaxRule>NoMaximum</d2p1:MaxRule>
<d2p1:MinRule>NoMinimum</d2p1:MinRule>
<d2p1:Name>String</d2p1:Name>
<d2p1:Owner>Primary</d2p1:Owner>
<d2p1:RatesSource>DB</d2p1:RatesSource>
<d2p1:Rebalance>false</d2p1:Rebalance>
<d2p1:RetLumpSum>false</d2p1:RetLumpSum>
<d2p1:ReturnRates xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringReturnRatesnS1zg5F4>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>
<d2p1:EarningRates>
<d4p1:double>0</d4p1:double>
</d2p1:EarningRates>
<d2p1:TaxRates>
<d4p1:double>0</d4p1:double>
</d2p1:TaxRates>
</d4p1:Value>
</d4p1:KeyValueOfstringReturnRatesnS1zg5F4>
</d2p1:ReturnRates>
<d2p1:Returns xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringArrayOfReturnRateSpecnS1zg5F4>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>
<d2p1:ReturnRateSpec>
<d2p1:EarningRate>0</d2p1:EarningRate>
<d2p1:FromAge>0</d2p1:FromAge>
<d2p1:Name>String</d2p1:Name>
<d2p1:TaxRate>0</d2p1:TaxRate>
</d2p1:ReturnRateSpec>
</d4p1:Value>
</d4p1:KeyValueOfstringArrayOfReturnRateSpecnS1zg5F4>
</d2p1:Returns>
<d2p1:SSTreatment>Exempt</d2p1:SSTreatment>
<d2p1:SpendOnAnnuity>false</d2p1:SpendOnAnnuity>
<d2p1:TotalContributions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:ArrayOfdouble>
<d4p1:double>0</d4p1:double>
</d4p1:ArrayOfdouble>
</d2p1:TotalContributions>
<d2p1:TotalContsFreq>1</d2p1:TotalContsFreq>
<d2p1:TransferAge>0</d2p1:TransferAge>
<d2p1:TransferTo>0</d2p1:TransferTo>
<d2p1:Type>FinAsset</d2p1:Type>
<d2p1:UsePreCalculatedContributions>false</d2p1:UsePreCalculatedContributions>
<d2p1:Value>0</d2p1:Value>
<d2p1:WillSpend>false</d2p1:WillSpend>
</d2p1:Asset>
</Assets>
<CalcDate xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0001-01-01T00:00:00</CalcDate>
<Category xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Category>
<Ccy xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Ccy>
<Cdy xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Cdy>
<ClientCode xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</ClientCode>
<ClientId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</ClientId>
<Config xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Assumptions" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:ClientCode>String</d2p1:ClientCode>
<d2p1:Country>String</d2p1:Country>
<d2p1:DataSet>String</d2p1:DataSet>
<d2p1:DeterministicSim>0</d2p1:DeterministicSim>
<d2p1:DiscRatesSource>DB</d2p1:DiscRatesSource>
<d2p1:IncludeAllAssetsProjectionResults>false</d2p1:IncludeAllAssetsProjectionResults>
<d2p1:IncludeAllContributionProjectionResult>false</d2p1:IncludeAllContributionProjectionResult>
<d2p1:IncludeAllSpendingResult>false</d2p1:IncludeAllSpendingResult>
<d2p1:IncludeAllSummaryProjectionResult>false</d2p1:IncludeAllSummaryProjectionResult>
<d2p1:IncludeBalArray>false</d2p1:IncludeBalArray>
<d2p1:IncludeFirstProjectionInStochasticResult>false</d2p1:IncludeFirstProjectionInStochasticResult>
<d2p1:IncludePreCalculatedContributionsInResponse>false</d2p1:IncludePreCalculatedContributionsInResponse>
<d2p1:IncludeProjectionInStochasticResult>false</d2p1:IncludeProjectionInStochasticResult>
<d2p1:IncludedProjections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>String</d3p1:string>
</d2p1:IncludedProjections>
<d2p1:IndexationRatesSource>DB</d2p1:IndexationRatesSource>
<d2p1:IsStochastic>false</d2p1:IsStochastic>
<d2p1:ReturnRatesSource>DB</d2p1:ReturnRatesSource>
<d2p1:SimCount>0</d2p1:SimCount>
<d2p1:SimsToIncludeDetails xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>0</d3p1:int>
</d2p1:SimsToIncludeDetails>
<d2p1:SolveTarget>NA</d2p1:SolveTarget>
<d2p1:SolveTolerance>0</d2p1:SolveTolerance>
<d2p1:StochProjServiceLoc>WebServer</d2p1:StochProjServiceLoc>
<d2p1:StochProjSvcCallType>Sync</d2p1:StochProjSvcCallType>
<d2p1:StochasticLoopType>Parallel</d2p1:StochasticLoopType>
</Config>
<Country xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Country>
<CountryCalcConfig xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members" />
<Custom xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Custom>
<Employer xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<Code>String</Code>
<Config />
<Id>String</Id>
<Logo>String</Logo>
<Name>String</Name>
</Employer>
<FinancingOption xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</FinancingOption>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</GroupId>
<GroupNameUpper xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</GroupNameUpper>
<HasPartner xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</HasPartner>
<HomeOwner xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</HomeOwner>
<IncludeAnnuities xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IncludeAnnuities>
<IncludePartner xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IncludePartner>
<IncludeSS xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IncludeSS>
<IncomeVectors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>
<d2p1:double>0</d2p1:double>
</d2p1:Value>
</d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1>
</IncomeVectors>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</IndexTypePre>
<Indexation xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:RateSpec>
<d2p1:FromAge>0</d2p1:FromAge>
<d2p1:Name>String</d2p1:Name>
<d2p1:Rate>0</d2p1:Rate>
</d2p1:RateSpec>
</Indexation>
<IndexationRates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>
<d2p1:double>0</d2p1:double>
</d2p1:Value>
</d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1>
</IndexationRates>
<InvestmentProperties xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:InvestmentProperty>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:Downsize>0</d2p1:Downsize>
<d2p1:DownsizeAge>0</d2p1:DownsizeAge>
<d2p1:DownsizeToAsset>0</d2p1:DownsizeToAsset>
<d2p1:Expense>0</d2p1:Expense>
<d2p1:Owner>Primary</d2p1:Owner>
<d2p1:Rates>0</d2p1:Rates>
<d2p1:RentYield>0</d2p1:RentYield>
<d2p1:Value>0</d2p1:Value>
</d2p1:InvestmentProperty>
</InvestmentProperties>
<IsReturningUser xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IsReturningUser>
<Key xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Key>
<KeyUpper xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</KeyUpper>
<LastModified xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0001-01-01T00:00:00</LastModified>
<Locale xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Locale>
<People xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<Person>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<AgeR>0</AgeR>
<AgeRMonths>0</AgeRMonths>
<CareerChanges>
<Breaks>
<CareerBreak>
<FromAge>0</FromAge>
<ToAge>0</ToAge>
<WorkingRate>0</WorkingRate>
</CareerBreak>
</Breaks>
<CareerBreakSeries xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:double>0</d5p1:double>
</CareerBreakSeries>
<WillTake>false</WillTake>
</CareerChanges>
<Custom xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>String</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</Custom>
<Dob>0001-01-01T00:00:00</Dob>
<Email>String</Email>
<FirstName>String</FirstName>
<Gender>Female</Gender>
<HasOtherIncome>false</HasOtherIncome>
<IsAgeInput>false</IsAgeInput>
<LastName>String</LastName>
<NonTaxableDeductions>0</NonTaxableDeductions>
<OtherIncome>
<IncomeStream>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<Amount>0</Amount>
<Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</Custom>
<FromAge>0</FromAge>
<IsTaxable>false</IsTaxable>
<IsVector>false</IsVector>
<Name>String</Name>
<ToAge>0</ToAge>
<Type>Pension</Type>
<Vector xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:double>0</d6p1:double>
</Vector>
</IncomeStream>
</OtherIncome>
<PrivateHealthInsurance>false</PrivateHealthInsurance>
<Salaries xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringSalarynS1zg5F4>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core">
<d6p1:Amount>0</d6p1:Amount>
<d6p1:Ccy>String</d6p1:Ccy>
<d6p1:Freq>0</d6p1:Freq>
<d6p1:IndexType>String</d6p1:IndexType>
<d6p1:SalaryChanges>
<d6p1:SalaryChange>
<d6p1:Amount>0</d6p1:Amount>
<d6p1:FromAge>0</d6p1:FromAge>
</d6p1:SalaryChange>
</d6p1:SalaryChanges>
<d6p1:Type>String</d6p1:Type>
</d4p1:Value>
</d4p1:KeyValueOfstringSalarynS1zg5F4>
</Salaries>
<Salary>0</Salary>
<SalaryChangeSeries xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:double>0</d4p1:double>
</SalaryChangeSeries>
<SalaryFreq>0</SalaryFreq>
<SalaryKey>String</SalaryKey>
<ServiceDate>0001-01-01T00:00:00</ServiceDate>
<SocialSecurity xmlns:d4p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core">
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d4p1:Dob>0001-01-01T00:00:00</d4p1:Dob>
<d4p1:HomeOwner>false</d4p1:HomeOwner>
<d4p1:IncludeSS>false</d4p1:IncludeSS>
<d4p1:IsMarried>false</d4p1:IsMarried>
<d4p1:NumPeople>0</d4p1:NumPeople>
<d4p1:Owner>Primary</d4p1:Owner>
<d4p1:PersonalAssets>0</d4p1:PersonalAssets>
</SocialSecurity>
<TaxableDeductions>0</TaxableDeductions>
<Type>Primary</Type>
</Person>
</People>
<PersonalAssets xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</PersonalAssets>
<PlanSomeValue xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</PlanSomeValue>
<PrimarySalary xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</PrimarySalary>
<ResultsSummary xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
</ResultsSummary>
<Roles xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">None</Roles>
<Scheme xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Scheme>
<SchemeCode xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</SchemeCode>
<SessionId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</SessionId>
<Spending xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:AgeRLate>0</d2p1:AgeRLate>
<d2p1:Custom xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Custom>
<d2p1:Goals>
<d2p1:SpendingGoal>
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:Custom xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Custom>
<d2p1:ExcludeFromProjection>false</d2p1:ExcludeFromProjection>
<d2p1:Freq>0</d2p1:Freq>
<d2p1:FromAge>0</d2p1:FromAge>
<d2p1:Name>String</d2p1:Name>
<d2p1:SelectedPersonalised>String</d2p1:SelectedPersonalised>
<d2p1:Tag>String</d2p1:Tag>
<d2p1:ToAge>0</d2p1:ToAge>
</d2p1:SpendingGoal>
</d2p1:Goals>
<d2p1:LumpSumAmount>0</d2p1:LumpSumAmount>
<d2p1:LumpSumRate>0</d2p1:LumpSumRate>
<d2p1:LumpSumType>Perc</d2p1:LumpSumType>
<d2p1:Selected>String</d2p1:Selected>
<d2p1:SelectedLate>String</d2p1:SelectedLate>
<d2p1:WillChangeLate>false</d2p1:WillChangeLate>
</Spending>
<Status xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Status>
<StatusCode xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</StatusCode>
<Summary xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members.Summary" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<d2p1:Age>0</d2p1:Age>
<d2p1:Balance>0</d2p1:Balance>
<d2p1:Contributions>
<d2p1:ContributionSummary>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:AssetCode>String</d2p1:AssetCode>
<d2p1:AssetName>String</d2p1:AssetName>
<d2p1:Code>String</d2p1:Code>
<d2p1:Freq>0</d2p1:Freq>
<d2p1:IsEmployeeCont>false</d2p1:IsEmployeeCont>
<d2p1:Name>String</d2p1:Name>
<d2p1:Rate>0</d2p1:Rate>
</d2p1:ContributionSummary>
</d2p1:Contributions>
<d2p1:InvOption>String</d2p1:InvOption>
<d2p1:Salary>0</d2p1:Salary>
</Summary>
<SystemId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</SystemId>
<TargetAge xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetAge>
<TargetIncomeR xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetIncomeR>
<TargetIncomeRFreq xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetIncomeRFreq>
<TargetP xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetP>
<TotalContribution xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">
<Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age>
<DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType>
<IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType>
<IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost>
<IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre>
</TotalContribution>
<UserId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</UserId>
<Email>String</Email>
<EmployeeGuidString>String</EmployeeGuidString>
<Id>String</Id>
<IgnoreGender>false</IgnoreGender>
</Member>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <Member xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlbaApi.Model"> <Id i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Base" /> <Annuities xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:Annuity> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:AgeRating>0</d2p1:AgeRating> <d2p1:AmountSpent>0</d2p1:AmountSpent> <d2p1:Custom xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>String</d4p1:Key> <d4p1:Value>String</d4p1:Value> </d4p1:KeyValueOfstringstring> </d2p1:Custom> <d2p1:DRStochastic>String</d2p1:DRStochastic> <d2p1:DeferralPeriod>0</d2p1:DeferralPeriod> <d2p1:Expense>0</d2p1:Expense> <d2p1:Gender>Female</d2p1:Gender> <d2p1:Guarantee>0</d2p1:Guarantee> <d2p1:ImpliedInflationStochasticSeries>String</d2p1:ImpliedInflationStochasticSeries> <d2p1:ImprFactorTableName>String</d2p1:ImprFactorTableName> <d2p1:ImprFactorTableNamePartner>String</d2p1:ImprFactorTableNamePartner> <d2p1:IncomePurchased>0</d2p1:IncomePurchased> <d2p1:IndexationName>String</d2p1:IndexationName> <d2p1:Owner>Primary</d2p1:Owner> <d2p1:OwnerAge>0</d2p1:OwnerAge> <d2p1:PaymentTerm>0</d2p1:PaymentTerm> <d2p1:PercBalanceSpent>0</d2p1:PercBalanceSpent> <d2p1:Price>0</d2p1:Price> <d2p1:PriceType>Calc</d2p1:PriceType> <d2p1:PurchaseAge>0</d2p1:PurchaseAge> <d2p1:PurchaseType>Perc</d2p1:PurchaseType> <d2p1:Reversion>0</d2p1:Reversion> <d2p1:ScaleImpr>0</d2p1:ScaleImpr> <d2p1:ScaleImprPartner>0</d2p1:ScaleImprPartner> <d2p1:ScaleQx>0</d2p1:ScaleQx> <d2p1:ScaleQxPartner>0</d2p1:ScaleQxPartner> <d2p1:SpouseAge>0</d2p1:SpouseAge> <d2p1:SpouseAgeAtPurchase>0</d2p1:SpouseAgeAtPurchase> <d2p1:SpouseAgeRating>0</d2p1:SpouseAgeRating> <d2p1:TableName>String</d2p1:TableName> <d2p1:TableNamePartner>String</d2p1:TableNamePartner> <d2p1:TargetTpx>0</d2p1:TargetTpx> <d2p1:Timing>0</d2p1:Timing> <d2p1:Type>Deferred</d2p1:Type> </d2p1:Annuity> </Annuities> <AnnuityDisc xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:RateSpec> <d2p1:FromAge>0</d2p1:FromAge> <d2p1:Name>String</d2p1:Name> <d2p1:Rate>0</d2p1:Rate> </d2p1:RateSpec> </AnnuityDisc> <AnnuityDiscRates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1> <d2p1:Key>String</d2p1:Key> <d2p1:Value> <d2p1:double>0</d2p1:double> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1> </AnnuityDiscRates> <AppName xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</AppName> <AppNameUpper xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</AppNameUpper> <AsAt xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0001-01-01T00:00:00</AsAt> <Assets xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:Asset> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:Alloc> <d2p1:ProductAllocation> <d2p1:CurrentAssetClassAlloc xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringdouble> <d6p1:Key>String</d6p1:Key> <d6p1:Value>0</d6p1:Value> </d6p1:KeyValueOfstringdouble> </d2p1:CurrentAssetClassAlloc> <d2p1:FromAge>0</d2p1:FromAge> <d2p1:FutureAssetClassAlloc xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringdouble> <d6p1:Key>String</d6p1:Key> <d6p1:Value>0</d6p1:Value> </d6p1:KeyValueOfstringdouble> </d2p1:FutureAssetClassAlloc> <d2p1:Name>String</d2p1:Name> <d2p1:OptAlloc> <d2p1:Current xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:KeyValueOfstringdouble> <d7p1:Key>String</d7p1:Key> <d7p1:Value>0</d7p1:Value> </d7p1:KeyValueOfstringdouble> </d2p1:Current> <d2p1:Future xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:KeyValueOfstringdouble> <d7p1:Key>String</d7p1:Key> <d7p1:Value>0</d7p1:Value> </d7p1:KeyValueOfstringdouble> </d2p1:Future> </d2p1:OptAlloc> </d2p1:ProductAllocation> </d2p1:Alloc> <d2p1:AllocKeys xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>String</d4p1:string> </d2p1:AllocKeys> <d2p1:AssetIndex>0</d2p1:AssetIndex> <d2p1:AssetType>FinAsset</d2p1:AssetType> <d2p1:Ccy>String</d2p1:Ccy> <d2p1:Change>0</d2p1:Change> <d2p1:Code>String</d2p1:Code> <d2p1:ContTaxRate>0</d2p1:ContTaxRate> <d2p1:Contributions xmlns:d4p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core.Contributions"> <d4p1:Contribution> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d4p1:Amount>0</d4p1:Amount> <d4p1:Ccy>String</d4p1:Ccy> <d4p1:Code>String</d4p1:Code> <d4p1:ContTable>String</d4p1:ContTable> <d4p1:CoreRate>0</d4p1:CoreRate> <d4p1:Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>String</d6p1:Key> <d6p1:Value>String</d6p1:Value> </d6p1:KeyValueOfstringstring> </d4p1:Custom> <d4p1:EmployerFlag>false</d4p1:EmployerFlag> <d4p1:Freq>0</d4p1:Freq> <d4p1:FromAge>0</d4p1:FromAge> <d4p1:Index>0</d4p1:Index> <d4p1:IsAlwaysOneOff>false</d4p1:IsAlwaysOneOff> <d4p1:IsEmployeeCont>false</d4p1:IsEmployeeCont> <d4p1:IsFromSalary>false</d4p1:IsFromSalary> <d4p1:IsTaxable>false</d4p1:IsTaxable> <d4p1:LinkedContIndex>0</d4p1:LinkedContIndex> <d4p1:MemberRateLookup xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfintdouble> <d6p1:Key>0</d6p1:Key> <d6p1:Value>0</d6p1:Value> </d6p1:KeyValueOfintdouble> </d4p1:MemberRateLookup> <d4p1:Name>String</d4p1:Name> <d4p1:Rate>0</d4p1:Rate> <d4p1:Salary>0</d4p1:Salary> <d4p1:SourceRate>String</d4p1:SourceRate> <d4p1:ToAge>0</d4p1:ToAge> <d4p1:Type>Fixed</d4p1:Type> </d4p1:Contribution> </d2p1:Contributions> <d2p1:Custom xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>String</d4p1:Key> <d4p1:Value>String</d4p1:Value> </d4p1:KeyValueOfstringstring> </d2p1:Custom> <d2p1:FeeCapArrangements> <d2p1:FeeCapArrangement> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:Amount>0</d2p1:Amount> <d2p1:Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>String</d6p1:Key> <d6p1:Value>String</d6p1:Value> </d6p1:KeyValueOfstringstring> </d2p1:Custom> <d2p1:FeesIncluded xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>0</d6p1:int> </d2p1:FeesIncluded> <d2p1:FromTime>0</d2p1:FromTime> <d2p1:IndexationRateSeries>0</d2p1:IndexationRateSeries> <d2p1:Name>String</d2p1:Name> <d2p1:Rate>0</d2p1:Rate> <d2p1:ToTime>0</d2p1:ToTime> </d2p1:FeeCapArrangement> </d2p1:FeeCapArrangements> <d2p1:Fees> <d2p1:Fee> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:Amount>0</d2p1:Amount> <d2p1:Ccy>String</d2p1:Ccy> <d2p1:Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>String</d6p1:Key> <d6p1:Value>String</d6p1:Value> </d6p1:KeyValueOfstringstring> </d2p1:Custom> <d2p1:Freq>0</d2p1:Freq> <d2p1:FromAge>0</d2p1:FromAge> <d2p1:IsTaxable>false</d2p1:IsTaxable> <d2p1:Name>String</d2p1:Name> <d2p1:Rate>0</d2p1:Rate> <d2p1:ToAge>0</d2p1:ToAge> </d2p1:Fee> </d2p1:Fees> <d2p1:FutureAllocations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:ArrayOfArrayOfKeyValueOfstringdouble> <d4p1:ArrayOfKeyValueOfstringdouble> <d4p1:KeyValueOfstringdouble> <d4p1:Key>String</d4p1:Key> <d4p1:Value>0</d4p1:Value> </d4p1:KeyValueOfstringdouble> </d4p1:ArrayOfKeyValueOfstringdouble> </d4p1:ArrayOfArrayOfKeyValueOfstringdouble> </d2p1:FutureAllocations> <d2p1:MaxRule>NoMaximum</d2p1:MaxRule> <d2p1:MinRule>NoMinimum</d2p1:MinRule> <d2p1:Name>String</d2p1:Name> <d2p1:Owner>Primary</d2p1:Owner> <d2p1:RatesSource>DB</d2p1:RatesSource> <d2p1:Rebalance>false</d2p1:Rebalance> <d2p1:RetLumpSum>false</d2p1:RetLumpSum> <d2p1:ReturnRates xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringReturnRatesnS1zg5F4> <d4p1:Key>String</d4p1:Key> <d4p1:Value> <d2p1:EarningRates> <d4p1:double>0</d4p1:double> </d2p1:EarningRates> <d2p1:TaxRates> <d4p1:double>0</d4p1:double> </d2p1:TaxRates> </d4p1:Value> </d4p1:KeyValueOfstringReturnRatesnS1zg5F4> </d2p1:ReturnRates> <d2p1:Returns xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringArrayOfReturnRateSpecnS1zg5F4> <d4p1:Key>String</d4p1:Key> <d4p1:Value> <d2p1:ReturnRateSpec> <d2p1:EarningRate>0</d2p1:EarningRate> <d2p1:FromAge>0</d2p1:FromAge> <d2p1:Name>String</d2p1:Name> <d2p1:TaxRate>0</d2p1:TaxRate> </d2p1:ReturnRateSpec> </d4p1:Value> </d4p1:KeyValueOfstringArrayOfReturnRateSpecnS1zg5F4> </d2p1:Returns> <d2p1:SSTreatment>Exempt</d2p1:SSTreatment> <d2p1:SpendOnAnnuity>false</d2p1:SpendOnAnnuity> <d2p1:TotalContributions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:ArrayOfdouble> <d4p1:double>0</d4p1:double> </d4p1:ArrayOfdouble> </d2p1:TotalContributions> <d2p1:TotalContsFreq>1</d2p1:TotalContsFreq> <d2p1:TransferAge>0</d2p1:TransferAge> <d2p1:TransferTo>0</d2p1:TransferTo> <d2p1:Type>FinAsset</d2p1:Type> <d2p1:UsePreCalculatedContributions>false</d2p1:UsePreCalculatedContributions> <d2p1:Value>0</d2p1:Value> <d2p1:WillSpend>false</d2p1:WillSpend> </d2p1:Asset> </Assets> <CalcDate xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0001-01-01T00:00:00</CalcDate> <Category xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Category> <Ccy xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Ccy> <Cdy xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Cdy> <ClientCode xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</ClientCode> <ClientId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</ClientId> <Config xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Assumptions" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:ClientCode>String</d2p1:ClientCode> <d2p1:Country>String</d2p1:Country> <d2p1:DataSet>String</d2p1:DataSet> <d2p1:DeterministicSim>0</d2p1:DeterministicSim> <d2p1:DiscRatesSource>DB</d2p1:DiscRatesSource> <d2p1:IncludeAllAssetsProjectionResults>false</d2p1:IncludeAllAssetsProjectionResults> <d2p1:IncludeAllContributionProjectionResult>false</d2p1:IncludeAllContributionProjectionResult> <d2p1:IncludeAllSpendingResult>false</d2p1:IncludeAllSpendingResult> <d2p1:IncludeAllSummaryProjectionResult>false</d2p1:IncludeAllSummaryProjectionResult> <d2p1:IncludeBalArray>false</d2p1:IncludeBalArray> <d2p1:IncludeFirstProjectionInStochasticResult>false</d2p1:IncludeFirstProjectionInStochasticResult> <d2p1:IncludePreCalculatedContributionsInResponse>false</d2p1:IncludePreCalculatedContributionsInResponse> <d2p1:IncludeProjectionInStochasticResult>false</d2p1:IncludeProjectionInStochasticResult> <d2p1:IncludedProjections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>String</d3p1:string> </d2p1:IncludedProjections> <d2p1:IndexationRatesSource>DB</d2p1:IndexationRatesSource> <d2p1:IsStochastic>false</d2p1:IsStochastic> <d2p1:ReturnRatesSource>DB</d2p1:ReturnRatesSource> <d2p1:SimCount>0</d2p1:SimCount> <d2p1:SimsToIncludeDetails xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>0</d3p1:int> </d2p1:SimsToIncludeDetails> <d2p1:SolveTarget>NA</d2p1:SolveTarget> <d2p1:SolveTolerance>0</d2p1:SolveTolerance> <d2p1:StochProjServiceLoc>WebServer</d2p1:StochProjServiceLoc> <d2p1:StochProjSvcCallType>Sync</d2p1:StochProjSvcCallType> <d2p1:StochasticLoopType>Parallel</d2p1:StochasticLoopType> </Config> <Country xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Country> <CountryCalcConfig xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members" /> <Custom xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </Custom> <Employer xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <Code>String</Code> <Config /> <Id>String</Id> <Logo>String</Logo> <Name>String</Name> </Employer> <FinancingOption xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</FinancingOption> <GroupId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</GroupId> <GroupNameUpper xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</GroupNameUpper> <HasPartner xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</HasPartner> <HomeOwner xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</HomeOwner> <IncludeAnnuities xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IncludeAnnuities> <IncludePartner xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IncludePartner> <IncludeSS xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IncludeSS> <IncomeVectors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1> <d2p1:Key>String</d2p1:Key> <d2p1:Value> <d2p1:double>0</d2p1:double> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1> </IncomeVectors> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</IndexTypePre> <Indexation xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:RateSpec> <d2p1:FromAge>0</d2p1:FromAge> <d2p1:Name>String</d2p1:Name> <d2p1:Rate>0</d2p1:Rate> </d2p1:RateSpec> </Indexation> <IndexationRates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1> <d2p1:Key>String</d2p1:Key> <d2p1:Value> <d2p1:double>0</d2p1:double> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfdoublety7Ep6D1> </IndexationRates> <InvestmentProperties xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:InvestmentProperty> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:Downsize>0</d2p1:Downsize> <d2p1:DownsizeAge>0</d2p1:DownsizeAge> <d2p1:DownsizeToAsset>0</d2p1:DownsizeToAsset> <d2p1:Expense>0</d2p1:Expense> <d2p1:Owner>Primary</d2p1:Owner> <d2p1:Rates>0</d2p1:Rates> <d2p1:RentYield>0</d2p1:RentYield> <d2p1:Value>0</d2p1:Value> </d2p1:InvestmentProperty> </InvestmentProperties> <IsReturningUser xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">false</IsReturningUser> <Key xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Key> <KeyUpper xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</KeyUpper> <LastModified xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0001-01-01T00:00:00</LastModified> <Locale xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Locale> <People xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <Person> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <AgeR>0</AgeR> <AgeRMonths>0</AgeRMonths> <CareerChanges> <Breaks> <CareerBreak> <FromAge>0</FromAge> <ToAge>0</ToAge> <WorkingRate>0</WorkingRate> </CareerBreak> </Breaks> <CareerBreakSeries xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:double>0</d5p1:double> </CareerBreakSeries> <WillTake>false</WillTake> </CareerChanges> <Custom xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>String</d4p1:Key> <d4p1:Value>String</d4p1:Value> </d4p1:KeyValueOfstringstring> </Custom> <Dob>0001-01-01T00:00:00</Dob> <Email>String</Email> <FirstName>String</FirstName> <Gender>Female</Gender> <HasOtherIncome>false</HasOtherIncome> <IsAgeInput>false</IsAgeInput> <LastName>String</LastName> <NonTaxableDeductions>0</NonTaxableDeductions> <OtherIncome> <IncomeStream> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <Amount>0</Amount> <Custom xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>String</d6p1:Key> <d6p1:Value>String</d6p1:Value> </d6p1:KeyValueOfstringstring> </Custom> <FromAge>0</FromAge> <IsTaxable>false</IsTaxable> <IsVector>false</IsVector> <Name>String</Name> <ToAge>0</ToAge> <Type>Pension</Type> <Vector xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:double>0</d6p1:double> </Vector> </IncomeStream> </OtherIncome> <PrivateHealthInsurance>false</PrivateHealthInsurance> <Salaries xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringSalarynS1zg5F4> <d4p1:Key>String</d4p1:Key> <d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core"> <d6p1:Amount>0</d6p1:Amount> <d6p1:Ccy>String</d6p1:Ccy> <d6p1:Freq>0</d6p1:Freq> <d6p1:IndexType>String</d6p1:IndexType> <d6p1:SalaryChanges> <d6p1:SalaryChange> <d6p1:Amount>0</d6p1:Amount> <d6p1:FromAge>0</d6p1:FromAge> </d6p1:SalaryChange> </d6p1:SalaryChanges> <d6p1:Type>String</d6p1:Type> </d4p1:Value> </d4p1:KeyValueOfstringSalarynS1zg5F4> </Salaries> <Salary>0</Salary> <SalaryChangeSeries xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:double>0</d4p1:double> </SalaryChangeSeries> <SalaryFreq>0</SalaryFreq> <SalaryKey>String</SalaryKey> <ServiceDate>0001-01-01T00:00:00</ServiceDate> <SocialSecurity xmlns:d4p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core"> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d4p1:Dob>0001-01-01T00:00:00</d4p1:Dob> <d4p1:HomeOwner>false</d4p1:HomeOwner> <d4p1:IncludeSS>false</d4p1:IncludeSS> <d4p1:IsMarried>false</d4p1:IsMarried> <d4p1:NumPeople>0</d4p1:NumPeople> <d4p1:Owner>Primary</d4p1:Owner> <d4p1:PersonalAssets>0</d4p1:PersonalAssets> </SocialSecurity> <TaxableDeductions>0</TaxableDeductions> <Type>Primary</Type> </Person> </People> <PersonalAssets xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</PersonalAssets> <PlanSomeValue xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</PlanSomeValue> <PrimarySalary xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</PrimarySalary> <ResultsSummary xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> </ResultsSummary> <Roles xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">None</Roles> <Scheme xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Scheme> <SchemeCode xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</SchemeCode> <SessionId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</SessionId> <Spending xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:AgeRLate>0</d2p1:AgeRLate> <d2p1:Custom xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>String</d3p1:Key> <d3p1:Value>String</d3p1:Value> </d3p1:KeyValueOfstringstring> </d2p1:Custom> <d2p1:Goals> <d2p1:SpendingGoal> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> <d2p1:Amount>0</d2p1:Amount> <d2p1:Custom xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:KeyValueOfstringstring> <d5p1:Key>String</d5p1:Key> <d5p1:Value>String</d5p1:Value> </d5p1:KeyValueOfstringstring> </d2p1:Custom> <d2p1:ExcludeFromProjection>false</d2p1:ExcludeFromProjection> <d2p1:Freq>0</d2p1:Freq> <d2p1:FromAge>0</d2p1:FromAge> <d2p1:Name>String</d2p1:Name> <d2p1:SelectedPersonalised>String</d2p1:SelectedPersonalised> <d2p1:Tag>String</d2p1:Tag> <d2p1:ToAge>0</d2p1:ToAge> </d2p1:SpendingGoal> </d2p1:Goals> <d2p1:LumpSumAmount>0</d2p1:LumpSumAmount> <d2p1:LumpSumRate>0</d2p1:LumpSumRate> <d2p1:LumpSumType>Perc</d2p1:LumpSumType> <d2p1:Selected>String</d2p1:Selected> <d2p1:SelectedLate>String</d2p1:SelectedLate> <d2p1:WillChangeLate>false</d2p1:WillChangeLate> </Spending> <Status xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</Status> <StatusCode xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</StatusCode> <Summary xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members.Summary" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <d2p1:Age>0</d2p1:Age> <d2p1:Balance>0</d2p1:Balance> <d2p1:Contributions> <d2p1:ContributionSummary> <d2p1:Amount>0</d2p1:Amount> <d2p1:AssetCode>String</d2p1:AssetCode> <d2p1:AssetName>String</d2p1:AssetName> <d2p1:Code>String</d2p1:Code> <d2p1:Freq>0</d2p1:Freq> <d2p1:IsEmployeeCont>false</d2p1:IsEmployeeCont> <d2p1:Name>String</d2p1:Name> <d2p1:Rate>0</d2p1:Rate> </d2p1:ContributionSummary> </d2p1:Contributions> <d2p1:InvOption>String</d2p1:InvOption> <d2p1:Salary>0</d2p1:Salary> </Summary> <SystemId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</SystemId> <TargetAge xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetAge> <TargetIncomeR xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetIncomeR> <TargetIncomeRFreq xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetIncomeRFreq> <TargetP xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">0</TargetP> <TotalContribution xmlns:d2p1="http://schemas.datacontract.org/2004/07/TasSyd.Model.Core" xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members"> <Age xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">0</Age> <DeflationType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</DeflationType> <IndexType xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexType> <IndexTypePost xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePost> <IndexTypePre xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Projections">String</IndexTypePre> </TotalContribution> <UserId xmlns="http://schemas.datacontract.org/2004/07/TasSyd.Model.Members">String</UserId> <Email>String</Email> <EmployeeGuidString>String</EmployeeGuidString> <Id>String</Id> <IgnoreGender>false</IgnoreGender> </Member>