com.calcxml.webservice
Interface InvestmentWSInterface


public interface InvestmentWSInterface

Investment calculators - prefix = "inv".
WSDL file location: http://www.calcxml.com/services/InvestmentWS?wsdl

Author:
brian

Method Summary
 java.lang.String inv01(java.lang.String xmlInput)
          How Should I Allocate My Assets?
 java.lang.String inv02(java.lang.String xmlInput)
          Compare Taxable Versus Tax-Free Investment Return
 java.lang.String inv03(java.lang.String xmlInput)
          What Is The Value Of A Bond?
 java.lang.String inv04(java.lang.String xmlInput)
          What Is The Return On My Real Estate Investment?
 java.lang.String inv05(java.lang.String xmlInput)
          What Is The Value Of Compound Interest?
 java.lang.String inv06(java.lang.String xmlInput)
          What Is The Value Of A Call Or Put Option?
 java.lang.String inv07(java.lang.String xmlInput)
          Taxable vs.
 java.lang.String inv08(java.lang.String xmlInput)
          What Is My Risk Tolerance?
 java.lang.String inv09(java.lang.String xmlInput)
          What Is The Long-Term Impact Of Increased Investment Return?
 java.lang.String inv10(java.lang.String xmlInput)
          Certificate Of Deposit (CD) Analyzer
 java.lang.String inv11(java.lang.String xmlInput)
          What Is The Dividend Yield On A Stock?
 java.lang.String inv12(java.lang.String xmlInput)
          How Do Expenses Impact Mutual Fund Returns?
 java.lang.String inv13(java.lang.String xmlInput)
          Certificate of Deposit (CD) laddering strategy
 java.lang.String inv30(java.lang.String xmlInput)
          Taxable vs.
 

Method Detail

inv30

java.lang.String inv30(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Taxable vs. Tax-Deferred Savings?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv30
calcxmlRequest Schema
inv30 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv30 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv13

java.lang.String inv13(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Certificate of Deposit (CD) laddering strategy

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv13
calcxmlRequest Schema
inv13 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv13 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv12

java.lang.String inv12(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Do Expenses Impact Mutual Fund Returns?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv12
calcxmlRequest Schema
inv12 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv12 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv11

java.lang.String inv11(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Dividend Yield On A Stock?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv11
calcxmlRequest Schema
inv11 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv11 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv10

java.lang.String inv10(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Certificate Of Deposit (CD) Analyzer

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv10
calcxmlRequest Schema
inv10 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv09

java.lang.String inv09(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Long-Term Impact Of Increased Investment Return?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv09
calcxmlRequest Schema
inv09 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv08

java.lang.String inv08(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is My Risk Tolerance?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv08
calcxmlRequest Schema
inv08 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv07

java.lang.String inv07(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Taxable vs. Tax-Deferred Savings?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv07
calcxmlRequest Schema
inv07 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv06

java.lang.String inv06(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Value Of A Call Or Put Option?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv06
calcxmlRequest Schema
inv06 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv05

java.lang.String inv05(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Value Of Compound Interest?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv05
calcxmlRequest Schema
inv05 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv04

java.lang.String inv04(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Return On My Real Estate Investment?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv04
calcxmlRequest Schema
inv04 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv03

java.lang.String inv03(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Value Of A Bond?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv03
calcxmlRequest Schema
inv03 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv02

java.lang.String inv02(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Compare Taxable Versus Tax-Free Investment Return

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv02
calcxmlRequest Schema
inv02 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

inv01

java.lang.String inv01(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Should I Allocate My Assets?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->inv01
calcxmlRequest Schema
inv01 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
inv01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException