ProductOfferingFilter - Schema Documentation - V4.5.Revision
Documents generated: 4/9/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/ProductOfferingFilter.xsd
Version 4.5.Revision
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://cufxstandards.com/v4/Account.xsd (at Account.xsd)
    • http://cufxstandards.com/v4/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v4/ProductOffering.xsd (at ProductOffering.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/ProductOfferingFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
account http://cufxstandards.com/v4/Account.xsd
common http://cufxstandards.com/v4/Common.xsd
productOffering http://cufxstandards.com/v4/ProductOffering.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/ProductOfferingFilter.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/Account.xsd" schemaLocation="Account.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/ProductOffering.xsd" schemaLocation="ProductOffering.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: productOfferingFilter

Name productOfferingFilter
Type ProductOfferingFilter
Nillable no
Abstract no
Documentation The list of filter options for services requesting data about product offerings.
JSON Instance Representation
{productOfferingFilter
"productIdList" : productOffering:ProductIdList , [0..1] ?
"productTypeList" : productOffering:ProductTypeList , [0..1] ?
"productSubTypeList" : productOffering:ProductSubTypeList , [0..1] ?
"introductoryRate" : xs:boolean , [0..1] ?
"balanceConsolidationRate" : xs:boolean , [0..1] ?
"riskRate" : xs:boolean , [0..1] ?
"interestRateEffectiveDateRange" : common:DateRange , [0..1] ?
"interestRateExpirationDateRange" : common:DateRange , [0..1] ?
"minTerm" : xs:duration , [0..1] ?
"maxTerm" : xs:duration , [0..1] ?
"pointsRewardsProgram" : xs:boolean , [0..1] ?
"brand" : xs:string , [0..1] ?
"riskRateClassification" : xs:string , [0..1] ?
"customData" : common:CustomData , [0..1] ?
productOfferingFilter}
Schema Component Representation
<xs:element name="productOfferingFilter" type="ProductOfferingFilter"/>
top

Global Definitions

Complex Type: ProductOfferingFilter

Name ProductOfferingFilter
Abstract no
Documentation The list of filter options for services requesting data about product offerings. The options can be used in combination or by themselves. It is up to the data source to either return the data requested or return a standard error identifying why the request was rejected.
JSON Instance Representation
{
"productIdList" : productOffering:ProductIdList , [0..1] ?
"productTypeList" : productOffering:ProductTypeList , [0..1] ?
"productSubTypeList" : productOffering:ProductSubTypeList , [0..1] ?
"introductoryRate" : xs:boolean , [0..1] ?
"balanceConsolidationRate" : xs:boolean , [0..1] ?
"riskRate" : xs:boolean , [0..1] ?
"interestRateEffectiveDateRange" : common:DateRange , [0..1] ?
"interestRateExpirationDateRange" : common:DateRange , [0..1] ?
"minTerm" : xs:duration , [0..1] ?
"maxTerm" : xs:duration , [0..1] ?
"pointsRewardsProgram" : xs:boolean , [0..1] ?
"brand" : xs:string , [0..1] ?
"riskRateClassification" : xs:string , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ProductOfferingFilter">
<xs:sequence>
<xs:element name="productIdList" type="productOffering:ProductIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="productTypeList" type="productOffering:ProductTypeList" minOccurs="0" maxOccurs="1"/>
<xs:element name="productSubTypeList" type="productOffering:ProductSubTypeList" minOccurs="0" maxOccurs="1"/>
<xs:element name="introductoryRate" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="balanceConsolidationRate" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="riskRate" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="interestRateEffectiveDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="interestRateExpirationDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="minTerm" type="xs:duration" minOccurs="0" maxOccurs="1"/>
<xs:element name="maxTerm" type="xs:duration" minOccurs="0" maxOccurs="1"/>
<xs:element name="pointsRewardsProgram" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="brand" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="riskRateClassification" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top