Import from UC, SIE, Excel etc
When you call the import you submit the organisation number and the class name of the plugin that should do the import. All plugins returns uniformed data that can be used by Capitex Företagslån regardless of what the data source is.
There is two different kinds of import of company and account data, the response format is the same for both:
Third party service
File
When using file import you send in the file contens instead of the organisation number.
After you done the import you may want to transfer the data to a credit case, you can do that by using the functions analyzeImport and performImport, see other examples.
Request SOAP (using file)
< soapenv :Envelope xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn = "urn:types.ApplicationserviceImpl.services.companycalc.capitex" > < soapenv :Header/> < soapenv :Body> < urn :ImportCompanyFromFile> < CompanyFileImport_1 > < FileContents >BASE-64-ENCODED-STRING</ FileContents > < Sourcename >capitex.companycalc.services.imp.sie.ImportCompany</ Sourcename > </ CompanyFileImport_1 > </ urn :ImportCompanyFromFile> </ soapenv :Body> </ soapenv :Envelope> |
Request SOAP (for third party service)
< soapenv :Envelope xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn = "urn:types.ApplicationserviceImpl.services.companycalc.capitex" > < soapenv :Header/> < soapenv :Body> < urn :ImportCompany> < CompanySearch_1 > < OrgNo >5562584804</ OrgNo > < Sourcename >capitex.companycalc.services.imp.uc.ImportCompany</ Sourcename > </ CompanySearch_1 > </ urn :ImportCompany> </ soapenv :Body> </ soapenv :Envelope> |
Request using Java Webservice Client (for third party service)
This is an example the do not give any imported data back due to wrong organisation number.
/* Creates an instance of the webservice client */ ApplicationserviceImpl appImp = new ApplicationserviceImpl(); ApplicationserviceImplSEI app = appImp.getApplicationserviceImplSEIPort(); /* Set endpoint url, username and password (http basic auth) */ Map<String, Object> reqContext = ((BindingProvider) app).getRequestContext(); reqContext.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, ENDPOINT); reqContext.put(BindingProvider.USERNAME_PROPERTY, USERNAME); reqContext.put(BindingProvider.PASSWORD_PROPERTY, PASSWORD); CompanySearch companySearch = new CompanySearch(); companySearch.setOrgNo( "1234567890" ); companySearch.setSourcename( "capitex.companycalc.services.imp.uc.ImportCompany" ); ImportData result = app.importCompany(companySearch); Assert.assertEquals( "Objektnr är felaktigt/ofullständigt angivet." , result.getMessages().get( 0 ).getMessage()); |
Response for a typical import (when using SOAP, if you use java webservice client the result will be strongly typed java objects)
< env :Envelope xmlns:ns0 = "urn:types.ApplicationserviceImpl.services.companycalc.capitex" xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:sc0 = "urn:dto.companycalc.capitex" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns:enc = "http://schemas.xmlsoap.org/soap/encoding/" > < env :Body> < ns0 :ImportCompanyResponse> < result > < CompanyData > < CompanyInformation > < GroupMotherFacts > < OrgNo /> < CompanyName >Vitec Software Group AB</ CompanyName > < Country /> < RegisteredOffice /> < Branchcode /> </ GroupMotherFacts > < Branchcode >70</ Branchcode > < NoOfEmployees >25</ NoOfEmployees > < RegisteredCountry >Sverige</ RegisteredCountry > < RegisteredOffice >Umeå</ RegisteredOffice > < OfficeAddress > < StreetAddressOrBox >Tvistevägen 47 A</ StreetAddressOrBox > < PostalCode >90729</ PostalCode > < PostalTown >Umeå</ PostalTown > < Country >Sverige</ Country > </ OfficeAddress > < InvoicingAddress xsi:nil = "true" /> < OrgNo >5562584804</ OrgNo > < CompanyName >Vitec Software Group AB</ CompanyName > < Homepage /> < CustomerInfo xsi:nil = "true" /> < BoardAndManagement > < BoardOfficers xsi:type = "sc0:PersonWithAssignment" > < Name >Per Persson</ Name > < WorkTitle >Ordinarie ledamot</ WorkTitle > < PersonNumber >123456-7890</ PersonNumber > < AssignmentDate xsi:type = "sc0:DateWithDay" > < Year >2009</ Year > < Month >6</ Month > < Day >15</ Day > </ AssignmentDate > </ BoardOfficers > < Management xsi:type = "sc0:PersonWithAssignment" > < Name >Annan Persson</ Name > < WorkTitle >VD</ WorkTitle > < PersonNumber >098765-4321</ PersonNumber > < AssignmentDate xsi:nil = "true" /> </ Management > < Accountants xsi:type = "sc0:PersonWithAssignment" > < Name >Revisorföretaget AB</ Name > < WorkTitle >Revisionsföretag</ WorkTitle > < PersonNumber >111111-1111</ PersonNumber > < AssignmentDate xsi:type = "sc0:DateWithDay" > < Year >2014</ Year > < Month >5</ Month > < Day >22</ Day > </ AssignmentDate > </ Accountants > < InfoAboutAuthToSignForTheCompany >Firman tecknas av styrelsen firman tecknas två i förening av -Per Persson -Annan Persson Dessutom har verkställande direktören rätt att teckna firman beträffande löpande förvaltningsåtgärder </ InfoAboutAuthToSignForTheCompany > </ BoardAndManagement > < CompanyIdeaAndMarket > < CompanyIdeaAndBusinessmodelText >Föremålet för bolagets verksamhet är att köpa, förvalta och försälja fast och lös egendom samt bedriva därmed förenlig verksamhet.</ CompanyIdeaAndBusinessmodelText > < MarketAndCompetitorsAnalysisText /> < SWOT_Strengths >Bokslut och nyckeltal</ SWOT_Strengths > < SWOT_Comments /> </ CompanyIdeaAndMarket > < OtherCreditInformation > < SummaryDocument xsi:nil = "true" /> < ProbabilityOfDefault_PD_Proc_Specified >true</ ProbabilityOfDefault_PD_Proc_Specified > < ProbabilityOfDefault_PD_Proc >0.07</ ProbabilityOfDefault_PD_Proc > < DiscreteRatingFromCreditcheck >5</ DiscreteRatingFromCreditcheck > < HistoricalCreditRating > < RatingDeclaration xsi:type = "sc0:DateWithDay" > < Year >2017</ Year > < Month >2</ Month > < Day >1</ Day > </ RatingDeclaration > < DiscreteRatingFromCreditCheck >5</ DiscreteRatingFromCreditCheck > </ HistoricalCreditRating > < CreditLimit >6000000</ CreditLimit > < SourceID /> < SourceName /> < ImportDate xsi:nil = "true" /> </ OtherCreditInformation > < TypeOfCustomer xsi:nil = "true" /> </ CompanyInformation > < ActualFigures xsi:type = "sc0:ActualFigures" > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CompanyStartDate xsi:type = "sc0:DateWithDay" > < Year >1985</ Year > < Month >5</ Month > < Day >2</ Day > </ CompanyStartDate > < EndDateOfFirstFiscalYear xsi:nil = "true" /> < HistoricalIncomestatements > < Revenue >49842000</ Revenue > < CostOfGoods >-0</ CostOfGoods > < ExternalCosts >-22211000</ ExternalCosts > < PersonnelCosts >-19636000</ PersonnelCosts > < OtherIncomeFromOperations >0</ OtherIncomeFromOperations > < OtherCostsFromOperations >-0</ OtherCostsFromOperations > < Depreciations >-1726000</ Depreciations > < InterestIncome >548000</ InterestIncome > < InterestExpense >-3628000</ InterestExpense > < OtherFinancialIncome >24900000</ OtherFinancialIncome > < OtherFinancialExpense >-0</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >716000</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-871000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >57334000</ Revenue > < CostOfGoods >-0</ CostOfGoods > < ExternalCosts >-34758000</ ExternalCosts > < PersonnelCosts >-24700000</ PersonnelCosts > < OtherIncomeFromOperations >0</ OtherIncomeFromOperations > < OtherCostsFromOperations >-0</ OtherCostsFromOperations > < Depreciations >-2215000</ Depreciations > < InterestIncome >912000</ InterestIncome > < InterestExpense >-4991000</ InterestExpense > < OtherFinancialIncome >31459000</ OtherFinancialIncome > < OtherFinancialExpense >-0</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >8309000</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >143000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >66720000</ Revenue > < CostOfGoods >-0</ CostOfGoods > < ExternalCosts >-45030000</ ExternalCosts > < PersonnelCosts >-27720000</ PersonnelCosts > < OtherIncomeFromOperations >33706000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-0</ OtherCostsFromOperations > < Depreciations >-2744000</ Depreciations > < InterestIncome >516000</ InterestIncome > < InterestExpense >-6235000</ InterestExpense > < OtherFinancialIncome >39907000</ OtherFinancialIncome > < OtherFinancialExpense >-0</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >-822000</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-3869000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >69923000</ Revenue > < CostOfGoods >-0</ CostOfGoods > < ExternalCosts >-69891000</ ExternalCosts > < PersonnelCosts >-29430000</ PersonnelCosts > < OtherIncomeFromOperations >28414000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-0</ OtherCostsFromOperations > < Depreciations >-2543000</ Depreciations > < InterestIncome >737000</ InterestIncome > < InterestExpense >-6382000</ InterestExpense > < OtherFinancialIncome >58335000</ OtherFinancialIncome > < OtherFinancialExpense >-0</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >7781000</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-9000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >79868000</ Revenue > < CostOfGoods >-0</ CostOfGoods > < ExternalCosts >-75112000</ ExternalCosts > < PersonnelCosts >-30200000</ PersonnelCosts > < OtherIncomeFromOperations >31208000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-0</ OtherCostsFromOperations > < Depreciations >-2628000</ Depreciations > < InterestIncome >231000</ InterestIncome > < InterestExpense >-8289000</ InterestExpense > < OtherFinancialIncome >64898000</ OtherFinancialIncome > < OtherFinancialExpense >-0</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >4912000</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >57000</ Tax > </ HistoricalIncomestatements > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8030000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >341547000</ SharesInSubsidiaries > < Shares >0</ Shares > < OtherFixedAssets >4360000</ OtherFixedAssets > < Receivables >0</ Receivables > < Inventory >0</ Inventory > < OtherInventoryAssets >2169000</ OtherInventoryAssets > < Cash >21319000</ Cash > < TiedCapital >17571000</ TiedCapital > < UnrestrictedEquity >174453000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >2076000</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >51502000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >0</ OtherLongTermLiabilities > < Payables >984000</ Payables > < FinanceCompanyCurrentLiabilities >21773000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >109066000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >9115000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >573317000</ SharesInSubsidiaries > < Shares >9728000</ Shares > < OtherFixedAssets >8244000</ OtherFixedAssets > < Receivables >0</ Receivables > < Inventory >0</ Inventory > < OtherInventoryAssets >44056000</ OtherInventoryAssets > < Cash >65839000</ Cash > < TiedCapital >17857000</ TiedCapital > < UnrestrictedEquity >245795000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >2500000</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >130269000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >23375000</ OtherLongTermLiabilities > < Payables >1738000</ Payables > < FinanceCompanyCurrentLiabilities >49647000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >239118000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8963000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >685879000</ SharesInSubsidiaries > < Shares >9019000</ Shares > < OtherFixedAssets >8043000</ OtherFixedAssets > < Receivables >0</ Receivables > < Inventory >0</ Inventory > < OtherInventoryAssets >43394000</ OtherInventoryAssets > < Cash >45306000</ Cash > < TiedCapital >17857000</ TiedCapital > < UnrestrictedEquity >253383000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >2222000</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >193709000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >18292000</ OtherLongTermLiabilities > < Payables >2621000</ Payables > < FinanceCompanyCurrentLiabilities >33331000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >279189000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8795000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >864833000</ SharesInSubsidiaries > < Shares >8968000</ Shares > < OtherFixedAssets >7162000</ OtherFixedAssets > < Receivables >0</ Receivables > < Inventory >0</ Inventory > < OtherInventoryAssets >82710000</ OtherInventoryAssets > < Cash >60557000</ Cash > < TiedCapital >17857000</ TiedCapital > < UnrestrictedEquity >283861000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >2341000</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >338941000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >28765000</ OtherLongTermLiabilities > < Payables >2467000</ Payables > < FinanceCompanyCurrentLiabilities >30340000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >328453000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8609000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >972519000</ SharesInSubsidiaries > < Shares >7759000</ Shares > < OtherFixedAssets >6124000</ OtherFixedAssets > < Receivables >0</ Receivables > < Inventory >0</ Inventory > < OtherInventoryAssets >90596000</ OtherInventoryAssets > < Cash >51616000</ Cash > < TiedCapital >17901000</ TiedCapital > < UnrestrictedEquity >335572700</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >2428998</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >0</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >374610665</ OtherLongTermLiabilities > < Payables >3871997</ Payables > < FinanceCompanyCurrentLiabilities >31179972</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >371657668</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < StartMonthForFiscalYear >1</ StartMonthForFiscalYear > < IncomestatementCurrentYear xsi:nil = "true" /> < BalanceSheetCurrentYear xsi:nil = "true" /> < TypicalMonthlyDistributionOfIncomeAndExpense xsi:nil = "true" /> </ ActualFigures > < FutureHints xsi:nil = "true" /> < FirstImportedFiscalYearStart > < Year >2013</ Year > < Month >1</ Month > </ FirstImportedFiscalYearStart > < LastImportedFiscalYearEnd > < Year >2017</ Year > < Month >12</ Month > </ LastImportedFiscalYearEnd > </ CompanyData > < GroupData > < GroupInformation > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID8532478947881829918</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5566591466</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5561978437</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID8247057804683327262</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID20667968608292729</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID7883959534810773056</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID7081922631622862652</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID584821413085405398</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID4713931822400250163</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID2327919330133119966</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID584539951382013008</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID1491782228864969225</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >AGUID7732127577580381731</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5563477073</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5563676500</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5564432200</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5564599347</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5565637773</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5565715090</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5568758105</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5562584804</ Owner > < Company >5563212546</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5563212546</ Owner > < Company >5565912101</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5565912101</ Owner > < Company >5568444110</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5563212546</ Owner > < Company >5565849931</ Company > </ CompanyStructure > < CompanyStructure > < Owner >AGUID1737692879550196946</ Owner > < Company >5562584804</ Company > </ CompanyStructure > < CompanyStructure > < Owner >AGUID123189005914147614</ Owner > < Company >5562584804</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5561973719</ Owner > < Company >5562584804</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5564913134</ Owner > < Company >5562584804</ Company > </ CompanyStructure > < CompanyStructure > < Owner >5566435201</ Owner > < Company >5562584804</ Company > </ CompanyStructure > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_GroupMother</ LegalType > < ID >5562584804</ ID > < Name >Vitec Software Group AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID8532478947881829918</ ID > < Name >Acuvitec Oy</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5566591466</ ID > < Name >Adservice Scandinavia AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5561978437</ ID > < Name >Capitex AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID8247057804683327262</ ID > < Name >Futursoft Oy</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID20667968608292729</ ID > < Name >Imho Oy</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID7883959534810773056</ ID > < Name >Tietomitta Oy</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID7081922631622862652</ ID > < Name >Vitec Megler AS</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID584821413085405398</ ID > < Name >Vitec Autodata AS</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID4713931822400250163</ ID > < Name >Vitec Aloc A/S</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID2327919330133119966</ ID > < Name >Vitec Nice AS</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID584539951382013008</ ID > < Name >Vitec Infoeasy AS</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID1491782228864969225</ ID > < Name >Vitec Datamann A/S</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID7732127577580381731</ ID > < Name >Vitec Plania AS</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5563477073</ ID > < Name >Vitec Energy AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5563676500</ ID > < Name >Vitec Mäklarsystem AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5564432200</ ID > < Name >Vitec Software AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5564599347</ ID > < Name >Vitec It-Drift AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5565637773</ ID > < Name >Vitec Fastighetssystem AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5565715090</ ID > < Name >Vitec AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5568758105</ ID > < Name >Vitec Capitex AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5563212546</ ID > < Name >3l System AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5565912101</ ID > < Name >Vitec Förvaltningssystem AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5568444110</ ID > < Name >Vitec Capifast AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5565849931</ ID > < Name >3l Media AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID1737692879550196946</ ID > < Name >Utah Retirement Systems</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >AGUID123189005914147614</ ID > < Name >Mawer Nvestment Management</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5561973719</ ID > < Name >Seb Investment Management AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5564913134</ ID > < Name >Didner & Gerge Fonder AB</ Name > </ InvolvedJuridicalOrLegalPerson > < InvolvedJuridicalOrLegalPerson > < LegalType xsi:type = "sc0:LegalType" >Juridical_Other</ LegalType > < ID >5566435201</ ID > < Name >Grenspecialisten Förvaltning AB</ Name > </ InvolvedJuridicalOrLegalPerson > < ContactInfo > < Name /> < Email /> < PhoneNumber >090-15 49 00</ PhoneNumber > </ ContactInfo > < CaseGroupMotherInformation xsi:nil = "true" /> < RegisteredCountry /> </ GroupInformation > < ActualFigures xsi:type = "sc0:ActualFigures" > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CustomMonthlyLengthOfFiscalYears >12.0</ CustomMonthlyLengthOfFiscalYears > < CompanyStartDate xsi:nil = "true" /> < EndDateOfFirstFiscalYear xsi:nil = "true" /> < HistoricalIncomestatements > < Revenue >371631000</ Revenue > < CostOfGoods >-2076000</ CostOfGoods > < ExternalCosts >-102604000</ ExternalCosts > < PersonnelCosts >-221218000</ PersonnelCosts > < OtherIncomeFromOperations >26706000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-227000</ OtherCostsFromOperations > < Depreciations >-31465000</ Depreciations > < InterestIncome >781000</ InterestIncome > < InterestExpense >-3433000</ InterestExpense > < OtherFinancialIncome >0</ OtherFinancialIncome > < OtherFinancialExpense >-26000</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >0</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-7840000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >491956000</ Revenue > < CostOfGoods >-2786000</ CostOfGoods > < ExternalCosts >-134587000</ ExternalCosts > < PersonnelCosts >-275665000</ PersonnelCosts > < OtherIncomeFromOperations >49070000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-3077000</ OtherCostsFromOperations > < Depreciations >-56319000</ Depreciations > < InterestIncome >1547000</ InterestIncome > < InterestExpense >-5562000</ InterestExpense > < OtherFinancialIncome >0</ OtherFinancialIncome > < OtherFinancialExpense >-32000</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >0</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-15480000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >618385000</ Revenue > < CostOfGoods >-6835000</ CostOfGoods > < ExternalCosts >-167676000</ ExternalCosts > < PersonnelCosts >-336133000</ PersonnelCosts > < OtherIncomeFromOperations >99039000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-20335000</ OtherCostsFromOperations > < Depreciations >-85838000</ Depreciations > < InterestIncome >826000</ InterestIncome > < InterestExpense >-6717000</ InterestExpense > < OtherFinancialIncome >0</ OtherFinancialIncome > < OtherFinancialExpense >-30000</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >0</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-16495000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >757676000</ Revenue > < CostOfGoods >-12284000</ CostOfGoods > < ExternalCosts >-179705000</ ExternalCosts > < PersonnelCosts >-380023000</ PersonnelCosts > < OtherIncomeFromOperations >22695000</ OtherIncomeFromOperations > < OtherCostsFromOperations >-5798000</ OtherCostsFromOperations > < Depreciations >-114256000</ Depreciations > < InterestIncome >0</ InterestIncome > < InterestExpense >-7096000</ InterestExpense > < OtherFinancialIncome >773000</ OtherFinancialIncome > < OtherFinancialExpense >-40000</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >0</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >-15128000</ Tax > </ HistoricalIncomestatements > < HistoricalIncomestatements > < Revenue >0</ Revenue > < CostOfGoods >-0</ CostOfGoods > < ExternalCosts >-0</ ExternalCosts > < PersonnelCosts >-0</ PersonnelCosts > < OtherIncomeFromOperations >0</ OtherIncomeFromOperations > < OtherCostsFromOperations >-0</ OtherCostsFromOperations > < Depreciations >-0</ Depreciations > < InterestIncome >0</ InterestIncome > < InterestExpense >-0</ InterestExpense > < OtherFinancialIncome >0</ OtherFinancialIncome > < OtherFinancialExpense >-0</ OtherFinancialExpense > < InterestExpenseNewLoan >0</ InterestExpenseNewLoan > < Allocations >0</ Allocations > < ExtraordinaryIncome >0</ ExtraordinaryIncome > < ExtraordinaryExpense >0</ ExtraordinaryExpense > < Tax >0</ Tax > </ HistoricalIncomestatements > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8030000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >0</ SharesInSubsidiaries > < Shares >0</ Shares > < OtherFixedAssets >271408000</ OtherFixedAssets > < Receivables >68109000</ Receivables > < Inventory >14000</ Inventory > < OtherInventoryAssets >19101000</ OtherInventoryAssets > < Cash >21319000</ Cash > < TiedCapital >2654000</ TiedCapital > < UnrestrictedEquity >166953000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >0</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >51502000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >31110000</ OtherLongTermLiabilities > < Payables >13084000</ Payables > < FinanceCompanyCurrentLiabilities >21773000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >100905000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >9115000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >0</ SharesInSubsidiaries > < Shares >6001000</ Shares > < OtherFixedAssets >543815000</ OtherFixedAssets > < Receivables >122992000</ Receivables > < Inventory >339000</ Inventory > < OtherInventoryAssets >19525000</ OtherInventoryAssets > < Cash >71114000</ Cash > < TiedCapital >2940000</ TiedCapital > < UnrestrictedEquity >257190000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >0</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >130270000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >110751000</ OtherLongTermLiabilities > < Payables >17223000</ Payables > < FinanceCompanyCurrentLiabilities >49647000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >204880000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >9034000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >0</ SharesInSubsidiaries > < Shares >6787000</ Shares > < OtherFixedAssets >635670000</ OtherFixedAssets > < Receivables >129107000</ Receivables > < Inventory >399000</ Inventory > < OtherInventoryAssets >30754000</ OtherInventoryAssets > < Cash >60268000</ Cash > < TiedCapital >2940000</ TiedCapital > < UnrestrictedEquity >268598000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >0</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >207222000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >102559000</ OtherLongTermLiabilities > < Payables >14582000</ Payables > < FinanceCompanyCurrentLiabilities >33845000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >242273000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8813000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >0</ SharesInSubsidiaries > < Shares >5135000</ Shares > < OtherFixedAssets >835066000</ OtherFixedAssets > < Receivables >137336000</ Receivables > < Inventory >1031000</ Inventory > < OtherInventoryAssets >28433000</ OtherInventoryAssets > < Cash >80877000</ Cash > < TiedCapital >2940000</ TiedCapital > < UnrestrictedEquity >331273000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >0</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >339396000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >157128000</ OtherLongTermLiabilities > < Payables >21153000</ Payables > < FinanceCompanyCurrentLiabilities >30340000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >214461000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < HistoricalBalanceSheet > < Goodwill >0</ Goodwill > < Properties >8676000</ Properties > < Equipment >0</ Equipment > < SharesInSubsidiaries >0</ SharesInSubsidiaries > < Shares >8505000</ Shares > < OtherFixedAssets >973607000</ OtherFixedAssets > < Receivables >172450000</ Receivables > < Inventory >3619000</ Inventory > < OtherInventoryAssets >37189000</ OtherInventoryAssets > < Cash >57924000</ Cash > < TiedCapital >119095000</ TiedCapital > < UnrestrictedEquity >279069000</ UnrestrictedEquity > < MinorityInterests >0</ MinorityInterests > < NotTaxedCapital >0</ NotTaxedCapital > < Provisions >0</ Provisions > < NewLoan >0</ NewLoan > < FinanceCompanyLiabilities >374918000</ FinanceCompanyLiabilities > < OtherLongTermLiabilities >147339000</ OtherLongTermLiabilities > < Payables >31902000</ Payables > < FinanceCompanyCurrentLiabilities >31180000</ FinanceCompanyCurrentLiabilities > < TaxLiabilities >0</ TaxLiabilities > < OtherCurrentLiabilities >278467000</ OtherCurrentLiabilities > </ HistoricalBalanceSheet > < StartMonthForFiscalYear >1</ StartMonthForFiscalYear > < IncomestatementCurrentYear xsi:nil = "true" /> < BalanceSheetCurrentYear xsi:nil = "true" /> < TypicalMonthlyDistributionOfIncomeAndExpense xsi:nil = "true" /> </ ActualFigures > < FirstImportedFiscalYearStart > < Year >2013</ Year > < Month >1</ Month > </ FirstImportedFiscalYearStart > < LastImportedFiscalYearEnd > < Year >2017</ Year > < Month >12</ Month > </ LastImportedFiscalYearEnd > </ GroupData > < SourceName >UC</ SourceName > < SourceID >capitex.companycalc.services.imp.uc.ImportCompany</ SourceID > < MainCurrency xsi:type = "sc0:Currency" >SEK</ MainCurrency > </ result > </ ns0 :ImportCompanyResponse> </ env :Body> </ env :Envelope> |