Rest Assured

Tests passed/Failed/Skipped:19/14/0
Started on:Wed Apr 30 19:40:25 IST 2025
Total time:108 seconds (108279 ms)
Included groups:
Excluded groups:

(Hover the method name to see the test class name)

FAILED TESTS
Test method Exception Time (seconds) Instance
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC92 Create a new customer with customer type 'Business', coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=, customerBase={ "customerType": "Business", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "Rock em Sock em", "occupation": "Self-Employed" } ], "name": { "businessName": "Rock em Sock em, LLC", "firstName": "", "lastName": "", "middleName": "", "legalName": "", "prefix": "" }, "phones": {{phones}}, "residences": {{residences}}, "annualIncome": "500000", "gender": "Male", "naicsCode": 315210, "fincenExempt": null, "taxID": "592686900", "taxIDType": "B" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "BJS", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC92 Create a new customer with customer type 'Business'
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1781 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: BJS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid officer code

Fault Cat: Error

Fault Code: 22

Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode

Fault Elem Val: BJS


Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid officer code

Fault Cat: Error

Fault Code: 22

Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode

Fault Elem Val: BJS


Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC90 Create a new customer with customer type 'Person' , coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666850", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC90 Create a new customer with customer type 'Person'
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1822 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC94 Create a new customer with all address fields, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DL", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "US", "value": "P99-123697" }, { "expirationDate": "", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "Mr", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222000002", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ "assetID": "jxchange_2020_api_test", "content": { "taxID": "", "customerID": "J0172360" }, "uuid": "" }, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "", "streetName": "", "subType": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC94 Create a new customer with all address fields
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1682 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC101 Create Customer with street number zip extention, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Work" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DL", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "PP", "value": "P99-123697" }, { "expirationDate": "", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666914", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "", "state": "IL", "streetNumber": "90 West Chester St.", "streetName": "", "subType": "", "suite": "877" }, { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "IRS", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "", "state": "FL", "streetNumber": "2500 W Lake Mary Blvd", "streetName": "", "subType": "", "suite": "1235" }, { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "89 Stanton Ct", "streetName": "", "suite": "5455" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC101 Create Customer with street number zip extention
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1624 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC95 Create a new customer with no mobile field, coreSpecificFields={ "customFields": [ { "description": "string", "value": "string" } ] }, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DriversLicense", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "PP", "value": "P99-123697" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666923", "taxIDType": "" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ "assetID": "jxchange_2020_api_test", "content": { "taxID": "", "customerID": "J0172360" }, "uuid": "" }, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 IRS test St", "address2": "444", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "IRS", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "1233", "state": "FL", "streetNumber": "2500 W Lake Mary Blvd", "streetName": "", "subType": "", "suite": "1235" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "89 Stanton Ct", "streetName": "", "suite": "321" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "02", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ], "coreSpecificFields": {{coreSpecificFields}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC95 Create a new customer with no mobile field
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1555 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomerVerifyidList
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC121 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC121 Create a new customer and verify idList from Customer search response, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomerVerifyidList, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "2033-08-24", "issueLocation": "USA", "issueDate": "2023-08-22", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222602450", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ "assetID": "jxchange_2020_api_test", "content": { "taxID": "", "customerID": "J0172360" }, "uuid": "" }, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC121 Create a new customer and verify idList from Customer search response
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1597 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06


Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomerVerifyidList(CustomerTest.java:319)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06


Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomerVerifyidList(CustomerTest.java:319)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Mapping for Canonical Value not found for required Field Value, ERROR MESSAGE=, TEST SCENARIO=#TC116 Create Customer with Invalid Value in Gender field, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "FeMale", "naicsCode": null, "fincenExempt": null, "taxID": "222661280", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC116 Create Customer with Invalid Value in Gender field
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1624 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020SearchForRandomLoan
Test class: com.kinective.testscripts.Loans.LoansTest
Test method: #TC104 Search for a random loan account
Parameters: {EXPECTED MESSAGE=, automaticFundsTransfer=, ERROR MESSAGE=Account not found, TEST SCENARIO=#TC104 Search for a random loan, loanDetails=, EXPECTED STATUS=500, responseTimeSeconds=15, TEST ID=jh2020SearchForRandomLoan, governmentMonitoring=, escrows=, VERIFY FIELDS=, customers=, collateral=, loanSearchBody=, BODY={ "assetID": "jxchange_2020_api_test", "content": { "accountNumber": "999310", "accountType": "L" }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC104 Search for a random loan
Steps:

Generating Access Token

 End Point URI:loan/loan-search

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1794 milli second

 No Fields found to be verified from the Response Body



Status code for '#TC104 Search for a random loan' is not matching. Expected [500], Actual [200]!

java.lang.AssertionError: Status code for '#TC104 Search for a random loan' is not matching. Expected [500], Actual [200]!
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.Log.assertThat(Log.java:783)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusCode(WebserviceTestBaseClass.java:52)
	at com.kinective.testscripts.Loans.LoansTest.jh2020SearchForRandomLoan(LoansTest.java:262)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Status code for '#TC104 Search for a random loan' is not matching. Expected [500], Actual [200]!
	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.Log.assertThat(Log.java:783)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusCode(WebserviceTestBaseClass.java:52)
	at com.kinective.testscripts.Loans.LoansTest.jh2020SearchForRandomLoan(LoansTest.java:262)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
3 com.kinective.testscripts.Loans.LoansTest@73a1e9a9
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC120 Create a new customer with Blank Risk Code, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222602450", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC120 Create a new customer with Blank Risk Code
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1675 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC96 Create a new customer wk irs post issue, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DL", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "GC", "value": "P99-123697" }, { "expirationDate": "", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "naicsCode": null, "gender": "Male", "fincenExempt": null, "taxID": "222666716", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ "assetID": "jxchange_2020_api_test", "content": { "taxID": "", "customerID": "J0172360" }, "uuid": "" }, residences=[ { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "", "streetName": "90 West Chester St", "subType": "", "suite": "877" }, { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "IRS", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "1233", "state": "FL", "streetNumber": "200 W Lake Mary Blvd", "streetName": "", "subType": "", "suite": "12354" }, { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "89", "streetName": "Stanton Ct", "suite": "321" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC96 Create a new customer wk irs post issue
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1730 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC97 Create Customer with Addresses, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Work" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DL", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "VR", "value": "P99-123697" }, { "expirationDate": "", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666715", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "", "streetName": "", "subType": "", "suite": "" }, { "address1": "125 IRS test St", "address2": "444", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "IRS", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "1233", "state": "FL", "streetNumber": "", "streetName": "", "subType": "", "suite": "" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC97 Create Customer with Addresses
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1634 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC115 Create Customer with "Other" Gender, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Other", "naicsCode": null, "fincenExempt": null, "taxID": "222661280", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC115 Create Customer with "Other" Gender
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1575 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description

Fault Cat: Error

Fault Code: 25

Fault Elem: DESC

Fault Elem Val: User code #4



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020QueryCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC88 Query Customers
Parameters: {EXPECTED MESSAGE=Customer Search Successful, ERROR MESSAGE=, TEST SCENARIO=#TC88 Query Customers, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=, TEST ID=jh2020QueryCustomer, idList=, customerBase=, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=, BODY={ "assetID": "jxchange_2020_api_test", "content": { "taxID": "", "customerID": "J0172360" }, "uuid": "" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC88 Query Customers
Steps:

Generating Access Token

 End Point URI:customer/customer-search

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 5357 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Customer not found Fault Cat: Error Fault Code: 113 Fault Elem: CustId Fault Elem Val: J0172360

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Customer not found
Fault Cat: Error
Fault Code: 113
Fault Elem: CustId
Fault Elem Val: J0172360


	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020SearchCustomer(CustomerTest.java:99)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020QueryCustomer(CustomerTest.java:76)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Customer not found
Fault Cat: Error
Fault Code: 113
Fault Elem: CustId
Fault Elem Val: J0172360


	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020SearchCustomer(CustomerTest.java:99)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020QueryCustomer(CustomerTest.java:76)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
7 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC93 Create a new customer with all address fields, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DL", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "US", "value": "P99-123697" }, { "expirationDate": "", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "Mr", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222000002", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ "assetID": "jxchange_2020_api_test", "content": { "taxID": "", "customerID": "J0172360" }, "uuid": "" }, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "", "streetName": "", "subType": "", "suite": "" }, { "address1": "125 IRS test St", "address2": "444", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "IRS", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "1233", "state": "FL", "streetNumber": "2500 W Lake Mary Blvd", "streetName": "", "subType": "", "suite": "1235" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "89 Stanton Ct", "streetName": "", "suite": "321" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC93 Create a new customer with all address fields
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1712 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )



Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06

java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
... Removed 26 stack frames
Click to show all stack frames
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code

Fault Cat: Error

Fault Code: 400020

Fault Elem: RegDetail.RiskRateCode

Fault Elem Val: 06



	at org.testng.Assert.fail(Assert.java:99)
	at com.generics.utils.Log.fail(Log.java:596)
	at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88)
	at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2 com.kinective.testscripts.Customer.CustomerTest@55141def

PASSED TESTS
Test method Exception Time (seconds) Instance
jh2020CreateCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC89, #TC91 Customer Create
Parameters: {EXPECTED MESSAGE=Existing CIF has same social security number, ERROR MESSAGE=, TEST SCENARIO=#TC89 Create a new customer with customer type 'Person' when customer already exists, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666870", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "PAM", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC89 Create a new customer with customer type 'Person' when customer already exists
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 2230 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Existing CIF has same social security number Fault Cat: Fault Fault Code: 400007 Fault Elem: TaxDetail.TINInfo.TaxId Fault Elem Val: 222666870 Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: PAM Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Existing CIF has same social security number Fault Cat: Fault Fault Code: 400007 Fault Elem: TaxDetail.TINInfo.TaxId Fault Elem Val: 222666870 Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: PAM Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: 61006c33-9f00-4f8a-b962-dfee37c851b0

3 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewLoan
Test class: com.kinective.testscripts.Loans.LoansTest
Test method: #TC102, #TC103 book loan origination data to a Core or Servicing system provider
Parameters: {EXPECTED MESSAGE=Loan Boarding File Uploaded, automaticFundsTransfer=, ERROR MESSAGE=, TEST SCENARIO=#TC102 Create loan , loanDetails={ "accountInformation": { "accountType": "Mortgage", "accountNumber": "1112233" }, "applicationDate": "2024-03-15", "appraisalDate": "2024-03-25", "appraisalAmount": 435000, "callReportCode": "1C2A", "combinedLoanToValue": "98.5", "debtToIncomeRatio": 28.3, "fundingDate": "2024-04-04", "institutionDetails": { "branchNumber": "02" }, "interest": { "interestRate": 9.25 }, "isFirstTimeHomebuyer": true, "lateCharge": { }, "loanAmount": 435000, "loanToValue": 15, "loanType": "Mortgage", "maturityDate": "2055-05-01", "netProceeds": 435000, "naicsCode": "", "numberOfUnits": 1, "officers": [ { "officerCode": "SDS" } ], "originationDate": "2024-05-07", "payments": [ { "frequency": "Monthly", "paymentAmount": 950, "paymentDate": "2024-06-01", "paymentTerm": "360", "paymentType": "PI" } ], "productCode": "RN", "propertyWillBe": "PrimaryResidence", "purposeCode": "4", "term": 360, "termCode": "Monthly" }, EXPECTED STATUS=200, responseTimeSeconds=15, TEST ID=jh2020CreateNewLoan, governmentMonitoring=, escrows=, VERIFY FIELDS=loanNumber, customers=[ { "addresses": [ { "address1": "111 FirstBorrower St", "address2": "FirstBCity, ST 12345", "addressType": "Current", "city": "FirstBCity", "country": "US", "county": "Orange", "postalCode": "32746", "postalExtension": "1234", "state": "FL", "streetName": "FirstBorrower St", "streetNumber": "111" } ], "annualIncome": 75000, "birthDate": "1980-08-24", "branchNumber": "02", "creditScoreDetails": [ { "approvalCreditScore": 750, "creditScore": 740, "ficoScore": 750 } ], "customerID": "", "customerType": "Person", "emailAddress": "firstborrower@yahoo.com", "employeeCode": "", "employer": { "city": "Lake Mary", "employerName": "Kinective", "isSelfEmployed": false, "occupation": "Programmer", "postalCode": "32746", "state": "FL", "streetName": "Kinective Dr", "streetNumber": "333", "telephoneNumber": "4071112222" }, "governmentMonitoring": { "age": 44, "genderDetails": { "gender": "Male" } }, "idList": [ { "expirationDate": "2024-08-24", "issueDate": "2019-08-24", "issueLocation": "FL", "issuer": "DMV", "type": "DriversLicense", "value": "D111222333444" } ], "isEmployee": true, "naicsCode": "", "name": { "businessName": "", "firstName": "Frosty", "lastName": "FirstBorrower", "legalName": "Frosty the Snowman", "middleName": "Snowman", "prefix": "Mr", "suffix": "Esq" }, "officerCode": "SDS", "maritalStatusType": "Married", "phoneNumbers": [ { "areaCode": "407", "extension": "444", "number": "1112222", "phoneType": "Work" }, { "areaCode": "407", "number": "7698013", "phoneType": "Mobile" } ], "relationshipType": "Borrower", "riskRating": "", "taxID": "999889991", "tinCertDate": "2024-01-22", "tinCertification": "Certified" } ], collateral=[ { "collateralCode": "130", "collateralDetails": { "addresses": [ { "city": "Lake Mary", "county": "Orange", "postalCode": "32467", "postalExtension": "3333", "state": "FL", "streetName": "Collateral St", "streetNumber": "456" } ], "financedNumberOfUnits": "1", "lienPosition": "1", "occupancyCode": "PrimaryResidence", "propertyCensusCode": "", "propertyCountyCode": "", "propertyMsaCode": "", "propertyPurchaseDate": "2024-05-07", "propertyStateCode": "12", "propertyType": "1", "propertyParcelNumber": "042 H3234", "structureBuiltYear": "2012" }, "collateralDescription": "Collateral Description" } ], loanSearchBody={ "assetID": "jxchange_2020_api_test", "content": { "accountNumber": "999310", "accountType": "L" }, "uuid": "string" }, BODY={ "assetID": "jxchange_2020_api_test", "content": { "loan": { "customers": {{customers}}, "collateral": {{collateral}}, "loanDetails": {{loanDetails}}, "sbaDetails": { "sbaGuarantyPercent": 0 }, "userFields": [ { "key": "string", "value": "string" } ], "automaticFundsTransfer": { } } }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC102 Create loan
Steps:

Generating Access Token

 End Point URI:loan/loan-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 2992 milli second


loanNumber Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Loan Boarding File Uploaded!

 Loan has been booked successfully

Content is : {"loanNumber":"1112233"}
statusMessage is: Loan Boarding File Uploaded!
statusFlag is: true
UUID is: string

3 com.kinective.testscripts.Loans.LoansTest@73a1e9a9
jh2020ServiceDictionaryCustAdd
Test class: com.kinective.testscripts.Fi.FiTest
Test method: #TC32, #TC109 Query Service Dictionary Data
Parameters: {EXPECTED MESSAGE=Service Dictionary Query successful, ERROR MESSAGE=, TEST SCENARIO=#TC109 Query Service Dictionary CustAdd jh2020, VERIFY FIELDS=serviceDictionaryName,serviceDictionaryType,dictionaryElementInfo, EXPECTED STATUS=200, serviceDictionaryFilter=[ { "filterInformation": { "code": "", "value": "" } } ], responseTimeSeconds=15, TEST ID=jh2020ServiceDictionaryCustAdd, BODY={ "assetID": "jxchange_2020_api_test", "content": { "serviceDictionaryName": "CustAdd", "serviceDictionaryType": "Rq", "serviceDictionaryFilter": {{serviceDictionaryFilter}} }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC109 Query Service Dictionary CustAdd jh2020
Steps:

Generating Access Token

 End Point URI:jack-henry/jxchange/fidata/servicedictionaryquery

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 4548 milli second


serviceDictionaryName Field is present in Response Body


serviceDictionaryType Field is present in Response Body


dictionaryElementInfo Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Service Dictionary Query successful

 Query for the Dictionary has been successful.

Content is : {"serviceDictionaryType":"Rq","serviceDictionaryName":"CustAdd","dictionaryElementInfo":[{"path":"ErrOvrRdInfoArray.ErrOvrRd.ErrCode","name":"ErrCode","required":false},{"path":"CustDetail.PersonName.ComName","name":"ComName","required":false},{"path":"CustDetail.PersonName.FirstName","name":"FirstName","required":false},{"path":"CustDetail.PersonName.MiddleName","name":"MiddleName","required":false},{"path":"CustDetail.PersonName.LastName","name":"LastName","required":false},{"path":"CustDetail.PersonName.x_PersonName.SalName","name":"SalName","required":false},{"path":"ErrOvrRdInfoArray.ErrOvrRd.BusSvcType","name":"BusSvcType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"NoValidate"}],"required":false},{"path":"CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustDetail.Addr.StreetAddr1","name":"StreetAddr1","required":false},{"path":"CustDetail.Addr.StreetAddr2","name":"StreetAddr2","required":false},{"path":"CustDetail.Addr.City","name":"City","required":false},{"path":"CustDetail.Addr.StateCode","name":"StateCode","canonicalInfo":[{"description":"","value":""},{"description":"Armed Forces America","value":"AA"},{"description":"Anything Else","value":"AE"},{"description":"Alaska","value":"AK"},{"description":"Alabama","value":"AL"},{"description":"Armed Forces Pacific","value":"AP"},{"description":"Arkansas","value":"AR"},{"description":"American Samoa","value":"AS"},{"description":"Arizona","value":"AZ"},{"description":"California","value":"CA"},{"description":"Colorado","value":"CO"},{"description":"Connecticut","value":"CT"},{"description":"District of Columbia","value":"DC"},{"description":"Delware","value":"DE"},{"description":"Florida","value":"FL"},{"description":"Georiga","value":"GA"},{"description":"Guam","value":"GU"},{"description":"Hawaii","value":"HI"},{"description":"Iowa","value":"IA"},{"description":"Idaho","value":"ID"},{"description":"Illinois","value":"IL"},{"description":"Indiana","value":"IN"},{"description":"Kansas","value":"KS"},{"description":"kentucky","value":"KY"},{"description":"Louisiana","value":"LA"},{"description":"Massachusetts","value":"MA"},{"description":"Maryland","value":"MD"},{"description":"Maine","value":"ME"},{"description":"Marshall Islands","value":"MH"},{"description":"Michigan","value":"MI"},{"description":"Minnesota","value":"MN"},{"description":"Missouri","value":"MO"},{"description":"Mississippi","value":"MS"},{"description":"Montana","value":"MT"},{"description":"North Carolina","value":"NC"},{"description":"North Dakota","value":"ND"},{"description":"Nebraska","value":"NE"},{"description":"New Hampshire","value":"NH"},{"description":"New Jersey","value":"NJ"},{"description":"New Mexico","value":"NM"},{"description":"Nevada","value":"NV"},{"description":"New York","value":"NY"},{"description":"Ohio","value":"OH"},{"description":"Oklahoma","value":"OK"},{"description":"Oregon","value":"OR"},{"description":"Pennsylvania","value":"PA"},{"description":"Puerto Rico","value":"PR"},{"description":"Rhode Island","value":"RI"},{"description":"South Carilina","value":"SC"},{"description":"South Dakota","value":"SD"},{"description":"Tennessee","value":"TN"},{"description":"Texas","value":"TX"},{"description":"United State","value":"US"},{"description":"Utah","value":"UT"},{"description":"Virginia","value":"VA"},{"description":"Virgin Islands","value":"VI"},{"description":"Vermont","value":"VT"},{"description":"Washington","value":"WA"},{"description":"Wisconsin","value":"WI"},{"description":"West Virginia","value":"WV"},{"description":"Wyoming","value":"WY"}],"required":false},{"path":"CustDetail.Addr.PostalCode","name":"PostalCode","required":false},{"path":"CustDetail.Addr.DlvryPt","name":"DlvryPt","required":false},{"path":"CustDetail.Addr.County","name":"County","required":false},{"path":"CustDetail.PersonName.x_PersonName.LegalName","name":"LegalName","required":false},{"path":"CustDetail.NAICSCode","name":"NAICSCode","canonicalInfo":[{"description":"","value":""},{"description":"","value":"1111"},{"description":"Cash Grains, NEC (oilseed, except soybean farming)","value":"11112"},{"description":"Deciduous Tree Fruits (apple orchards and farms)","value":"11113"},{"description":"Wheat","value":"11114"},{"description":"Cash Grains, NEC (popcorn farming)","value":"11115"},{"description":"","value":"11119"},{"description":"Cash Grains, NEC (except popcorn, soybean, and dry","value":"111199"},{"description":"","value":"11121"},{"description":"Vegetables and Melons","value":"111219"},{"description":"","value":"1113"},{"description":"Citrus Fruits (except, orange groves and farms)","value":"11132"},{"description":"Deciduous Tree Fruits (apple orchards and farms)","value":"111331"},{"description":"Berry Crops (strawberry farms)","value":"111333"},{"description":"Tree Nuts","value":"111335"},{"description":"Deciduous Tree Fruits (except apple orchards and f","value":"111339"},{"description":"","value":"1114"},{"description":"Food Crops Grown Under Cover (mushrooms, growing o","value":"111411"},{"description":"","value":"11142"},{"description":"Timber Tracts (short rotation woody crops)","value":"111421"},{"description":"","value":"1119"},{"description":"Cotton","value":"11192"},{"description":"Field Crops, Except Cash Grains, NEC (hay farms)","value":"11194"},{"description":"Sugarcane and Sugar Beets (sugar beet farms)","value":"111991"},{"description":"Field Crops, Except Cash Grains, NEC (except peanu","value":"111998"},{"description":"Forest Products (maple sap, gathering of)","value":"111998"},{"description":"Food Preparations, NEC (reducing maple sap to mapl","value":"111998"},{"description":"","value":"1121"},{"description":"Beef Cattle, Except Feedlots","value":"112111"},{"description":"Beef Cattle Feedlots","value":"112112"},{"description":"Null Set for U.S.","value":"11213"},{"description":"Hogs","value":"11221"},{"description":"Chicken Eggs","value":"11231"},{"description":"Turkey and Turkey Eggs","value":"11233"},{"description":"Poultry and Eggs, NEC","value":"11239"},{"description":"Sheep and Goats (sheep farms)","value":"11241"},{"description":"","value":"1125"},{"description":"Animal Aquaculture (finfish farms)","value":"112511"},{"description":"Animal Aquaculture (shellfish farms)","value":"112512"},{"description":"Animal Aquaculture (except finfish and shellfish)","value":"112519"},{"description":"","value":"1129"},{"description":"Horse and Other Equine","value":"11292"},{"description":"General Livestock, Except Dairy and Poultry","value":"11299"},{"description":"General Farms, Primarily Livestock and Animal Spec","value":"11299"},{"description":"","value":"113"},{"description":"Timber Tracts (long term timber farms)","value":"11311"},{"description":"Forest Nurseries and Gathering of Forest Products","value":"11321"},{"description":"Logging","value":"11331"},{"description":"","value":"114"},{"description":"","value":"11411"},{"description":"Shellfish","value":"114112"},{"description":"","value":"1142"},{"description":"","value":"11421"},{"description":"","value":"1151"},{"description":"Cotton Ginning","value":"115111"},{"description":"Crop Planting, Cultivating, and Protecting","value":"115112"},{"description":"Crop Preparation Services For Market, Except Cotto","value":"115114"},{"description":"Farm Management Services","value":"115116"},{"description":"Livestock Services, Except Veterinary (except cust","value":"11521"},{"description":"Repair Services, NEC (farriers)","value":"11521"},{"description":"Forestry Services","value":"11531"},{"description":"","value":"21"},{"description":"","value":"2111"},{"description":"Crude Petroleum and Natural Gas","value":"211111"},{"description":"Industrial Inorganic Chemicals, NEC (recovering su","value":"211112"},{"description":"","value":"2121"},{"description":"Bituminous Coal and Lignite Surface Mining","value":"212111"},{"description":"Anthracite Mining","value":"212113"},{"description":"Iron Ores","value":"21221"},{"description":"Gold Ores","value":"212221"},{"description":"","value":"21223"},{"description":"Copper Ores","value":"212234"},{"description":"","value":"21229"},{"description":"Ferroalloy Ores, Except Vanadium (other ferroalloy","value":"212299"},{"description":"","value":"2123"},{"description":"Dimension Stone","value":"212311"},{"description":"Crushed and Broken Granite","value":"212313"},{"description":"Miscellaneous Nonmetallic Minerals, Except Fuels (","value":"212319"},{"description":"Construction Sand and Gravel","value":"212321"},{"description":"Kaolin and Ball Clay","value":"212324"},{"description":"Clay, Ceramic, and Refractory Minerals, NEC","value":"212325"},{"description":"","value":"21239"},{"description":"Phosphate Rock","value":"212392"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"212393"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"212399"},{"description":"","value":"2131"},{"description":"Drilling Oil and Gas Wells","value":"213111"},{"description":"Oil and Gas Field Services, NEC","value":"213112"},{"description":"Metal Mining Services (except geophysical surveyin","value":"213114"},{"description":"","value":"22"},{"description":"","value":"2211"},{"description":"Electric Services (hydroelectric power generation)","value":"221111"},{"description":"Combination Utilities, NEC (hydroelectric power ge","value":"221111"},{"description":"Electric and Other Services Combined (fossil fuel","value":"221112"},{"description":"Electric Services (nuclear electric power generati","value":"221113"},{"description":"Combination Utilities, NEC (nuclear power generati","value":"221113"},{"description":"Electric and Other Services Combined (other electr","value":"221119"},{"description":"","value":"22112"},{"description":"Electric and Other Services Combined (electric pow","value":"221121"},{"description":"Electric Services (electric power distribution)","value":"221122"},{"description":"Combination Utilities, NEC (electric power distrib","value":"221122"},{"description":"Natural Gas Transmission and Distribution (distrib","value":"22121"},{"description":"Mixed, Manufactured, or Liquefied Petroleum Gas Pr","value":"22121"},{"description":"Gas and Other Services Combined (natural gas distr","value":"22121"},{"description":"","value":"2213"},{"description":"Irrigation Systems","value":"22131"},{"description":"Steam and Air-Conditioning Supply","value":"22133"},{"description":"","value":"233"},{"description":"Land Subdividers and Developers, Except Cemeteries","value":"23311"},{"description":"General Contractors-Single-Family Houses","value":"23321"},{"description":"Management Services (single family housing constru","value":"23321"},{"description":"Operative Builders (multi-family housing construct","value":"23322"},{"description":"","value":"2333"},{"description":"General Contractors-Industrial Buildings and Wareh","value":"23331"},{"description":"General Contractors-Residential Building Other tha","value":"23332"},{"description":"General Contractors-Industrial Buildings and Wareh","value":"23332"},{"description":"Management Services (commercial and institutional","value":"23332"},{"description":"","value":"2341"},{"description":"Management Services (highway and street constructi","value":"23411"},{"description":"Management Services (bridge and tunnel constructio","value":"23412"},{"description":"Water, Sewer, Pipeline, and Communications and Pow","value":"23491"},{"description":"Water, Sewer, Pipeline, and Communications and Pow","value":"23492"},{"description":"Heavy Construction, NEC (industrial nonbuilding st","value":"23493"},{"description":"Heavy Construction, NEC (nonbuilding structures ex","value":"23499"},{"description":"Management Services (other heavy construction mana","value":"23499"},{"description":"","value":"2351"},{"description":"Repair Shops and Related Services (boiler cleaning","value":"23511"},{"description":"Painting and Paper Hanging","value":"23521"},{"description":"","value":"2353"},{"description":"","value":"2354"},{"description":"Plastering, Drywall, Acoustical, and Insulation Wo","value":"23542"},{"description":"Concrete Work (stucco construction)","value":"23542"},{"description":"","value":"2355"},{"description":"Floor Laying and Other Floor Work, NEC","value":"23552"},{"description":"Roofing, Siding, and Sheet Metal Work","value":"23561"},{"description":"Concrete Work (except stucco construction)","value":"23571"},{"description":"Water Well Drilling","value":"23581"},{"description":"Structural Steel Erection","value":"23591"},{"description":"Specialty Trade Contractors, NEC (tinting glass wo","value":"23592"},{"description":"Wrecking and Demolition Work","value":"23594"},{"description":"Special Trade Contractors, NEC (except paint and w","value":"23599"},{"description":"","value":"311"},{"description":"","value":"31111"},{"description":"Prepared Feeds and Feed Ingredients for Animals an","value":"311119"},{"description":"","value":"3112"},{"description":"Dehydrated Fruits, Vegetables and Soup Mixes (vege","value":"311211"},{"description":"Rice Milling","value":"311212"},{"description":"Malt","value":"311213"},{"description":"Wet Corn Milling (except refining purchased oil)","value":"311221"},{"description":"Shortening, Table Oils, Margarine, and Other Edibl","value":"311222"},{"description":"Shortening, Table Oils, Margarine and Other Edible","value":"311223"},{"description":"Wet Corn Milling (refining purchased oil)","value":"311225"},{"description":"Soybean Oil Mills (processing purchased soybean oi","value":"311225"},{"description":"Shortening, Table Oils, Margarine, and Other Edibl","value":"311225"},{"description":"","value":"3113"},{"description":"Cane Sugar, Except Refining","value":"311311"},{"description":"Beet Sugar","value":"311313"},{"description":"Candy and Other Confectionery Products (chocolate","value":"31133"},{"description":"Candy, Nut, and Confectionery Stores (chocolate ca","value":"31133"},{"description":"Food Preparations, NEC (marshmallow creme)","value":"31134"},{"description":"Candy, Nut, and Confectionery Stores (nonchocolate","value":"31134"},{"description":"","value":"31141"},{"description":"Frozen Specialties, NEC","value":"311412"},{"description":"Canned Fruits, Vegetables, Preserves, Jams, and Je","value":"311421"},{"description":"Canned Specialties (except canned puddings)","value":"311422"},{"description":"Food Preparation, NEC (bouillon, and potatoes drie","value":"311423"},{"description":"","value":"31151"},{"description":"Creamery Butter","value":"311512"},{"description":"Dry, Condensed and Evaporated Dairy Products","value":"311514"},{"description":"Ice Cream and Frozen Desserts","value":"31152"},{"description":"","value":"31161"},{"description":"Meat Packing Plants","value":"311611"},{"description":"Sausages and Other Prepared Meats (except lard mad","value":"311612"},{"description":"Animal and Marine Fats and Oils (animal fats and o","value":"311613"},{"description":"Poultry Slaughtering and Processing (poultry proce","value":"311615"},{"description":"","value":"31171"},{"description":"Canned and Cured Fish and Seafood","value":"311711"},{"description":"Prepared Fresh or Frozen Fish and Seafood","value":"311712"},{"description":"","value":"31181"},{"description":"Bread and Other Bakery Products, Except Cookies an","value":"311812"},{"description":"Frozen Bakery Products, Except Bread","value":"311813"},{"description":"Cookies and Crackers (except unleavened bread and","value":"311821"},{"description":"Macaroni, Spaghetti, Vermicelli and Noodles","value":"311823"},{"description":"Food Preparations, NEC (tortillas)","value":"31183"},{"description":"","value":"31191"},{"description":"Food Preparations, NEC (peanut butter)","value":"311911"},{"description":"Potato Chips, Corn Chips, and Similar Snacks","value":"311919"},{"description":"Flavoring Extracts and Flavoring Syrups, NEC (coff","value":"31192"},{"description":"Food Preparations, NEC (tea)","value":"31192"},{"description":"","value":"31194"},{"description":"Food Preparations, NEC (vinegar, prepared dips (ex","value":"311941"},{"description":"Flavoring Extracts and Flavoring Syrups (flavoring","value":"311942"},{"description":"Chemical Preparations, NEC (table salt)","value":"311942"},{"description":"Food Preparations, NEC (perishable prepared food)","value":"311991"},{"description":"Canned Specialties (canned puddings)","value":"311999"},{"description":"Flavoring Extracts and Flavoring Syrups (powered d","value":"311999"},{"description":"","value":"312"},{"description":"","value":"31211"},{"description":"Bottled and Canned Soft Drinks and Carbonated Wate","value":"312112"},{"description":"Manufactured Ice","value":"312113"},{"description":"Wines, Brandy, and Brandy Spirits","value":"31213"},{"description":"Distilled and Blended Liquors (except applejack)","value":"31214"},{"description":"","value":"3122"},{"description":"","value":"31222"},{"description":"Cigars","value":"312229"},{"description":"Tobacco Stemming and Redrying (reconstituted","value":"312229"},{"description":"","value":"3131"},{"description":"Yarn Spinning Mills","value":"313111"},{"description":"Yarn Texturing, Throwing, Winding Mills","value":"313112"},{"description":"Textile Goods, NEC (thread of hemp, linen, and","value":"313113"},{"description":"Broadwoven Fabric Mills, Cotton","value":"31321"},{"description":"Broadwoven Fabric Mills, Wool (Including Dyeing an","value":"31321"},{"description":"","value":"31322"},{"description":"Textile Goods, NEC (narrow woven fabric of jute, l","value":"313221"},{"description":"Nonwoven Fabrics","value":"31323"},{"description":"","value":"31324"},{"description":"Knitting Mills NEC (finished articles of weft knit","value":"313241"},{"description":"Knitting Mills NEC (finished articles of warp knit","value":"313249"},{"description":"","value":"31331"},{"description":"Finishers of Broadwoven Fabrics of Cotton","value":"313311"},{"description":"Piece Goods and Notions (broadwoven piece","value":"313311"},{"description":"Broadwoven Fabric Mills, Wool (wool finishing only","value":"313312"},{"description":"Hosiery, NEC (dyeing and finishing only)","value":"313312"},{"description":"Knit Underwear and Nightwear Mills (dyeing and fin","value":"313312"},{"description":"Lace and Warp Knit Fabric Mills (finishing)","value":"313312"},{"description":"Finishers of Textiles, NEC","value":"313312"},{"description":"Textile Goods, NEC (finishing hard fiber thread","value":"313312"},{"description":"Coated Fabrics, Not Rubberized","value":"31332"},{"description":"","value":"314"},{"description":"Carpets and Rugs","value":"31411"},{"description":"Curtains and Draperies","value":"314121"},{"description":"Housefurnishings, Except Curtains and Draperies (e","value":"314129"},{"description":"","value":"3149"},{"description":"Housefurnishings, Except Curtains and Draperies (b","value":"314911"},{"description":"Canvas and Related Products","value":"314912"},{"description":"Cordage and Twine","value":"314991"},{"description":"Textile Goods, NEC (recovery and processing of fib","value":"314999"},{"description":"Pleating, Decorative and Novelty Stitching, and Tu","value":"314999"},{"description":"Fabricated Textile Products, NEC (except apparel,","value":"314999"},{"description":"Business Services, NEC (embroidery of advertising","value":"314999"},{"description":"","value":"3151"},{"description":"Women's Full-Length and Knee-Length Hosiery, (exce","value":"315111"},{"description":"Hosiery, NEC (socks except dyeing and finishing on","value":"315119"},{"description":"Knit Outerwear Mills (except dyeing and finishing","value":"315191"},{"description":"Knit Outerwear Mills (bath robes and lounge","value":"315192"},{"description":"Knit Underwear and Nightwear Mills (except dyeing","value":"315192"},{"description":"","value":"31521"},{"description":"Men's and Boys' Shirts, Except Work Shirts","value":"315211"},{"description":"Men's and Boys' Neckwear (contractors)","value":"315211"},{"description":"Men's and Boys' Work Clothing (contractors)","value":"315211"},{"description":"Women's, Misses', Children's, and Infants' Underwe","value":"315211"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315211"},{"description":"Fur Goods (men's and boys' contractors)","value":"315211"},{"description":"Robes and Dressing Gowns (men's and boys' contract","value":"315211"},{"description":"Leather and Sheep-Lined Clothing ( men's and boys'","value":"315211"},{"description":"Apparel and Accessories, NEC (contractors)","value":"315211"},{"description":"Leather Gloves and Mittens ( men's and boys' contr","value":"315211"},{"description":"Women's, Misses' and Juniors' Dresses","value":"315212"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (con","value":"315212"},{"description":"Brassieres, Girdles, and Allied Garments (contract","value":"315212"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315212"},{"description":"Fur Goods ( women's, girls' and infants' contracto","value":"315212"},{"description":"Robes and Dressing Gowns (women's, girls', and inf","value":"315212"},{"description":"Leather and Sheep-Lined Clothing (women's, girls',","value":"315212"},{"description":"Apparel and Accessories, NEC (contractors)","value":"315212"},{"description":"Leather Gloves and Mittens (women's, girls', and i","value":"315212"},{"description":"Men's and Boys' Underwear and Nightwear (except co","value":"315221"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (b","value":"315221"},{"description":"Men's and Boys' Suits, Coats, and Overcoats (excep","value":"315222"},{"description":"Waterproof Outerwear (men's and boys' water resist","value":"315222"},{"description":"Men's and Boys' Shirts, Except Work Shirts (except","value":"315223"},{"description":"Miscellaneous Apparel and Accessory Stores (custom","value":"315223"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (b","value":"315224"},{"description":"Men's and Boys' Clothing, NEC (men's and boys' oth","value":"315228"},{"description":"Waterproof Outerwear (men's and boys' water resist","value":"315228"},{"description":"Women's, Misses', Children's, and Infants' Underwe","value":"315231"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (g","value":"315231"},{"description":"Apparel and Accessories, NEC (garters and garter b","value":"315231"},{"description":"Girls', Children's, and Infants' Dresses, Blouses","value":"315232"},{"description":"Girls', Children's, and Infants' Dresses, Blouses","value":"315233"},{"description":"Women's, Misses', and Juniors' Suits, Skirts, and","value":"315234"},{"description":"Waterproof Outerwear (women's and girls' water res","value":"315234"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (g","value":"315239"},{"description":"","value":"31529"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315291"},{"description":"Waterproof Outerwear (infants' outerwear except co","value":"315291"},{"description":"Leather and Sheep-Lined Clothing (except","value":"315292"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (ath","value":"315299"},{"description":"Apparel and Accessories, NEC (academic and clerica","value":"315299"},{"description":"","value":"3159"},{"description":"Hats, Caps, and Millinery (except contractors)","value":"315991"},{"description":"Leather Gloves and Mittens (except contractors)","value":"315992"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (sca","value":"315999"},{"description":"Apparel Belts (except contractors)","value":"315999"},{"description":"Automotive Trimmings, Apparel Findings, and Relate","value":"315999"},{"description":"Fabricated Rubber Products, NEC (rubber bibs, apro","value":"315999"},{"description":"","value":"3161"},{"description":"Manufacturing Industries, NEC (fur dressing and","value":"31611"},{"description":"","value":"31621"},{"description":"House Slippers","value":"316212"},{"description":"Women's Footwear, Except Athletic","value":"316214"},{"description":"","value":"3169"},{"description":"Luggage","value":"316991"},{"description":"Personal Leather Goods, Except Women's Handbags an","value":"316993"},{"description":"Leather Goods, NEC","value":"316999"},{"description":"","value":"3211"},{"description":"Sawmills and Planing Mills, General (sawmills)","value":"321113"},{"description":"Special Product Sawmills, NEC (shingle mills, shak","value":"321113"},{"description":"","value":"3212"},{"description":"Hardwood Veneer and Plywood","value":"321211"},{"description":"Structural Wood Members, NEC (except trusses)","value":"321213"},{"description":"Reconstituted Wood Products","value":"321219"},{"description":"","value":"32191"},{"description":"Sawmills and Planing Mills, General (lumber manufa","value":"321912"},{"description":"Special Product Sawmills, NEC (stave manufacturing","value":"321912"},{"description":"Sawmills and Planing Mills, General (softwood floo","value":"321918"},{"description":"Special Product Sawmills, NEC (cooperage stock)","value":"32192"},{"description":"Wood Pallets and Skids","value":"32192"},{"description":"Wood Products, NEC (wood tubs and vats, jewelry, c","value":"32192"},{"description":"Mobile Homes","value":"321991"},{"description":"Sawmills and Planing Mills, General (kiln drying)","value":"321999"},{"description":"Wood Products, NEC (other wood products)","value":"321999"},{"description":"","value":"322"},{"description":"Pulp Mills (pulp producing mills only)","value":"32211"},{"description":"Pulp Mills (pulp mills producing paper)","value":"322121"},{"description":"Paper Mills (newsprint mills)","value":"322122"},{"description":"Pulp Mills (pulp mills producing paperboard)","value":"32213"},{"description":"","value":"3222"},{"description":"Corrugated and Solid Fiber Boxes","value":"322211"},{"description":"Folding Paperboard Boxes, Including Sanitary","value":"322212"},{"description":"Fiber Cans, Tubes, Drums, and Similar Products","value":"322214"},{"description":"","value":"32222"},{"description":"Coated and Laminated Paper, NEC","value":"322222"},{"description":"Plastics, Foil, and Coated Paper Bags (except all","value":"322223"},{"description":"Metal Foil and Leaf (laminated aluminum foil rolls","value":"322225"},{"description":"","value":"32223"},{"description":"Converted Paper and Paperboard Products, NEC (pape","value":"322231"},{"description":"Stationery, Tablets, and Related Products","value":"322233"},{"description":"Sanitary Paper Products","value":"322291"},{"description":"Die-Cut Paper and Paperboard and Cardboard (die-cu","value":"322299"},{"description":"","value":"323"},{"description":"","value":"32311"},{"description":"Greeting Cards (lithographic printing of greeting","value":"323110"},{"description":"Greeting Cards (gravure printing of greeting cards","value":"323111"},{"description":"Greeting Cards (flexographic printing of greeting","value":"323112"},{"description":"Commercial Printing, NEC (screen printing)","value":"323113"},{"description":"Commercial Printing, Lithographic (quick printing)","value":"323114"},{"description":"Photocopying and Duplicating Services (instant pri","value":"323114"},{"description":"Manifold Business Forms","value":"323116"},{"description":"Book Printing","value":"323117"},{"description":"Commercial Printing, NEC (other commercial printin","value":"323119"},{"description":"","value":"32312"},{"description":"Typesetting","value":"323122"},{"description":"","value":"324"},{"description":"Petroleum Refining","value":"32411"},{"description":"Asphalt Paving Mixtures and Blocks","value":"324121"},{"description":"","value":"32419"},{"description":"Products of Petroleum and Coal, NEC","value":"324199"},{"description":"","value":"325"},{"description":"Cyclic Organic Crudes and Intermediates, and Organ","value":"32511"},{"description":"Industrial Gases","value":"32512"},{"description":"","value":"32513"},{"description":"Industrial Inorganic Chemicals, NEC (inorganic dye","value":"325131"},{"description":"","value":"32518"},{"description":"Inorganic pigments (bone and lamp black)","value":"325182"},{"description":"Industrial Inorganic Chemicals, NEC (except activa","value":"325188"},{"description":"","value":"32519"},{"description":"Cyclic Organic Crudes and Intermediates and Organi","value":"325192"},{"description":"Industrial Organic Chemicals, NEC (except aliphati","value":"325199"},{"description":"","value":"3252"},{"description":"Plastics Materials, Synthetic and Resins, and Nonv","value":"325211"},{"description":"","value":"32522"},{"description":"Manmade Organic Fibers, Except Cellulosic","value":"325222"},{"description":"","value":"32531"},{"description":"Phosphatic Fertilizers","value":"325312"},{"description":"Pesticides and Agricultural Chemicals, NEC","value":"32532"},{"description":"","value":"32541"},{"description":"Pharmaceutical Preparations","value":"325412"},{"description":"In-Vitro and In-Vivo Diagnostic Substances (in-vit","value":"325413"},{"description":"","value":"3255"},{"description":"Chemicals and Chemical Preparations, NEC (frit)","value":"32551"},{"description":"","value":"3256"},{"description":"Soaps and Other Detergents, Except Specialty Clean","value":"325611"},{"description":"Specialty Cleaning, Polishing, and Sanitary Prepar","value":"325612"},{"description":"Perfumes, Cosmetics, and Other Toilet Preparations","value":"32562"},{"description":"Printing Ink","value":"32591"},{"description":"","value":"32599"},{"description":"Photographic Equipment and Supplies (photographic","value":"325992"},{"description":"Chemicals and Chemical Preparations, NEC (except f","value":"325998"},{"description":"Manufacturing Industries, NEC (matches)","value":"325998"},{"description":"","value":"326"},{"description":"","value":"32611"},{"description":"Packaging Paper and Plastics Film, Coated, and Lam","value":"326112"},{"description":"","value":"32612"},{"description":"Plastics Product, NEC (plastics sausage casings)","value":"326121"},{"description":"Plastics Products, NEC (pipe fittings)","value":"326122"},{"description":"Plastics Foam Products (polystyrene foam products)","value":"32614"},{"description":"Plastics Bottles","value":"32616"},{"description":"Plastics Plumbing Fixtures","value":"326191"},{"description":"Linoleum, Asphalted-Felt-Base, and Other Hard Surf","value":"326192"},{"description":"Manufacturing Industries, NEC (plastics products s","value":"326199"},{"description":"","value":"32621"},{"description":"Tire Retreading and Repair Shops (rebuilding)","value":"326212"},{"description":"","value":"32629"},{"description":"Fabricated Rubber Products, NEC (except rubberized","value":"326299"},{"description":"","value":"3271"},{"description":"Vitreous China Plumbing Fixtures and China and Ear","value":"327111"},{"description":"Fine Earthenware (Whiteware) Table and Kitchen Art","value":"327112"},{"description":"Nonmetallic Mineral Products, NEC (clay statuary)","value":"327112"},{"description":"","value":"32712"},{"description":"Ceramic Wall and Floor Tile","value":"327122"},{"description":"Clay Refractories","value":"327124"},{"description":"","value":"3272"},{"description":"Flat Glass","value":"327211"},{"description":"Glass Containers","value":"327213"},{"description":"","value":"3273"},{"description":"Ready-Mixed Concrete","value":"32732"},{"description":"Brick and Structural Clay Tile (slumped brick)","value":"327331"},{"description":"Concrete Products, Except Block and Brick (concret","value":"327332"},{"description":"","value":"3274"},{"description":"Gypsum Products","value":"32742"},{"description":"","value":"3279"},{"description":"","value":"32799"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"327992"},{"description":"Concrete Products, Except Block and Brick (dry mix","value":"327999"},{"description":"Nonmetallic Mineral Products, NEC (except moldings","value":"327999"},{"description":"","value":"3311"},{"description":"Steel Works, Blast Furnaces (Including Coke Ovens)","value":"331111"},{"description":"","value":"3312"},{"description":"","value":"33122"},{"description":"Cold-Rolled Steel Sheet, Strip and Bars","value":"331221"},{"description":"Steel Wiredrawing and Steel Nails and Spikes (stee","value":"331222"},{"description":"","value":"33131"},{"description":"Primary Production of Aluminum","value":"331312"},{"description":"Primary Metal Products, NEC (aluminum powder, past","value":"331314"},{"description":"Aluminum Extruded Products","value":"331316"},{"description":"Drawing and Insulating of Nonferrous Wire (aluminu","value":"331319"},{"description":"","value":"33141"},{"description":"Primary Smelting and Refining of Nonferrous Metals","value":"331419"},{"description":"Rolling, Drawing, and Extruding of Copper","value":"331421"},{"description":"","value":"331422"},{"description":"Primary Metal Products, NEC (copper powders, flake","value":"331423"},{"description":"Rolling, Drawing, and Extruding of Nonferrous Meta","value":"331491"},{"description":"Secondary Smelting and Refining of Nonferrous Meta","value":"331492"},{"description":"","value":"3315"},{"description":"Gray and Ductile Iron Foundries","value":"331511"},{"description":"Malleable Iron Foundries","value":"331511"},{"description":"Steel Foundries, NEC","value":"331513"},{"description":"Aluminum Die-Castings","value":"331521"},{"description":"Aluminum Foundries","value":"331524"},{"description":"Nonferrous Foundries, Except Aluminum and Copper","value":"331528"},{"description":"","value":"3321"},{"description":"Iron and Steel Forgings","value":"332111"},{"description":"Miscellaneous Structural Metal Work (custom roll f","value":"332114"},{"description":"Metal Stampings, NEC (except kitchen utensils, pot","value":"332116"},{"description":"","value":"332117"},{"description":"","value":"33221"},{"description":"Silverware, Plated Ware, and Stainless Steel Ware","value":"332211"},{"description":"Hand and Edge Tools, Except Machine Tools and Hand","value":"332212"},{"description":"Lawn and Garden Tractors and Home Lawn and Garden","value":"332212"},{"description":"Noncurrent-Carrying Wiring Devices (fish wire, ele","value":"332212"},{"description":"Saw Blades and Handsaws","value":"332213"},{"description":"","value":"3323"},{"description":"Prefabricated Metal Buildings and Components","value":"332311"},{"description":"Miscellaneous Structural Metal Work (fabricated ba","value":"332312"},{"description":"","value":"33232"},{"description":"Miscellaneous Structural Metal Work (curtain wall)","value":"332321"},{"description":"Architectural and Ornamental Metal Work","value":"332323"},{"description":"Farm Machinery and Equipment (corrals, stalls, and","value":"332323"},{"description":"Fabricated Plate Work (Boiler Shops) (power boiler","value":"33241"},{"description":"Fabricated Plate Work (Boiler Shops) (heavy gauge","value":"33242"},{"description":"Metal Cans","value":"332431"},{"description":"Hardware, NEC (vacuum and insulated bottles, jugs,","value":"332439"},{"description":"Fabricated Metal Products, NEC (metal boxes)","value":"332439"},{"description":"","value":"3325"},{"description":"Fabricated Metal Products, NEC (safe and vault loc","value":"33251"},{"description":"","value":"33261"},{"description":"Wire Springs (except watch and clock springs)","value":"332612"},{"description":"Primary Metal Products, NEC (nonferrous nails, bra","value":"332618"},{"description":"","value":"3327"},{"description":"","value":"33272"},{"description":"Bolts, Nuts, Screws, Rivets, and Washers","value":"332722"},{"description":"","value":"3328"},{"description":"Metal Heat Treating","value":"332811"},{"description":"Primary Metal Products, NEC (laminating steel)","value":"332813"},{"description":"","value":"3329"},{"description":"Industrial Valves","value":"332911"},{"description":"Aircraft Parts and Auxiliary Equipment, NEC (fluid","value":"332912"},{"description":"Hardware, NEC (fire hose nozzles and couplings)","value":"332919"},{"description":"Fabricated Metal Products, NEC (metal aerosol valv","value":"332919"},{"description":"","value":"33299"},{"description":"Small Arms Ammunition","value":"332992"},{"description":"Small Arms","value":"332994"},{"description":"Ordnance and Accessories, NEC","value":"332995"},{"description":"Industrial Patterns","value":"332997"},{"description":"Abrasive Products (steel wool with or without soap","value":"332999"},{"description":"Plumbing Fixture Fittings and Trim (metal shower r","value":"332999"},{"description":"Metal Foil and Leaf (foil and foil containers)","value":"332999"},{"description":"Industrial Trucks, Tractors, Trailers, and Stacker","value":"332999"},{"description":"Silverware, Plated Ware, and Stainless Steel Ware","value":"332999"},{"description":"","value":"333"},{"description":"","value":"33311"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333111"},{"description":"Construction Machinery and Equipment (except railw","value":"33312"},{"description":"Mining Machinery and Equipment, Except Oil and Gas","value":"333131"},{"description":"","value":"3332"},{"description":"Special Industry Machinery, NEC (rubber and plasti","value":"33322"},{"description":"Paper Industries Machinery","value":"333291"},{"description":"Printing Trades Machinery and Equipment","value":"333293"},{"description":"Special Industry Machinery, NEC (semiconductor mac","value":"333295"},{"description":"Household Appliances, NEC (household sewing machin","value":"333298"},{"description":"","value":"33331"},{"description":"Calculating and Accounting Machines, Except Electr","value":"333311"},{"description":"Calculating and Accounting Machinery, Except Elect","value":"333313"},{"description":"Optical Instruments and Lenses","value":"333314"},{"description":"Special Industry Machinery, NEC (automotive mainte","value":"333319"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333319"},{"description":"Manufacturing Industries, NEC (beauty and barber s","value":"333319"},{"description":"","value":"33341"},{"description":"Industrial and Commercial Fans and Blowers and Air","value":"333412"},{"description":"Wood Products, NEC (wood cooling towers)","value":"333414"},{"description":"Sheet Metal Work (sheet metal cooling towers)","value":"333414"},{"description":"General Industrial Machinery and Equipment, NEC (e","value":"333414"},{"description":"","value":"3335"},{"description":"Special Dies and Tools, Die Sets, Jigs and Fixture","value":"333511"},{"description":"Machine Tools, Metal Forming Type","value":"333513"},{"description":"Cutting Tools, Machine Tool Accessories, and Machi","value":"333515"},{"description":"Metalworking Machinery, NEC","value":"333518"},{"description":"","value":"33361"},{"description":"Speed Changers, Industrial High-Speed Drives, and","value":"333612"},{"description":"Internal Combustion Engines, NEC (except stationar","value":"333618"},{"description":"","value":"3339"},{"description":"Pumps and Pumping Equipment","value":"333911"},{"description":"Air and Gas Compressors","value":"333912"},{"description":"","value":"33392"},{"description":"Farm Machinery and Equipment (farm conveyors and e","value":"333922"},{"description":"Overhead Traveling Cranes, Hoists, and Monorail Sy","value":"333923"},{"description":"Miscellaneous Fabricated Wire Products (grocery ca","value":"333924"},{"description":"Transportation Equipment, NEC (wheelbarrows)","value":"333924"},{"description":"Power-Driven Handtools","value":"333991"},{"description":"Electrical Machinery Equipment and Supplies, NEC (","value":"333992"},{"description":"Industrial Process Furnaces and Ovens","value":"333994"},{"description":"Fluid Power Pumps and Motors","value":"333996"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333999"},{"description":"","value":"334"},{"description":"","value":"33411"},{"description":"Computer Storage Devices","value":"334112"},{"description":"Computer Peripheral Equipment, NEC (except plotter","value":"334119"},{"description":"","value":"3342"},{"description":"Radio and Television Broadcasting and Communicatio","value":"33422"},{"description":"Communications Equipment, NEC","value":"33429"},{"description":"Household Audio and Video Equipment","value":"33431"},{"description":"","value":"3344"},{"description":"Electron Tubes","value":"334411"},{"description":"Semiconductors and Related Devices","value":"334413"},{"description":"Electronic Resistors","value":"334415"},{"description":"Electronic Connectors","value":"334417"},{"description":"Electronic Components, NEC (printed circuit/electr","value":"334418"},{"description":"Electronic Components, NEC (other electronic compo","value":"334419"},{"description":"","value":"33451"},{"description":"Electromedical and Electrotherapeutic Apparatus (o","value":"334510"},{"description":"Automatic Controls for Regulating Residential and","value":"334512"},{"description":"Totalizing Fluid Meters and Counting Devices","value":"334514"},{"description":"Measuring and Controlling Devices, NEC (motor vehi","value":"334514"},{"description":"Laboratory Analytical Instruments","value":"334516"},{"description":"Electromedical and Electrotherapeutic Apparatus (C","value":"334517"},{"description":"Office Machines, NEC (time clocks and other time r","value":"334518"},{"description":"Jewelers Findings and Materials and Lapidary Work","value":"334518"},{"description":"Measuring and Controlling Devices, NEC (except med","value":"334519"},{"description":"","value":"33461"},{"description":"Phonograph Records and Prerecorded Audio Tapes and","value":"334612"},{"description":"","value":"334613"},{"description":"Magnetic and Optical Recording Media","value":"334613"},{"description":"","value":"3351"},{"description":"","value":"33512"},{"description":"Manufacturing Industries, NEC (lamp shades of pape","value":"335121"},{"description":"Lighting Equipment, NEC","value":"335129"},{"description":"","value":"3352"},{"description":"Electric Housewares and Fans (except wall and base","value":"335211"},{"description":"Household Vacuum Cleaners","value":"335212"},{"description":"","value":"33522"},{"description":"Household Refrigerators and Home and Farm Freezers","value":"335222"},{"description":"Household Appliances, NEC (except floor waxing and","value":"335228"},{"description":"","value":"33531"},{"description":"Power, Distribution, and Speciality Transformers","value":"335311"},{"description":"Armature Rewinding Shops (remanufacturing)","value":"335312"},{"description":"Relays and Industrial Controls","value":"335314"},{"description":"","value":"33591"},{"description":"Primary Batteries, Dry and Wet","value":"335912"},{"description":"Drawing and Insulating of Nonferrous Wire (fiber o","value":"335921"},{"description":"","value":"33593"},{"description":"Noncurrent-Carrying Wiring Devices (except fishwir","value":"335932"},{"description":"Carbon and Graphite Products","value":"335991"},{"description":"Electrical Machinery, Equipment, and Supplies, NEC","value":"335999"},{"description":"","value":"3361"},{"description":"Motor Vehicles and Passenger Car Bodies (automobil","value":"336111"},{"description":"Motor Vehicles and Passenger Car Bodies (heavy dut","value":"33612"},{"description":"","value":"33621"},{"description":"Truck and Bus Bodies","value":"336211"},{"description":"Truck Trailers","value":"336212"},{"description":"Travel Trailers and Campers","value":"336214"},{"description":"","value":"3363"},{"description":"Carburetors, Pistons, Piston Rings, and Valves","value":"336311"},{"description":"","value":"33632"},{"description":"Electrical Equipment for Internal Combustion Engin","value":"336322"},{"description":"Motor Vehicle Parts and Accessories (steering and","value":"33633"},{"description":"Motor Vehicle Parts and Accessories (brake and bra","value":"33634"},{"description":"Automotive Trimmings, Apparel Findings, and Relate","value":"33636"},{"description":"Public Building and Related Furniture (seats for m","value":"33636"},{"description":"Automotive Stampings","value":"33637"},{"description":"Air-Conditioning and Warm Air Heating Equipment an","value":"336391"},{"description":"Internal Combustion Engines, NEC (stationary engin","value":"336399"},{"description":"Motor Vehicle Parts and Accessories (except truck","value":"336399"},{"description":"","value":"3364"},{"description":"Aircraft (except research and development)","value":"336411"},{"description":"Aircraft Engines and Engine Parts (except research","value":"336412"},{"description":"Guided Missiles and Space Vehicles (except researc","value":"336414"},{"description":"Guided Missile and Space Vehicle Parts and Auxilia","value":"336419"},{"description":"Construction Machinery and Equipment (railway trac","value":"33651"},{"description":"","value":"3366"},{"description":"Ship Building and Repairing (except floating dry d","value":"336611"},{"description":"","value":"3369"},{"description":"Games, Toys, and Children's Vehicles, Except Dolls","value":"336991"},{"description":"Motor Vehicles and Passenger Car Bodies (military","value":"336992"},{"description":"Transportation Equipment, NEC (except automobile,","value":"336999"},{"description":"","value":"3371"},{"description":"Furniture Stores (custom wood cabinets)","value":"33711"},{"description":"Wood Household Furniture, Upholstered","value":"337121"},{"description":"Mattress, Foundations, and Convertible Beds (conve","value":"337121"},{"description":"Wood Household Furniture, Except Upholstered (exce","value":"337122"},{"description":"Metal Household Furniture (except upholstered and","value":"337124"},{"description":"Public Building and Related Furniture (furniture m","value":"337127"},{"description":"Office and Store Fixtures, Partitions, Shelving, a","value":"337127"},{"description":"Lead Pencils, Crayons, and Artist's Materials (dra","value":"337127"},{"description":"Wood Television, Radio, Phonograph, and Sewing Mac","value":"337129"},{"description":"","value":"33721"},{"description":"Wood Office and Store Fixtures, Partitions, Shelvi","value":"337212"},{"description":"Hardwood Dimension and Flooring Mills (wood furnit","value":"337215"},{"description":"Wood Household Furniture, Except Upholstered (wood","value":"337215"},{"description":"Office and Store Fixtures, Partitions, Shelving an","value":"337215"},{"description":"Hardware, NEC (convertible bed sleeper mechanisms,","value":"337215"},{"description":"","value":"3379"},{"description":"Drapery Hardware and Window Blinds and Shades","value":"33792"},{"description":"","value":"3391"},{"description":"Furniture and Fixtures, NEC (hospital beds)","value":"339111"},{"description":"Surgical and Medical Instruments and Apparatus (op","value":"339111"},{"description":"Measuring and Controlling Devices, NEC (medical th","value":"339112"},{"description":"Orthopedic, Prosthetic, and Surgical Appliances an","value":"339113"},{"description":"Dental Equipment and Supplies","value":"339114"},{"description":"Optical Goods Stores (optical laboratories grindin","value":"339115"},{"description":"","value":"3399"},{"description":"Coating, Engraving, and Allied Services, NEC (jewe","value":"339911"},{"description":"Coating, Engraving, and Allied Services, NEC (silv","value":"339912"},{"description":"Jewelers' Findings and Materials, and Lapidary Wor","value":"339913"},{"description":"Costume Jewelry and Costume Novelties, Except Prec","value":"339914"},{"description":"Fabricated Rubber Products, NEC (wet suits)","value":"33992"},{"description":"Dolls and Stuffed Toys","value":"339931"},{"description":"Games, Toys, and Children's Vehicles, Except Dolls","value":"339932"},{"description":"","value":"33994"},{"description":"Public Buildings and Related Furniture (blackboard","value":"339942"},{"description":"Lead Pencils, Crayons, and Artists' Materials (exc","value":"339942"},{"description":"Carbon Paper and Inked Ribbons","value":"339944"},{"description":"","value":"33999"},{"description":"Musical Instruments","value":"339992"},{"description":"Boat and Shoe Cut Stock and Findings (metal buckle","value":"339993"},{"description":"Housefurnishings, Except Curtains and Draperies (m","value":"339994"},{"description":"Wood Products, NEC (mirror and picture frames)","value":"339999"},{"description":"Manufacturing Industries, NEC (other miscellaneous","value":"339999"},{"description":"","value":"421"},{"description":"Automobiles and Other Motor Vehicles","value":"42111"},{"description":"Tires and Tubes (except tires sold via retail meth","value":"42113"},{"description":"","value":"4212"},{"description":"Homefurnishings (except homefurnishings sold via r","value":"42122"},{"description":"Lumber, Plywood, Millwork, and Wood Panels","value":"42131"},{"description":"Roofing, Siding, and Insulation Materials","value":"42133"},{"description":"","value":"4214"},{"description":"Office Equipment (except sold via retail method)","value":"42142"},{"description":"Commercial Equipment, NEC","value":"42144"},{"description":"Ophthalmic Goods","value":"42146"},{"description":"","value":"4215"},{"description":"Coal and Other Mineral and Ores","value":"42152"},{"description":"Electrical Apparatus and Equipment, Wiring Supplie","value":"42161"},{"description":"Electronic Parts and Equipment, NEC","value":"42169"},{"description":"Hardware (except sold via retail method)","value":"42171"},{"description":"Warm Air Heating and Air-Conditioning Equipment an","value":"42173"},{"description":"","value":"4218"},{"description":"Farm and Garden Machinery and Equipment (except la","value":"42182"},{"description":"Industrial Supplies (fluid power accessories)","value":"42183"},{"description":"Service Establishment Equipment and Supplies (exce","value":"42185"},{"description":"Business Services, NEC (yacht brokers)","value":"42186"},{"description":"Sporting and Recreational Goods and Supplies","value":"42191"},{"description":"Scrap and Waste Materials","value":"42193"},{"description":"Durable Goods, NEC","value":"42199"},{"description":"","value":"422"},{"description":"Printing and Writing Paper","value":"42211"},{"description":"Industrial and Personal Service Paper","value":"42213"},{"description":"Drugs, Drug Proprietaries, and Druggists' Sundries","value":"42221"},{"description":"Piece Goods, Notions, and Other Dry Goods (except","value":"42231"},{"description":"Women's, Children's, and Infants' Clothing and Acc","value":"42233"},{"description":"","value":"4224"},{"description":"Packaged Frozen Foods","value":"42242"},{"description":"Poultry and Poultry Products","value":"42244"},{"description":"Fish and Seafoods","value":"42246"},{"description":"Fresh Fruits and Vegetables","value":"42248"},{"description":"","value":"4225"},{"description":"Livestock","value":"42252"},{"description":"","value":"4226"},{"description":"Chemicals and Allied Products, NEC","value":"42269"},{"description":"Petroleum Bulk Stations and Terminals (except pet","value":"42271"},{"description":"","value":"4228"},{"description":"Wine and Distilled Alcoholic Beverages","value":"42282"},{"description":"Farm Supplies (except lawn and garden supplies sol","value":"42291"},{"description":"Flowers, Nursery Stock, and Florists' Supplies (ex","value":"42293"},{"description":"Paints, Varnishes, and Supplies","value":"42295"},{"description":"","value":"44-45"},{"description":"","value":"4411"},{"description":"Motor Vehicle Dealers (Used Only)","value":"44112"},{"description":"Recreational Vehicle Dealers","value":"44121"},{"description":"Motorcycle Dealers","value":"441221"},{"description":"Automotive Dealers, NEC","value":"441229"},{"description":"Motor Vehicle Supplies and New Parts (Wholesale) (","value":"44131"},{"description":"Motor Vehicle Parts, Used (sold via retail method)","value":"44131"},{"description":"Tires and Tubes (Wholesale) (tires and tubes sold","value":"44132"},{"description":"","value":"442"},{"description":"Furniture (Wholesale) (sold via the retail method)","value":"44211"},{"description":"","value":"4422"},{"description":"Floor Coverings Stores","value":"44221"},{"description":"Drapery, Curtain, and Upholstery Stores (drapery a","value":"442291"},{"description":"Miscellaneous Homefurnishings Stores (except potte","value":"442299"},{"description":"","value":"443"},{"description":"","value":"44311"},{"description":"Refrigeration and Air-Conditioning Service and Rep","value":"443111"},{"description":"Radio, Television, and Consumer Electronics Stores","value":"443112"},{"description":"Radio and Television Repair Shops (retailing new r","value":"443112"},{"description":"Computer and Computer Software Stores","value":"44312"},{"description":"Camera and Photographic Supply Stores","value":"44313"},{"description":"","value":"4441"},{"description":"Paint, Glass, and Wallpaper Stores (paint and wall","value":"44412"},{"description":"Hardware Stores","value":"44413"},{"description":"Construction Materials, NEC (Wholesale) (glass, so","value":"44419"},{"description":"Plumbing and Heating Equipment and Supplies (Hydro","value":"44419"},{"description":"Paint, Glass, and Wallpaper Stores (glass)","value":"44419"},{"description":"Farm and Garden Machinery and Equipment (Wholesale","value":"44421"},{"description":"Farm Supplies (sold via retail method)","value":"44422"},{"description":"Retail Nurseries, Lawn and Garden Supply Stores (e","value":"44422"},{"description":"","value":"4451"},{"description":"Grocery Stores (convenience stores without gas)","value":"44512"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"44521"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"44522"},{"description":"","value":"44529"},{"description":"Candy, Nut and Confectionery Stores","value":"445292"},{"description":"Dairy Products Stores","value":"445299"},{"description":"Liquor Stores","value":"44531"},{"description":"","value":"4461"},{"description":"Service Establishment Equipment and Supplies (beau","value":"44612"},{"description":"Optical Goods Stores (except labs grinding prescr","value":"44613"},{"description":"Miscellaneous Food Stores (food supplements)","value":"446191"},{"description":"Miscellaneous Retail Stores, NEC (hearing aids and","value":"446199"},{"description":"","value":"4471"},{"description":"Grocery Stores (convenience store with gas)","value":"44711"},{"description":"","value":"448"},{"description":"Men's and Boys' Clothing and Accessory Stores (clo","value":"44811"},{"description":"Children's and Infants' Wear Stores","value":"44813"},{"description":"Men's and Boys' Clothing and Accessory Stores (acc","value":"44815"},{"description":"Miscellaneous Apparel and Accessory Stores (access","value":"44815"},{"description":"Women's Accessory and Specialty Stores (specialty","value":"44819"},{"description":"Shoe Stores","value":"44821"},{"description":"Jewelry Stores","value":"44831"},{"description":"","value":"451"},{"description":"Sporting Goods Stores and Bicycle Shops","value":"45111"},{"description":"Hobby, Toy, and Game Stores","value":"45112"},{"description":"Sewing, Needlework, and Piece Goods Stores","value":"45113"},{"description":"","value":"4512"},{"description":"Book Stores","value":"451211"},{"description":"Record and Prerecorded Tape Stores","value":"45122"},{"description":"","value":"4521"},{"description":"","value":"4529"},{"description":"Grocery Stores (grocery stores and supermarkets se","value":"45291"},{"description":"Variety Stores","value":"45299"},{"description":"","value":"453"},{"description":"Florists","value":"45311"},{"description":"Office Equipment (sold via retail method)","value":"45321"},{"description":"Stationery and Office Supplies (sold via retail me","value":"45321"},{"description":"Gift, Novelty, and Souvenir Shops","value":"45322"},{"description":"Used Merchandise Stores (except pawn shops)","value":"45331"},{"description":"Miscellaneous Retail Stores, NEC (pet and pet supp","value":"45391"},{"description":"Mobile Home Dealers","value":"45393"},{"description":"Tobacco Stores and Stands","value":"453991"},{"description":"","value":"454"},{"description":"Catalog and Mail-Order Houses","value":"45411"},{"description":"Automatic Merchandise Machine Operators","value":"45421"},{"description":"","value":"45431"},{"description":"Fuel Oil Dealers","value":"454311"},{"description":"Liquefied Petroleum Gas (Bottled Gas) Dealers","value":"454312"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"45439"},{"description":"","value":"48-49"},{"description":"","value":"4811"},{"description":"Air Transportation, Scheduled (passenger)","value":"481111"},{"description":"","value":"4812"},{"description":"Air Transportation, Nonscheduled (passenger)","value":"481211"},{"description":"Establishments that use general purpose aircraft t","value":"481219"},{"description":"","value":"4821"},{"description":"Railroads, Line-Haul Operating","value":"482111"},{"description":"","value":"483"},{"description":"","value":"48311"},{"description":"Deep Sea Transportation of Passengers, Except by F","value":"483112"},{"description":"Freight Transportation on the Great Lakes - St. La","value":"483113"},{"description":"Ferries (coastal and Great Lakes)","value":"483114"},{"description":"","value":"48321"},{"description":"Ferries (inland)","value":"483212"},{"description":"","value":"484"},{"description":"Local Trucking without Storage (general freight)","value":"48411"},{"description":"","value":"48412"},{"description":"Trucking, Except Local (general freight, less than","value":"484122"},{"description":"Local Trucking Without Storage (household goods mo","value":"48421"},{"description":"Local Trucking With Storage (household goods movin","value":"48421"},{"description":"Local Trucking with Storage (specialized freight)","value":"48422"},{"description":"","value":"485"},{"description":"","value":"48511"},{"description":"Local and Suburban Transit (commuter rail)","value":"485112"},{"description":"Local and Suburban Transit (other than mixed mode,","value":"485119"},{"description":"Intercity and Rural Bus Transportation","value":"48521"},{"description":"Taxicabs","value":"48531"},{"description":"Local Passenger Transportation, NEC (limousine ren","value":"48532"},{"description":"School Buses","value":"48541"},{"description":"","value":"4855"},{"description":"Bus Charter Services, Except Local","value":"48551"},{"description":"","value":"48599"},{"description":"Local and Suburban Transit (airport transportation","value":"485999"},{"description":"","value":"486"},{"description":"Crude Petroleum Pipelines","value":"48611"},{"description":"Natural Gas Transmission","value":"48621"},{"description":"","value":"4869"},{"description":"","value":"48691"},{"description":"","value":"487"},{"description":"Local Passenger Transportation, NEC (sightseeing b","value":"48711"},{"description":"Amusement and Recreation Services, NEC (scenic tra","value":"48711"},{"description":"Water Transportation of Passengers, NEC (airboats,","value":"48721"},{"description":"","value":"4879"},{"description":"Amusement and Recreation Services, NEC (aerial tra","value":"48799"},{"description":"","value":"4881"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"488111"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"488119"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"48819"},{"description":"Railroad Switching and Terminal Establishments (al","value":"48821"},{"description":"Transportation Services, NEC (car loading and unlo","value":"48821"},{"description":"Marine Cargo Handling (dock and pier operations)","value":"48831"},{"description":"Marine Cargo Handling (all but dock and pier opera","value":"48832"},{"description":"Water Transportation Services, NEC (piloting vesse","value":"48833"},{"description":"Water Transportation Services, NEC (all but lighth","value":"48839"},{"description":"Repair Shops and Related Services, NEC (ship scali","value":"48839"},{"description":"Automotive Services, Except Repair and Carwashes (","value":"48841"},{"description":"Terminal and Joint Terminal Maintenance Facilities","value":"48849"},{"description":"","value":"4885"},{"description":"","value":"4889"},{"description":"Packing and Crating","value":"488991"},{"description":"Transportation Services, NEC (pipeline terminals a","value":"488999"},{"description":"","value":"4911"},{"description":"Business Services, NEC (post office contract stati","value":"49111"},{"description":"","value":"4921"},{"description":"Air Courier Services","value":"49211"},{"description":"Courier Services, Except by Air (local delivery)","value":"49221"},{"description":"","value":"4931"},{"description":"Special Warehousing and Storage, NEC (warehousing","value":"49311"},{"description":"Special Warehousing and Storage, NEC (fur storage)","value":"49312"},{"description":"Special Warehousing and Storage, NEC (all but fur","value":"49319"},{"description":"","value":"511"},{"description":"Newspapers: Publishing, or Publishing and Printing","value":"51111"},{"description":"Miscellaneous Publishing (shopping news)","value":"51112"},{"description":"Miscellaneous Publishing (technical manuals and bo","value":"51113"},{"description":"Direct Mail Advertising Services (mailing list com","value":"51114"},{"description":"Greeting Cards (publishing greeting cards)","value":"511191"},{"description":"","value":"5112"},{"description":"","value":"512"},{"description":"Motion Picture and Video Tape Production","value":"51211"},{"description":"Services Allied to Motion Picture Distribution (co","value":"51212"},{"description":"Motion Picture Theaters, Except Drive-In","value":"512131"},{"description":"","value":"51219"},{"description":"Services Allied to Motion Picture Production (exce","value":"512199"},{"description":"","value":"5122"},{"description":"Phonograph Records and Prerecorded Audio Tapes and","value":"51222"},{"description":"Miscellaneous Publishing (sheet music publishing)","value":"51223"},{"description":"Business Services, NEC (recording studios)","value":"51224"},{"description":"Theatrical Producers (Except Motion Picture) and M","value":"51229"},{"description":"","value":"5131"},{"description":"Radio Broadcasting Stations (networks)","value":"513111"},{"description":"Television Broadcasting Stations","value":"51312"},{"description":"Cable and Other Pay Television Services (cable net","value":"51321"},{"description":"","value":"5133"},{"description":"Telegraph and Other Message Communications","value":"51331"},{"description":"Radiotelephone Communications (paging carriers)","value":"513321"},{"description":"Communications Services, NEC (ship-to-shore broadc","value":"513322"},{"description":"Telephone Communications, Except Radiotelephone (w","value":"51333"},{"description":"Telephone Communications, Except Radiotelephone (s","value":"51334"},{"description":"","value":"514"},{"description":"News Syndicates (except independent news correspon","value":"51411"},{"description":"Services Allied to Motion Picture Distribution (fi","value":"51412"},{"description":"Information Retrieval Services","value":"514191"},{"description":"Business Services, NEC (stock photo agencies, pres","value":"514199"},{"description":"Computer Processing and Data Preparation and Proce","value":"51421"},{"description":"Business Services, NEC (microfilm services)","value":"51421"},{"description":"","value":"521"},{"description":"Federal Reserve Banks","value":"52111"},{"description":"","value":"5221"},{"description":"State Commercial Banks (commercial banking)","value":"52211"},{"description":"Branches and Agencies of Foreign Banks (branches)","value":"52211"},{"description":"Savings Institutions, Not Federally Chartered","value":"52212"},{"description":"Credit Unions, Not Federally Chartered","value":"52213"},{"description":"","value":"5222"},{"description":"State Commercial Banks (credit card issuing)","value":"52221"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52221"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52222"},{"description":"","value":"52229"},{"description":"Foreign Trade and International Banking Institutio","value":"522292"},{"description":"Miscellaneous Business Credit Institutions (farm m","value":"522292"},{"description":"Foreign Trade and International Banking Institutio","value":"522293"},{"description":"Miscellaneous Business Credit Institutions (trade","value":"522293"},{"description":"Miscellaneous Business Credit Institutions (second","value":"522294"},{"description":"Central Reserve Depository Institutions, NEC","value":"522298"},{"description":"Foreign Trade and International Banking Institutio","value":"522298"},{"description":"Personal Credit Institutions (industrial nondeposi","value":"522298"},{"description":"","value":"5223"},{"description":"Functions Related to Depository Banking, NEC (elec","value":"52232"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52232"},{"description":"Functions Related to Depository Banking, NEC (exce","value":"52239"},{"description":"","value":"523"},{"description":"Security Brokers, Dealers, and Flotation Companies","value":"52311"},{"description":"Functions Related to Depository Banking, NEC (for","value":"52313"},{"description":"Commodity Contracts Brokers and Dealers (commodity","value":"52313"},{"description":"","value":"5232"},{"description":"","value":"5239"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52391"},{"description":"Investors, NEC (venture capital companies, investm","value":"52391"},{"description":"Pension, Health, and Welfare Funds (managers)","value":"52392"},{"description":"Investors, NEC (commodity contract pool operators)","value":"52392"},{"description":"","value":"52399"},{"description":"Functions Related to Depository Banking, NEC (esc","value":"523991"},{"description":"Trusts, Except Educational, Religious, and Charita","value":"523991"},{"description":"Services Allied With the Exchange of Securities or","value":"523999"},{"description":"","value":"5241"},{"description":"Life Insurance (life insurers-direct)","value":"524113"},{"description":"Hospital and Medical Service Plans (health and med","value":"524114"},{"description":"","value":"52412"},{"description":"Surety Insurance (financial responsibility insurer","value":"524126"},{"description":"Fire, Marine, and Casualty Insurance (contact lens","value":"524128"},{"description":"Life Insurance (reinsurers)","value":"52413"},{"description":"Hospital and Medical Service Plans (reinsurers)","value":"52413"},{"description":"Surety Insurance (reinsurers)","value":"52413"},{"description":"","value":"5242"},{"description":"","value":"52429"},{"description":"Pension, Health, and Welfare Funds (administrators","value":"524292"},{"description":"Insurance Agents, Brokers, and Service (except pro","value":"524298"},{"description":"","value":"5251"},{"description":"Pension, Health, and Welfare Funds (health and wel","value":"52512"},{"description":"Hospital and Medical Service Plans (self insurers)","value":"52519"},{"description":"Trusts, Except Educational, Religious, and Charita","value":"52519"},{"description":"Management Investment Offices, Open-End","value":"52591"},{"description":"Real Estate Investment Trusts","value":"52593"},{"description":"Unit Investment Trusts, Face-Amount Certificate Of","value":"52599"},{"description":"","value":"531"},{"description":"Operators of Apartment Buildings","value":"53111"},{"description":"Operators of Nonresidential Buildings (other excep","value":"53112"},{"description":"Operators of Residential Mobile Home Sites","value":"53119"},{"description":"Lessors of Real Property, NEC","value":"53119"},{"description":"Real Estate Agents Managers (agents and brokers)","value":"53121"},{"description":"","value":"53131"},{"description":"Real Estate Agents and Managers (managers-nonresid","value":"531312"},{"description":"Real Estate Agents and Managers (except real estat","value":"53139"},{"description":"","value":"5321"},{"description":"Passenger Car Rental","value":"532111"},{"description":"Truck Rental and Leasing Without Drivers","value":"53212"},{"description":"","value":"5322"},{"description":"Miscellaneous Personal Services, NEC (formal wear","value":"53222"},{"description":"Video Tape Rental","value":"53223"},{"description":"Medical Equipment Rental and Leasing (home health","value":"532291"},{"description":"Equipment Rental and Leasing, NEC (except transpor","value":"532299"},{"description":"Equipment Rental and Leasing, NEC (general rental","value":"53231"},{"description":"","value":"53241"},{"description":"Rental of Railroad Cars (rental of railroad cars)","value":"532411"},{"description":"Heavy Construction Equipment Rental and Leasing (w","value":"532412"},{"description":"Equipment Rental and Leasing (office machine renta","value":"53242"},{"description":"Medical Equipment Rental and Leasing (medical mach","value":"53249"},{"description":"Services Allied to Motion Picture Production (moti","value":"53249"},{"description":"","value":"533"},{"description":"Oil Royalty Traders (except investors on own accou","value":"53311"},{"description":"","value":"54"},{"description":"","value":"5411"},{"description":"Null Set for U.S.","value":"54112"},{"description":"Title Abstract Offices","value":"541191"},{"description":"","value":"5412"},{"description":"Accounting, Auditing, and Bookkeeping Services (au","value":"541211"},{"description":"Services Allied to Motion Picture Production (tale","value":"541214"},{"description":"Accounting, Auditing, and Bookkeeping Services (ot","value":"541219"},{"description":"Architectural Services","value":"54131"},{"description":"Business Consulting Services, NEC (urban planners","value":"54132"},{"description":"Business Consulting Services, NEC (traffic enginee","value":"54133"},{"description":"Business Services, NEC (home and building inspecti","value":"54135"},{"description":"Metal Mining Services (geophysical surveying and m","value":"54136"},{"description":"Nonmetallic Minerals Services, Except Fuels (geoph","value":"54136"},{"description":"Surveying Services (except geophysical surveying)","value":"54137"},{"description":"Testing Laboratories (except veterinary testing la","value":"54138"},{"description":"Business Services, NEC (interior design)","value":"54141"},{"description":"Commercial Art and Graphic Design","value":"54143"},{"description":"Business Services, NEC (fashion and other design s","value":"54149"},{"description":"","value":"54151"},{"description":"Computer Integrated Systems Design","value":"541512"},{"description":"Computer Facilities Management Services","value":"541513"},{"description":"","value":"5416"},{"description":"Management Consulting Services (administrative man","value":"541611"},{"description":"Employment Agencies (executive placement services)","value":"541612"},{"description":"Management Consulting Services (marketing consulti","value":"541613"},{"description":"Arrangement of Transportation of Freight and Cargo","value":"541614"},{"description":"Services, NEC (environmental consultants)","value":"54162"},{"description":"Business Consulting Services, NEC (safety, securit","value":"54169"},{"description":"","value":"5417"},{"description":"Aircraft Engines and Engine Parts (research and de","value":"54171"},{"description":"Guided missiles and Space Vehicles (research and d","value":"54171"},{"description":"Guided Missile Space Vehicle Parts and Auxiliary E","value":"54171"},{"description":"Noncommercial Research Organizations (physical, en","value":"54171"},{"description":"Noncommercial Research Organizations (social scien","value":"54172"},{"description":"Advertising Agencies","value":"54181"},{"description":"Advertising, NEC (media buying services)","value":"54183"},{"description":"Outdoor Advertising Services","value":"54185"},{"description":"Direct Mail Advertising Services (except mailing l","value":"54186"},{"description":"Business Services, NEC (distribution of telephone","value":"54187"},{"description":"Nondurable Goods, NEC (advertising specialities go","value":"54189"},{"description":"","value":"5419"},{"description":"","value":"54192"},{"description":"Commercial Photography (except when combined with","value":"541922"},{"description":"Business Services, NEC (translation and interpreta","value":"54193"},{"description":"Veterinary Services for Animal Specialties","value":"54194"},{"description":"Business Services (appraisers, except insurance an","value":"54199"},{"description":"","value":"55"},{"description":"","value":"5511"},{"description":"Offices of Bank Holding Companies","value":"551111"},{"description":"These establishments were included as auxiliaries","value":"551114"},{"description":"","value":"561"},{"description":"Management Services (except construction managemen","value":"56111"},{"description":"Facilities Support Management Services","value":"56121"},{"description":"Miscellaneous Personal Services, NEC (babysitting","value":"56131"},{"description":"Services Allied to Motion Picture Production (cast","value":"56131"},{"description":"Help Supply Services (except employee leasing serv","value":"56132"},{"description":"","value":"56133"},{"description":"Secretarial and Court Reporting (except court repo","value":"56141"},{"description":"Business Services, NEC (telephone answering)","value":"561421"},{"description":"","value":"56143"},{"description":"Photocopying and Duplicating Services (except inst","value":"561439"},{"description":"Adjustment and Collection Services","value":"56144"},{"description":"","value":"56149"},{"description":"Secretarial and Court Reporting (except secretaria","value":"561492"},{"description":"","value":"561499"},{"description":"Travel Agencies","value":"56151"},{"description":"","value":"56159"},{"description":"Arrangement of Passenger Transportation, NEC (exce","value":"561599"},{"description":"Theatrical Producers (except motion pictures) and","value":"561599"},{"description":"Amusement and Recreation Services, NEC (ticket age","value":"561599"},{"description":"","value":"56161"},{"description":"Detective, Guard, and Armored Car Services (guard","value":"561612"},{"description":"","value":"56162"},{"description":"Repair Shops and Related Services, NEC (locksmith","value":"561622"},{"description":"Sanitary Services, NEC (mosquito eradication)","value":"56171"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"56172"},{"description":"Disinfecting and Pest Control Services (except ext","value":"56172"},{"description":"Ornamental Shrub and Tree Services","value":"56173"},{"description":"Business Services, NEC (swimming pool cleaning and","value":"56179"},{"description":"Repair Shops and Related Services, NEC (furnace, d","value":"56179"},{"description":"Business Services, NEC (packaging and labeling ser","value":"56191"},{"description":"Business Services, NEC (other support services exc","value":"56199"},{"description":"","value":"5621"},{"description":"Local Trucking Without Storage (solid waste collec","value":"562111"},{"description":"Local Trucking Without Storage (other waste collec","value":"562119"},{"description":"","value":"56221"},{"description":"Refuse Systems (solid waste landfills)","value":"562212"},{"description":"Refuse Systems (other nonhazardous waste treatment","value":"562219"},{"description":"Special Trade Contractors, NEC (asbestos abatement","value":"56291"},{"description":"Refuse Systems (materials recovery facilities)","value":"56292"},{"description":"Equipment Rental and Leasing, NEC (portable toilet","value":"562991"},{"description":"Sanitary Services, NEC (all but remediation servic","value":"562998"},{"description":"","value":"61"},{"description":"","value":"6111"},{"description":"","value":"6112"},{"description":"","value":"6113"},{"description":"","value":"6114"},{"description":"Data Processing Schools (except computer repair tr","value":"61142"},{"description":"","value":"6115"},{"description":"Beauty Shops (beauty and cosmetology schools)","value":"611511"},{"description":"Vocational Schools, NEC (aviation schools, excludi","value":"611512"},{"description":"Vocational Schools, NEC (vocational apprenticeship","value":"611513"},{"description":"Data Processing Schools (computer repair training)","value":"611519"},{"description":"","value":"6116"},{"description":"Dance Studios, Schools, and Halls (dance instructo","value":"61161"},{"description":"Schools and Educational Services, NEC (language sc","value":"61163"},{"description":"Schools and Educational Services, NEC (exam prepar","value":"611691"},{"description":"Amusement and Recreation Services, NEC (nonathleti","value":"611699"},{"description":"","value":"6117"},{"description":"Business Consulting Services, NEC (educational tes","value":"61171"},{"description":"","value":"621"},{"description":"","value":"62111"},{"description":"Offices and Clinics of Doctors of Osteopathy (exce","value":"621111"},{"description":"Offices and Clinics of Doctors of Osteopathy (ment","value":"621112"},{"description":"Offices and Clinics of Dentists","value":"62121"},{"description":"Offices and Clinics of Chiropractors","value":"62131"},{"description":"Offices and Clinics of Health Practitioners, NEC (","value":"62133"},{"description":"","value":"62139"},{"description":"Offices and Clinics of Health Practitioners, NEC (","value":"621399"},{"description":"Speciality Outpatient Facilities, NEC (family plan","value":"62141"},{"description":"Specialty Outpatient Facilities, NEC (mental healt","value":"62142"},{"description":"Offices and Clinics of Doctors of Medicine (HMO Me","value":"621491"},{"description":"Offices and Clinics of Doctors of Medicine (surgic","value":"621493"},{"description":"","value":"6215"},{"description":"Medical Laboratories (except diagnostic imaging ce","value":"621511"},{"description":"","value":"6216"},{"description":"","value":"6219"},{"description":"Air Transportation, Nonscheduled (air ambulance)","value":"62191"},{"description":"Health and Allied Services, NEC (blood and organ b","value":"621991"},{"description":"","value":"622"},{"description":"General Medical and Surgical Hospitals","value":"62211"},{"description":"","value":"6222"},{"description":"Specialty Hospitals, Except Psychiatric (substance","value":"62221"},{"description":"Specialty Hospitals, Except Psychiatric (except ch","value":"62231"},{"description":"","value":"6231"},{"description":"Intermediate Care Facilities (except continuing ca","value":"62311"},{"description":"","value":"6232"},{"description":"Residential Care (mental health and substance abus","value":"62322"},{"description":"","value":"62331"},{"description":"Intermediate Care Facilities (continuing care reti","value":"623311"},{"description":"Residential Care (homes for the elderly)","value":"623312"},{"description":"Residential Care (except mental health and substan","value":"62399"},{"description":"","value":"6241"},{"description":"Individual and Family Social Services (services fo","value":"62412"},{"description":"","value":"6242"},{"description":"","value":"62422"},{"description":"Individual and Family Social Services (housing ser","value":"624229"},{"description":"","value":"6243"},{"description":"","value":"6244"},{"description":"","value":"71"},{"description":"","value":"7111"},{"description":"Theatrical Producers (Except Motion Pictures) and","value":"71111"},{"description":"Bands, Orchestras, Actors, and Entertainment Group","value":"71113"},{"description":"Amusement and Recreation Services, NEC (circus com","value":"71119"},{"description":"","value":"71121"},{"description":"Racing, Including Track Operations (track operatio","value":"711212"},{"description":"Amusement and Recreation Services, NEC (profession","value":"711219"},{"description":"Operators of Nonresidential Buildings (stadium and","value":"71131"},{"description":"Professional Sports Clubs and Promoters (stadium o","value":"71131"},{"description":"Theatrical Producers (Except Motion Picture) and M","value":"71132"},{"description":"Amusement and Recreation Services, NEC (state fair","value":"71132"},{"description":"Business Services, NEC (agents and brokers for aut","value":"71141"},{"description":"Professional Sports Clubs and Promoters (sports ag","value":"71141"},{"description":"Reupholstery and Furniture Repair (antique furnitu","value":"71151"},{"description":"Services Allied to Motion Picture Production (film","value":"71151"},{"description":"Bands, Orchestras, Actors, and Other Entertainers","value":"71151"},{"description":"Services, NEC (authors, artists, and related techn","value":"71151"},{"description":"","value":"7121"},{"description":"Museums and Art Galleries (historic and heritage","value":"71212"},{"description":"Amusement and Recreation Services, NEC (caverns an","value":"71219"},{"description":"","value":"713"},{"description":"Amusement Parks","value":"71311"},{"description":"","value":"7132"},{"description":"Coin-Operated Amusement Devices (slot machine","value":"71329"},{"description":"","value":"7139"},{"description":"Membership Sports and Recreation Clubs (golf clubs","value":"71391"},{"description":"Marinas","value":"71393"},{"description":"Membership Sports and Recreation Clubs (recreation","value":"71394"},{"description":"Bowling Centers","value":"71395"},{"description":"Amusement and Recreation Services, NEC (except amu","value":"71399"},{"description":"Amusement and Recreation Services, NEC (except cir","value":"71399"},{"description":"","value":"721"},{"description":"Hotels and Motels (hotels and motels, except casin","value":"72111"},{"description":"Hotels and Motels (casino hotels)","value":"72112"},{"description":"Hotels and Motels (bed and breakfast inns)","value":"721191"},{"description":"","value":"721199"},{"description":"","value":"72121"},{"description":"Sporting and Recreational Camps","value":"721214"},{"description":"Rooming and Boarding Houses","value":"72131"},{"description":"","value":"722"},{"description":"Eating Places (full-service restaurants)","value":"72211"},{"description":"","value":"72221"},{"description":"Eating Places (cafeterias)","value":"722212"},{"description":"Retail Bakeries (snacks)","value":"722213"},{"description":"Transportation Services, NEC (dining car operation","value":"72231"},{"description":"Eating Places (caterers)","value":"72232"},{"description":"","value":"7224"},{"description":"","value":"81"},{"description":"","value":"8111"},{"description":"General Automotive Repair Shops","value":"811111"},{"description":"Automotive Transmission Repair Shops","value":"811113"},{"description":"","value":"81112"},{"description":"Automotive Glass Replacement Shops","value":"811122"},{"description":"","value":"81119"},{"description":"Carwashes","value":"811192"},{"description":"Automotive Services, Except Repair and Carwashes (","value":"811198"},{"description":"","value":"81121"},{"description":"Electrical and Electronic Repair Shops, NEC (other","value":"811211"},{"description":"Computer Maintenance and Repair (except retailing","value":"811212"},{"description":"Repair Shops and Related Services, NEC (typewriter","value":"811212"},{"description":"Electrical and Electronic Repair Shops, NEC (telep","value":"811213"},{"description":"Repair Shops and Related Services, NEC (dental ins","value":"811219"},{"description":"Welding Repair","value":"81131"},{"description":"Repair Shops and Related Services, NEC (other non-","value":"81131"},{"description":"","value":"8114"},{"description":"Repair Shops and Related Services, NEC (lawnmower","value":"811411"},{"description":"Electrical and Electronic Repair Shops, NEC (appli","value":"811412"},{"description":"Reupholstery and Furniture Repair (except antique","value":"81142"},{"description":"Repair Shops and Related Services (leather goods r","value":"81143"},{"description":"Laundry and Garment Services, NEC (alteration and","value":"81149"},{"description":"Repair Shops and Related Services, NEC (except ind","value":"81149"},{"description":"","value":"8121"},{"description":"Barber Shops (except barber colleges)","value":"812111"},{"description":"Beauty Shops (manicure and pedicure salons)","value":"812113"},{"description":"Miscellaneous Personal Services, NEC (diet and wei","value":"812191"},{"description":"","value":"8122"},{"description":"Real Estate Agents and Managers (cemetery manageme","value":"81222"},{"description":"Funeral Services and Crematories (crematories)","value":"81222"},{"description":"Coin-Operated Laundry and Drycleaning","value":"81231"},{"description":"Garment Pressing, and Agents for Laundries and Dry","value":"81232"},{"description":"Business Services, NEC (apparel pressing service f","value":"81232"},{"description":"","value":"81233"},{"description":"Laundry and Garment Services, NEC (diaper service)","value":"812331"},{"description":"","value":"8129"},{"description":"","value":"81292"},{"description":"Photofinishing Laboratories (one-hour)","value":"812922"},{"description":"Miscellaneous Personal Services, NEC (valet parkin","value":"81293"},{"description":"Shoe Repair Shops and Shoeshine Parlors (shoeshine","value":"81299"},{"description":"","value":"813"},{"description":"Religious Organizations","value":"81311"},{"description":"","value":"81321"},{"description":"Social Services, NEC (voluntary health organizatio","value":"813212"},{"description":"","value":"8133"},{"description":"Social Services, NEC (human rights organizations)","value":"813311"},{"description":"Membership Organizations, NEC (humane societies)","value":"813312"},{"description":"","value":"8134"},{"description":"Membership Organizations, NEC (except humane socie","value":"81341"},{"description":"Business Associations","value":"81391"},{"description":"Professional Membership Organizations","value":"81392"},{"description":"Political Organizations","value":"81394"},{"description":"Civic, Social, and Fraternal Organizations (condom","value":"81399"},{"description":"","value":"814"},{"description":"Private Households","value":"81411"},{"description":"Public Administration","value":"92"},{"description":"","value":"9211"},{"description":"Legislative Bodies","value":"92112"},{"description":"Executive and Legislative Office, Combined","value":"92114"},{"description":"General Government, NEC","value":"92119"},{"description":"","value":"9221"},{"description":"Police Protection","value":"92212"},{"description":"Correctional Institutions","value":"92214"},{"description":"Fire Protection","value":"92216"},{"description":"","value":"923"},{"description":"Administration of Educational Programs","value":"92311"},{"description":"Administration of Social, Human Resource and Incom","value":"92313"},{"description":"","value":"924"},{"description":"Air and Water Resource and Solid Waste Management","value":"92411"},{"description":"","value":"925"},{"description":"Administration of Housing Programs","value":"92511"},{"description":"","value":"926"},{"description":"Administration of General Economic Programs","value":"92611"},{"description":"Regulation and Administration of Communications, E","value":"92613"},{"description":"Regulation, Licensing, and Inspection of Miscellan","value":"92615"},{"description":"","value":"9271"},{"description":"","value":"928"},{"description":"National Security","value":"92811"},{"description":"Nonclassifiable establishments","value":"99999"}],"required":false},{"path":"CustDetail.Gender","name":"Gender","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Female"},{"description":"","value":"Male"},{"description":"","value":"Other"}],"required":false},{"path":"CustDetail.BirthDt","name":"BirthDt","required":false},{"path":"CustDetail.EmplName","name":"EmplName","required":false},{"path":"CustDetail.OccType","name":"OccType","required":false},{"path":"CustDetail.EmailArray.EmailInfo.EmailAddr","name":"EmailAddr","required":false},{"path":"CustDetail.EmailArray.EmailInfo.EmailAddr","name":"EmailAddr","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustDetail.HouseHoldNum","name":"HouseHoldNum","required":false},{"path":"CustDetail.HouseHoldName","name":"HouseHoldName","required":false},{"path":"CustDetail.SpouseName.ComName","name":"ComName","required":false},{"path":"TaxDetail.TINInfo.TINCode","name":"TINCode","required":false},{"path":"TaxDetail.TINInfo.TaxId","name":"TaxId","required":false},{"path":"TaxDetail.Alien.AlienLastW8Dt","name":"AlienLastW8Dt","required":false},{"path":"TaxDetail.Alien.ResCity","name":"ResCity","required":false},{"path":"TaxDetail.Alien.ResStateProv","name":"ResStateProv","required":false},{"path":"TaxDetail.Alien.ResPostalCode","name":"ResPostalCode","required":false},{"path":"TaxDetail.Alien.ResCntryType","name":"ResCntryType","canonicalInfo":[{"description":"","value":""},{"description":"ARUBA","value":"AA"},{"description":"ANTIGUA & BARBUDA","value":"AC"},{"description":"UNITED ARAB EMIRATES","value":"AE"},{"description":"AFGHANISTAN","value":"AF"},{"description":"ALGERIA","value":"AG"},{"description":"AZERBAIJAN","value":"AJ"},{"description":"ALBANIA","value":"AL"},{"description":"ARMENIA","value":"AM"},{"description":"ANDORRA","value":"AN"},{"description":"ANGOLA","value":"AO"},{"description":"AMERICAN SAMOA","value":"AQ"},{"description":"ARGENTINA","value":"AR"},{"description":"AUSTRALIA","value":"AS"},{"description":"ASHMORE & CARTIER IS","value":"AT"},{"description":"AUSTRIA","value":"AU"},{"description":"ANGUILLA","value":"AV"},{"description":"AKROTIRI","value":"AX"},{"description":"ANTARCTICA","value":"AY"},{"description":"BAHRAIN","value":"BA"},{"description":"BARBADOS","value":"BB"},{"description":"BOTSWANA","value":"BC"},{"description":"BERMUDA","value":"BD"},{"description":"BELGIUM","value":"BE"},{"description":"BAHAMAS, THE","value":"BF"},{"description":"BANGLADESH","value":"BG"},{"description":"BELIZE","value":"BH"},{"description":"BOSNIA-HERZEGOVINA","value":"BK"},{"description":"BOLIVIA","value":"BL"},{"description":"BURMA","value":"BM"},{"description":"BENIN","value":"BN"},{"description":"BELARUS","value":"BO"},{"description":"SOLOMON ISLANDS","value":"BP"},{"description":"NAVASSA ISLAND","value":"BQ"},{"description":"BRAZIL","value":"BR"},{"description":"BASSAS DA INDIA","value":"BS"},{"description":"BHUTAN","value":"BT"},{"description":"BULGARIA","value":"BU"},{"description":"BOUVET ISLAND","value":"BV"},{"description":"BRUNEI","value":"BX"},{"description":"BURUNDI","value":"BY"},{"description":"CANADA","value":"CA"},{"description":"CAMBODIA","value":"CB"},{"description":"CHAD","value":"CD"},{"description":"SRI LANKA","value":"CE"},{"description":"CONGO","value":"CF"},{"description":"CONGO (KINSHASA)","value":"CG"},{"description":"CHINA, PEOPLE'S REP","value":"CH"},{"description":"CHILE","value":"CI"},{"description":"CAYMAN ISLANDS","value":"CJ"},{"description":"COCOS (KEELING) ISL.","value":"CK"},{"description":"CAMEROON","value":"CM"},{"description":"COMOROS","value":"CN"},{"description":"COLUMBIA","value":"CO"},{"description":"NO MARIANA ISLANDS","value":"CQ"},{"description":"CORAL SEA ISLANDS","value":"CR"},{"description":"COSTA RICA","value":"CS"},{"description":"CENTRAL AFRICAN REP","value":"CT"},{"description":"CUBA","value":"CU"},{"description":"CAPE VERDE","value":"CV"},{"description":"COOK ISLANDS","value":"CW"},{"description":"CYPRUS","value":"CY"},{"description":"DENMARK","value":"DA"},{"description":"DJIBOUTI","value":"DJ"},{"description":"DOMINICA","value":"DO"},{"description":"JARVIS ISLAND","value":"DQ"},{"description":"DOMINICAN REPUBLIC","value":"DR"},{"description":"DHEKELIA","value":"DX"},{"description":"ECUADOR","value":"EC"},{"description":"EGYPT","value":"EG"},{"description":"IRELAND","value":"EI"},{"description":"EQUATORIAL GUINEA","value":"EK"},{"description":"ESTONIA","value":"EN"},{"description":"ERITREA","value":"ER"},{"description":"EL SALVADOR","value":"ES"},{"description":"ETHIOPIA","value":"ET"},{"description":"EUROPA ISLAND","value":"EU"},{"description":"CZECH REPUBLIC","value":"EZ"},{"description":"FRENCH GUIANA","value":"FG"},{"description":"FINLAND","value":"FI"},{"description":"FIJI","value":"FJ"},{"description":"FALKLAND ISLANDS","value":"FK"},{"description":"MICRONESIA, FED STS","value":"FM"},{"description":"FAROE ISLANDS","value":"FO"},{"description":"FRENCH POLYNESIA","value":"FP"},{"description":"BAKER ISLAND","value":"FQ"},{"description":"FRANCE","value":"FR"},{"description":"FRENCH SO & ANTARCTC","value":"FS"},{"description":"GAMBIA, THE","value":"GA"},{"description":"GABON","value":"GB"},{"description":"GEORGIA","value":"GG"},{"description":"GHANA","value":"GH"},{"description":"GIBRALTAR","value":"GI"},{"description":"GRENADA","value":"GJ"},{"description":"GUERNSEY","value":"GK"},{"description":"GREENLAND","value":"GL"},{"description":"GERMANY","value":"GM"},{"description":"GLORIOSO ISLANDS","value":"GO"},{"description":"GUADELOUPE","value":"GP"},{"description":"GUAM","value":"GQ"},{"description":"GREECE","value":"GR"},{"description":"GUATEMALA","value":"GT"},{"description":"GUINEA","value":"GV"},{"description":"GUYANA","value":"GY"},{"description":"GAZA STRIP","value":"GZ"},{"description":"HAITI","value":"HA"},{"description":"HONG KONG","value":"HK"},{"description":"HEARD & MCDONALD ISL","value":"HM"},{"description":"HONDURAS","value":"HO"},{"description":"HOWLAND ISLAND","value":"HQ"},{"description":"CROATIA","value":"HR"},{"description":"HUNGARY","value":"HU"},{"description":"ICELAND","value":"IC"},{"description":"INDONESIA","value":"ID"},{"description":"ISLE OF MAN","value":"IM"},{"description":"INDIA","value":"IN"},{"description":"OCEAN TERRITORY","value":"IO"},{"description":"CLIPPERTON ISLAND","value":"IP"},{"description":"IRAN","value":"IR"},{"description":"ISRAEL","value":"IS"},{"description":"ITALY","value":"IT"},{"description":"IVORY COAST","value":"IV"},{"description":"IRAQ-SAUDI NEUTRALZN","value":"IY"},{"description":"IRAQ","value":"IZ"},{"description":"JAPAN","value":"JA"},{"description":"JERSEY","value":"JE"},{"description":"JAMAICA","value":"JM"},{"description":"JAN MAYEN","value":"JN"},{"description":"JORDAN","value":"JO"},{"description":"JOHNSTON ATOLL","value":"JQ"},{"description":"JUAN DE NOVA ISLAND","value":"JU"},{"description":"KENYA","value":"KE"},{"description":"KYRGYZSTAN","value":"KG"},{"description":"KOREA, NORTH","value":"KN"},{"description":"KINGMAN REEF","value":"KQ"},{"description":"KIRIBATI","value":"KR"},{"description":"KOREA, SOUTH","value":"KS"},{"description":"CHRISTMAS IS.INDIAN","value":"KT"},{"description":"KUWAIT","value":"KU"},{"description":"KOSOVO","value":"KV"},{"description":"KAZAKHSTAN","value":"KZ"},{"description":"LAOS","value":"LA"},{"description":"LEBANON","value":"LE"},{"description":"LATVIA","value":"LG"},{"description":"LITHUANIA","value":"LH"},{"description":"LIBERIA","value":"LI"},{"description":"SLOVAKIA","value":"LO"},{"description":"PALMYRA ATOLL","value":"LQ"},{"description":"LIECHTENSTEIN","value":"LS"},{"description":"LESOTHO","value":"LT"},{"description":"LUXEMBOURG","value":"LU"},{"description":"LIBYA","value":"LY"},{"description":"MADAGASCAR","value":"MA"},{"description":"MARTINIQUE","value":"MB"},{"description":"MACAU","value":"MC"},{"description":"MOLDOVA","value":"MD"},{"description":"MAYOTTE","value":"MF"},{"description":"MONGOLIA","value":"MG"},{"description":"MONTSERRAT","value":"MH"},{"description":"MALAWI","value":"MI"},{"description":"MONTENEGRO","value":"MJ"},{"description":"MACEDONIA","value":"MK"},{"description":"MALI","value":"ML"},{"description":"MONACO","value":"MN"},{"description":"MOROCCO","value":"MO"},{"description":"MAURITIUS","value":"MP"},{"description":"MIDWAY ISLANDS","value":"MQ"},{"description":"MAURITANIA","value":"MR"},{"description":"MALTA","value":"MT"},{"description":"OMAN","value":"MU"},{"description":"MALDIVES","value":"MV"},{"description":"MONTENEGRO","value":"MW"},{"description":"MEXICO","value":"MX"},{"description":"MALAYSIA","value":"MY"},{"description":"MOZAMBIQUE","value":"MZ"},{"description":"NEW CALEDONIA","value":"NC"},{"description":"NIUE","value":"NE"},{"description":"NORFOLK ISLAND","value":"NF"},{"description":"NIGER","value":"NG"},{"description":"VANUATU","value":"NH"},{"description":"NIGERIA","value":"NI"},{"description":"NETHERLANDS","value":"NL"},{"description":"SINT MAARTEN","value":"NN"},{"description":"NORWAY","value":"NO"},{"description":"NEPAL","value":"NP"},{"description":"NAURU","value":"NR"},{"description":"SURINAME","value":"NS"},{"description":"NETHERLANDS ANTILLES","value":"NT"},{"description":"NICARAGUA","value":"NU"},{"description":"NEW ZEALAND","value":"NZ"},{"description":"OTHER COUNTRY","value":"OC"},{"description":"SOUTH SUDAN","value":"OD"},{"description":"PARAGUAY","value":"PA"},{"description":"PITCAIRN ISLANDS","value":"PC"},{"description":"PERU","value":"PE"},{"description":"PARACEL ISLANDS","value":"PF"},{"description":"SPRATLY ISLANDS","value":"PG"},{"description":"PAKISTAN","value":"PK"},{"description":"POLAND","value":"PL"},{"description":"PANAMA","value":"PM"},{"description":"PORTUGAL","value":"PO"},{"description":"PAPUA NEW GUINEA","value":"PP"},{"description":"PALAU","value":"PS"},{"description":"GUINEA-BISSAU","value":"PU"},{"description":"QATAR","value":"QA"},{"description":"REUNION","value":"RE"},{"description":"SERBIA","value":"RI"},{"description":"MARSHALL ISLANDS","value":"RM"},{"description":"SAINT MARTIN","value":"RN"},{"description":"ROMANIA","value":"RO"},{"description":"PHILIPPINES","value":"RP"},{"description":"PUERTO RICO","value":"RQ"},{"description":"RUSSIA","value":"RS"},{"description":"RWANDA","value":"RW"},{"description":"SAUDI ARABIA","value":"SA"},{"description":"ST PEIRRE & MIQUELON","value":"SB"},{"description":"ST. KITTS & NEVIS","value":"SC"},{"description":"SEYCHELLES","value":"SE"},{"description":"SOUTH AFRICA","value":"SF"},{"description":"SENEGAL","value":"SG"},{"description":"ST. HELENA","value":"SH"},{"description":"SLOVENIA","value":"SI"},{"description":"SIERRA LEONE","value":"SL"},{"description":"SAN MARINO","value":"SM"},{"description":"SINGAPORE","value":"SN"},{"description":"SOMALIA","value":"SO"},{"description":"SPAIN","value":"SP"},{"description":"ST. LUCIA","value":"ST"},{"description":"SUDAN","value":"SU"},{"description":"SVALBARD","value":"SV"},{"description":"SWEDEN","value":"SW"},{"description":"SO GEO&SANDWICH ISL","value":"SX"},{"description":"SYRIA","value":"SY"},{"description":"SWITZERLAND","value":"SZ"},{"description":"SAINT BARTHELEMY","value":"TB"},{"description":"UNITED ARAB EMIRATES","value":"TC"},{"description":"TRINIDAD & TOBAGO","value":"TD"},{"description":"TROMELIN ISLAND","value":"TE"},{"description":"THAILAND","value":"TH"},{"description":"TAJIKISTAN","value":"TI"},{"description":"TURKS&CAICOS ISLANDS","value":"TK"},{"description":"TOKELAU","value":"TL"},{"description":"TONGA","value":"TN"},{"description":"TOGO","value":"TO"},{"description":"SAO TOME & PRINCIPE","value":"TP"},{"description":"TUNISIA","value":"TS"},{"description":"EAST TIMOR","value":"TT"},{"description":"TURKEY","value":"TU"},{"description":"TUVALU","value":"TV"},{"description":"TAIWAN","value":"TW"},{"description":"TURKMENISTAN","value":"TX"},{"description":"TANZANIA, UN REP OF","value":"TZ"},{"description":"CURACAO","value":"UC"},{"description":"UGANDA","value":"UG"},{"description":"NORTHERN IRELAND","value":"UK"},{"description":"UKRAINE","value":"UP"},{"description":"BURKINA FASO","value":"UV"},{"description":"URUGUAY","value":"UY"},{"description":"UZBEKISTAN","value":"UZ"},{"description":"ST VINCENT&GRENADINS","value":"VC"},{"description":"VENEZUELA","value":"VE"},{"description":"VIRGIN ISLANDS(BRIT)","value":"VI"},{"description":"VIETNAM","value":"VM"},{"description":"VIRGIN ISLANDS (US)","value":"VQ"},{"description":"VATICAN CITY","value":"VT"},{"description":"NAMIBIA","value":"WA"},{"description":"WEST BANK","value":"WE"},{"description":"WALLIS & FUTUNA","value":"WF"},{"description":"WESTERN SAHARA","value":"WI"},{"description":"WAKE ISLAND","value":"WQ"},{"description":"WESTERN SAMOA","value":"WS"},{"description":"SWAZILAND","value":"WZ"},{"description":"YEMEN","value":"YM"},{"description":"ZAMBIA","value":"ZA"},{"description":"ZIMBABWE","value":"ZI"}],"required":false},{"path":"TaxDetail.Alien.IRSExmpCode","name":"IRSExmpCode","canonicalInfo":[{"description":"","value":""},{"description":"Income connected with U.S. trade/busines","value":"1"},{"description":"Exempt under IRC","value":"2"},{"description":"Income is non-U.S. sourced","value":"3"},{"description":"Exempt under tax treaty","value":"4"},{"description":"Porfolio intererest exemption","value":"5"}],"required":false},{"path":"TaxDetail.Alien.IRSRecipCode","name":"IRSRecipCode","canonicalInfo":[{"description":"","value":""},{"description":"U.S. branch-treated as U.S. Person","value":"5"},{"description":"U.S. branch-not treated as U.S. Person","value":"6"},{"description":"U.S. branch-ECI presumption applied","value":"7"},{"description":"Private Foundation","value":"8"},{"description":"Artist or Athlete","value":"9"},{"description":"Fiduciary (estate)","value":"10"},{"description":"Fiduciary (other)","value":"11"},{"description":"Qualified Securities Lender - QI","value":"13"},{"description":"Qualified Securities Lender - Other","value":"14"},{"description":"Corporation","value":"15"},{"description":"Individual","value":"16"},{"description":"Estate","value":"17"},{"description":"Private Foundation","value":"18"},{"description":"International Organization","value":"19"},{"description":"Tax Exempt Organization (Section 501(c))","value":"20"},{"description":"Unknown Recipient","value":"21"},{"description":"Artist or Athlete","value":"22"},{"description":"Pension","value":"23"},{"description":"Foreign Central Bank of Issue","value":"24"},{"description":"Nonqualifed Intermediary","value":"25"},{"description":"Hybrid entity making Treaty Claim","value":"26"},{"description":"W/H Rate pool - General","value":"27"},{"description":"W/H Rate pool - Exempt Organization","value":"28"},{"description":"PAI WH Rate Pool - General","value":"29"},{"description":"PAI WH Rate Pool - Exempt Organization","value":"30"},{"description":"Agency WH Rate Pool - General","value":"31"},{"description":"Agency WH Rate Pool -Exempt Organization","value":"32"},{"description":"Qualified Derivatives Dealer","value":"35"},{"description":"Foreign Government - Integral Part","value":"36"},{"description":"Foreign Government - Controlled Entity","value":"37"},{"description":"Publicly Traded Partnership","value":"38"},{"description":"Disclosing Qualified Intermediary","value":"39"}],"required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Business Cell Phone"},{"description":"","value":"Business Fax Number"},{"description":"","value":"Business Phone"},{"description":"","value":"BC"},{"description":"","value":"BF"},{"description":"","value":"BP"},{"description":"","value":"Cell"},{"description":"","value":"Home"},{"description":"","value":"Home Fax Number"},{"description":"","value":"Home Phone"},{"description":"","value":"HC"},{"description":"","value":"HF"},{"description":"","value":"HP"},{"description":"","value":"Other Cell"},{"description":"","value":"Personal Cell Phone"},{"description":"","value":"Work"}],"required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Business Cell Phone"},{"description":"","value":"Business Fax Number"},{"description":"","value":"Business Phone"},{"description":"","value":"BC"},{"description":"","value":"BF"},{"description":"","value":"BP"},{"description":"","value":"Cell"},{"description":"","value":"Home"},{"description":"","value":"Home Fax Number"},{"description":"","value":"Home Phone"},{"description":"","value":"HC"},{"description":"","value":"HF"},{"description":"","value":"HP"},{"description":"","value":"Other Cell"},{"description":"","value":"Personal Cell Phone"},{"description":"","value":"Work"}],"required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Business Cell Phone"},{"description":"","value":"Business Fax Number"},{"description":"","value":"Business Phone"},{"description":"","value":"BC"},{"description":"","value":"BF"},{"description":"","value":"BP"},{"description":"","value":"Cell"},{"description":"","value":"Home"},{"description":"","value":"Home Fax Number"},{"description":"","value":"Home Phone"},{"description":"","value":"HC"},{"description":"","value":"HF"},{"description":"","value":"HP"},{"description":"","value":"Other Cell"},{"description":"","value":"Personal Cell Phone"},{"description":"","value":"Work"}],"required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Business Cell Phone"},{"description":"","value":"Business Fax Number"},{"description":"","value":"Business Phone"},{"description":"","value":"BC"},{"description":"","value":"BF"},{"description":"","value":"BP"},{"description":"","value":"Cell"},{"description":"","value":"Home"},{"description":"","value":"Home Fax Number"},{"description":"","value":"Home Phone"},{"description":"","value":"HC"},{"description":"","value":"HF"},{"description":"","value":"HP"},{"description":"","value":"Other Cell"},{"description":"","value":"Personal Cell Phone"},{"description":"","value":"Work"}],"required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Business Cell Phone"},{"description":"","value":"Business Fax Number"},{"description":"","value":"Business Phone"},{"description":"","value":"BC"},{"description":"","value":"BF"},{"description":"","value":"BP"},{"description":"","value":"Cell"},{"description":"","value":"Home"},{"description":"","value":"Home Fax Number"},{"description":"","value":"Home Phone"},{"description":"","value":"HC"},{"description":"","value":"HF"},{"description":"","value":"HP"},{"description":"","value":"Other Cell"},{"description":"","value":"Personal Cell Phone"},{"description":"","value":"Work"}],"required":false},{"path":"CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Business Cell Phone"},{"description":"","value":"Business Fax Number"},{"description":"","value":"Business Phone"},{"description":"","value":"BC"},{"description":"","value":"BF"},{"description":"","value":"BP"},{"description":"","value":"Cell"},{"description":"","value":"Home"},{"description":"","value":"Home Fax Number"},{"description":"","value":"Home Phone"},{"description":"","value":"HC"},{"description":"","value":"HF"},{"description":"","value":"HP"},{"description":"","value":"Other Cell"},{"description":"","value":"Personal Cell Phone"},{"description":"","value":"Work"}],"required":false},{"path":"BusDetail.BrCode","name":"BrCode","canonicalInfo":[{"description":"Monett Branch","value":"1"},{"description":"Springfield Branch","value":"2"},{"description":"Birmingham Branch","value":"3"},{"description":"San Diego Branch","value":"4"},{"description":"Centennial Branch","value":"5"},{"description":"Alpharetta Branch","value":"6"},{"description":"Lenexa Branch","value":"7"},{"description":"Elizabethtown Branch","value":"8"},{"description":"Mendota Heights Branch","value":"9"},{"description":"Omaha Branch","value":"10"},{"description":"Lyndhurst Branch","value":"11"},{"description":"Online Branch","value":"12"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Platinum Customer","value":"Platinum Customer"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Platinum Customer","value":"Premier"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Platinum Customer","value":"Investor"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Platinum Customer","value":"Cash Management User"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Test Free Form Field","value":"User Code Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Prospect","value":"User Code Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Household","value":"User Code Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Junior Club","value":"User Code Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User code #5","value":"User Code Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User code #6","value":"User Code Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Last Tax Return","value":"User Date Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Judgement Date","value":"User Date Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Joined Club Date","value":"User Date Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User date #4","value":"User Date Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User date #5","value":"User Date Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User date #6","value":"User Date Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"CRA #","value":"User Amount Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Judgement Amount","value":"User Amount Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #3","value":"User Amount Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #4","value":"User Amount Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #5","value":"User Amount Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #6","value":"User Amount Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #1","value":"User Description Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #2","value":"User Description Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #3","value":"User Description Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #4","value":"User Description Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #5","value":"User Description Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #6","value":"User Description Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #1","value":"User 1 Alpha Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #2","value":"User 1 Alpha Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #3","value":"User 1 Alpha Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #4","value":"User 1 Alpha Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #5","value":"User 1 Alpha Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #6","value":"User 1 Alpha Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #1","value":"User 5 Alpha Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #2","value":"User 5 Alpha Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #3","value":"User 5 Alpha Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #4","value":"User 5 Alpha Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #5","value":"User 5 Alpha Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #6","value":"User 5 Alpha Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#1","value":"User 11 Numeric Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#2","value":"User 11 Numeric Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#3","value":"User 11 Numeric Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#4","value":"User 11 Numeric Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#5","value":"User 11 Numeric Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#6","value":"User 11 Numeric Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #1","value":"User 3 Numeric Desc 1"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #2","value":"User 3 Numeric Desc 2"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #3","value":"User 3 Numeric Desc 3"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #4","value":"User 3 Numeric Desc 4"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #5","value":"User 3 Numeric Desc 5"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #6","value":"User 3 Numeric Desc 6"}],"required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"BusDetail.InsiderCode","name":"InsiderCode","canonicalInfo":[{"description":"","value":""},{"description":"ADVISORY DIRECTOR NO VOTING RI","value":"A"},{"description":"CHAIRMAN OF BOARD REG O","value":"C"},{"description":"DIRECTOR","value":"D"},{"description":"EMPLOYEE","value":"E"},{"description":"OFFICER","value":"O"},{"description":"RELATED INTEREST","value":"R"},{"description":"SHAREHOLDER","value":"S"},{"description":"SPOUSE OF PRINCPAL SH","value":"T"},{"description":"PROFESSIONAL SERVICE PROVIDER","value":"W"},{"description":"EXECUTIVE OFFICER","value":"X"},{"description":"EMPLOYEE OF OTHER BANK","value":"Y"},{"description":"OFFICER OF OTHER FIN INST","value":"Z"},{"description":"DIRECTOR","value":"1"}],"required":false},{"path":"BusDetail.LeaseSecCode","name":"LeaseSecCode","required":false},{"path":"BusDetail.NetWorth","name":"NetWorth","required":false},{"path":"BusDetail.MailDirCode","name":"MailDirCode","canonicalInfo":[{"description":"","value":""},{"description":" *** DO NOT MAIL ***","value":" 2"},{"description":"ATTN: BOOKKEEPING DEPT","value":" 3"},{"description":"ATTN: LOAN SERVICING DEPT","value":" 4"},{"description":"ATTN: DATA PROCESSING DEPT","value":" 5"},{"description":"SKIPPED LEFT NO NEW ADDRESS","value":" 6"},{"description":"UNDELIVERABLE","value":" 7"},{"description":"ROUTE TO ED","value":" 8"},{"description":"FORWARD TO COLLECTIONS","value":" 9"}],"required":false},{"path":"BusDetail.LastFinStmtDt","name":"LastFinStmtDt","required":false},{"path":"BusDetail.FinStmtExpDt","name":"FinStmtExpDt","required":false},{"path":"BusDetail.SalesPerson","name":"SalesPerson","required":false},{"path":"BusDetail.BnkRptcyInfoRec.BnkRptcyChapCode","name":"BnkRptcyChapCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"BusDetail.BnkRptcyInfoRec.BnkRptcyDt","name":"BnkRptcyDt","required":false},{"path":"BusDetail.BnkRptcyInfoRec.BnkRptcyCaseId","name":"BnkRptcyCaseId","required":false},{"path":"BusDetail.BnkRptcyInfoRec.BnkRptcyDisChgDt","name":"BnkRptcyDisChgDt","required":false},{"path":"BusDetail.OffInfoArray.OffInfoRec.OffCode","name":"OffCode","canonicalInfo":[{"description":"","value":""},{"description":"AMY ALDRICH","value":"AA"},{"description":"AMY COSSEY","value":"AC"},{"description":"AARON MCGRATH","value":"AH"},{"description":"ALLEN MILES","value":"AM"},{"description":"AL SUOSSO","value":"AS"},{"description":"ALVINA VANVELDHUIZEN","value":"AV"},{"description":"BANNO","value":"BA"},{"description":"BECKY BAKER","value":"BB"},{"description":"BEAU DIAL","value":"BD"},{"description":"BECKY DERSTINE","value":"BE"},{"description":"BRENDA HOLAS","value":"BH"},{"description":"BARBARA KEMPF","value":"BK"},{"description":"BUDDY LEE","value":"BL"},{"description":"BILL NICHOLSON","value":"BN"},{"description":"BECKY PELLHAM","value":"BP"},{"description":"BLAKE RAY","value":"BR"},{"description":"BENJAMIN TUMMONS","value":"BT"},{"description":"BETH USSERY","value":"BU"},{"description":"BRYAN WRIGHT","value":"BW"},{"description":"CHARLES WALLACE","value":"CA"},{"description":"CAROL MITTAG","value":"CAM"},{"description":"CONRAD HAMILTON","value":"CH"},{"description":"CHRIS MEDLIN","value":"CM"},{"description":"CARMEN POOLE","value":"CP"},{"description":"CAROLYN SMITH","value":"CS"},{"description":"CLIFF THOMAS","value":"CT"},{"description":"CATHY TAYLOR","value":"CTR"},{"description":"CHERYL WONDRASCH","value":"CW"},{"description":"CHRISTA MOELLER","value":"CX"},{"description":"CASEY ALEXANDER","value":"CY"},{"description":"CORBIN SPERRY","value":"CZ"},{"description":"DALE BATKO","value":"DA"},{"description":"DARREN BROWN","value":"DAB"},{"description":"DOUG BAUCOM","value":"DB"},{"description":"DAN GEFFRE","value":"DG6"},{"description":"DARRELL DAHLE-MELSAETHER","value":"DM"},{"description":"DEBBIE NEAL","value":"DN"},{"description":"DAN REECE","value":"DR"},{"description":"DON SMITH","value":"DS"},{"description":"DONNA WALSH","value":"DW"},{"description":"ELIZABETH GRISSOM","value":"EG"},{"description":"EMORY MOSIER","value":"EM"},{"description":"ERIC SZEWCZYK","value":"ES"},{"description":"FRITZ HOEFT","value":"FH"},{"description":"FELICIA HOSKINS","value":"FO"},{"description":"GRETCHEN KAUFMAN","value":"GK"},{"description":"GRACE MYHRE","value":"GM"},{"description":"GERMAINE RUSNC","value":"GR"},{"description":"HALEY ALLEN","value":"HA"},{"description":"HEATHER LOGAN","value":"HL"},{"description":"HEATHER LOGAN","value":"HM"},{"description":"HALEY SPERRY","value":"HS"},{"description":"IRENE KOPPANG","value":"IK"},{"description":"IRENE LAFLEX","value":"IL"},{"description":"INGRID LARSON","value":"IN"},{"description":"JOSH BRASWELL","value":"JA"},{"description":"JACOB BARNES","value":"JB"},{"description":"JEANETTE BERTUCCI","value":"JB6"},{"description":"JENNIFER COLWELL","value":"JC"},{"description":"JARED SEBASTIAN","value":"JD"},{"description":"JASON WEAVER","value":"JE"},{"description":"JERI HOMLER","value":"JER"},{"description":"JOHN GROVES","value":"JG"},{"description":"JARVAE HALL","value":"JH"},{"description":"JACK HENRY","value":"JHA"},{"description":"JOSHUA JORDAN","value":"JJ"},{"description":"JENNIFER KESLER","value":"JK"},{"description":"JASON LIMBAUGH","value":"JL"},{"description":"JANIS MANES","value":"JM"},{"description":"JEREMY NEWLAND","value":"JN"},{"description":"JONI WEATHERLY","value":"JO"},{"description":"JENNIFER PRIER","value":"JP"},{"description":"JOHN WALKER","value":"JR"},{"description":"JEANNE STRUTZ","value":"JS"},{"description":"JAMES TROUB","value":"JT"},{"description":"JACKIE LEWIS","value":"JV"},{"description":"JEFF WINN","value":"JW"},{"description":"JACK CIVILIKAS","value":"JX"},{"description":"JOHN STEINMAN","value":"JZ"},{"description":"KATHY ALLEN","value":"KA"},{"description":"KATHY BUCKINGHAM","value":"KAB"},{"description":"KIM BRANDT","value":"KB"},{"description":"KATE BARON","value":"KE"},{"description":"KRISTEN FALIES","value":"KF"},{"description":"KRISTEN KAISLER","value":"KK"},{"description":"KARAH LAFFERTY","value":"KL"},{"description":"KEVIN LIPSKI","value":"KN"},{"description":"KRISTEN REYNOLDS","value":"KR"},{"description":"LISA ALLING","value":"LA"},{"description":"LEROY BANKS","value":"LB"},{"description":"LAURA GOFORTH","value":"LG"},{"description":"LORI HYMER","value":"LH"},{"description":"LINLEY SIRACUSA","value":"LS"},{"description":"LARRY WEAS","value":"LW"},{"description":"MARILYN BRYAN","value":"MB"},{"description":"MELISA CRASS","value":"MC"},{"description":"MIKE SHANKLE","value":"ME"},{"description":"MARGIE FENSKE","value":"MF"},{"description":"MARSHA GLIESSNER","value":"MG"},{"description":"MARK JACQUES","value":"MJ"},{"description":"MARK SANDERS","value":"MK"},{"description":"MELANIE LENOX","value":"ML"},{"description":"MELISSA MILLER","value":"MM"},{"description":"MELODIE STOCKTON","value":"MN"},{"description":"MOLLY STEWART","value":"MS"},{"description":"OFFICER FOR PLACING MESSAGES","value":"MSG"},{"description":"MICHEAL YOUNG","value":"MY"},{"description":"MARY CARKEET","value":"MZ"},{"description":"MONETT J7 A","value":"M01"},{"description":"MONETT J7 A","value":"M02"},{"description":"MONETT J7 A","value":"M03"},{"description":"MONETT J7 A","value":"M04"},{"description":"MONETT J7 A","value":"M05"},{"description":"MONETT J7 A","value":"M06"},{"description":"MONETT J7 A","value":"M07"},{"description":"MONETT J7 A","value":"M08"},{"description":"MONETT J7 A","value":"M09"},{"description":"MONETT J7 A","value":"M10"},{"description":"MONETT J7 A","value":"M11"},{"description":"MONETT J7 A","value":"M12"},{"description":"MONETT J7 A","value":"M13"},{"description":"MONETT J7 A","value":"M14"},{"description":"MONETT J7 A","value":"M15"},{"description":"MONETT J7 A","value":"M16"},{"description":"MONETT J7 A","value":"M17"},{"description":"MONETT J7 A","value":"M18"},{"description":"MONETT J7 A","value":"M19"},{"description":"MONETT J7 A","value":"M20"},{"description":"MONETT J7 A","value":"M21"},{"description":"MONETT J7 A","value":"M22"},{"description":"MONETT J7 A","value":"M23"},{"description":"MONETT J7 A","value":"M24"},{"description":"MONETT J7 B","value":"M25"},{"description":"MONETT J7 B","value":"M26"},{"description":"MONETT J7 B","value":"M27"},{"description":"MONETT J7 B","value":"M28"},{"description":"MONETT J7 B","value":"M29"},{"description":"MAX BLALOCK III","value":"M3"},{"description":"MONETT J7 B","value":"M30"},{"description":"MONETT J7 B","value":"M31"},{"description":"MONETT J7 B","value":"M32"},{"description":"MONETT J7 B","value":"M33"},{"description":"MONETT J7 B","value":"M34"},{"description":"MONETT J7 B","value":"M35"},{"description":"MONETT J7 B","value":"M36"},{"description":"MONETT J7 C","value":"M37"},{"description":"MONETT J7 C","value":"M38"},{"description":"MONETT J7 C","value":"M39"},{"description":"MONETT J7 C","value":"M40"},{"description":"MONETT J7 C","value":"M41"},{"description":"MONETT J7 C","value":"M42"},{"description":"MONETT J7 C","value":"M43"},{"description":"MONETT J7 C","value":"M44"},{"description":"MONETT J7 C","value":"M45"},{"description":"MONETT J7 C","value":"M46"},{"description":"MONETT J7 C","value":"M47"},{"description":"MONETT J7 C","value":"M48"},{"description":"MONETT J7 C","value":"M49"},{"description":"MONETT J7 C","value":"M50"},{"description":"MONETT J7 C","value":"M51"},{"description":"MONETT J7 C","value":"M52"},{"description":"MONETT J7 C","value":"M53"},{"description":"MONETT J7 C","value":"M54"},{"description":"MONETT J7 C","value":"M55"},{"description":"MONETT J7 C","value":"M56"},{"description":"MONETT J7 C","value":"M57"},{"description":"MONETT J7 C","value":"M58"},{"description":"MONETT J7 C","value":"M59"},{"description":"MONETT J7 C","value":"M60"},{"description":"MONETT J7 E","value":"M61"},{"description":"MONETT J7 E","value":"M62"},{"description":"MONETT J7 E","value":"M63"},{"description":"MONETT J7 E","value":"M64"},{"description":"MONETT J7 E","value":"M65"},{"description":"MONETT J7 E","value":"M66"},{"description":"MONETT J7 E","value":"M67"},{"description":"MONETT J7 E","value":"M68"},{"description":"MONETT J7 E","value":"M69"},{"description":"MONETT J7 E","value":"M70"},{"description":"MONETT J7 E","value":"M71"},{"description":"MONETT J7 E","value":"M72"},{"description":"MONETT J7 E","value":"M73"},{"description":"MONETT J7 E","value":"M74"},{"description":"MONETT J7 E","value":"M75"},{"description":"MONETT J7 E","value":"M76"},{"description":"MONETT J7 E","value":"M77"},{"description":"MONETT J7 E","value":"M78"},{"description":"MONETT J7 E","value":"M79"},{"description":"MONETT J7 E","value":"M80"},{"description":"MONETT J7 E","value":"M81"},{"description":"MONETT J7 E","value":"M82"},{"description":"MONETT J7 E","value":"M83"},{"description":"MONETT J7 E","value":"M84"},{"description":"NIKKI MCRAY","value":"NM"},{"description":"PATRICIA DOMINGUEZ","value":"PAD"},{"description":"PATRICK KOSTER","value":"PK"},{"description":"PATRICIA WIDLUND","value":"PW"},{"description":"REBECCA SIBLE","value":"RA"},{"description":"RYAN BROWN","value":"RB5"},{"description":"RICHIE DODGEN","value":"RD"},{"description":"RENEE DEANE","value":"RE"},{"description":"REGGIE HARRIS","value":"RGH"},{"description":"RON HARMAN","value":"RH"},{"description":"RICKY J MILLER","value":"RJM"},{"description":"R J WITT","value":"RJW"},{"description":"RAY KLINE","value":"RK5"},{"description":"RODNEY MIDDLETON","value":"RM5"},{"description":"ROBERT ONEAL","value":"RO"},{"description":"RENDY SMITH","value":"RS"},{"description":"REED ZUEHLKE","value":"RZ8"},{"description":"SHARON ATCHER","value":"SA"},{"description":"STACY BISHOP","value":"SB"},{"description":"STEPHANIE CAREY","value":"SC"},{"description":"SARAH DELUCIA","value":"SD"},{"description":"SUSAN GRIPKA","value":"SG"},{"description":"SARAH DYESS","value":"SH"},{"description":"STACY LECLAIR","value":"SJL"},{"description":"STEVE BROCK","value":"SK"},{"description":"SONYA KNUDTSON","value":"SK1"},{"description":"SYLVIA LITTLE","value":"SL"},{"description":"SHARON MCCLUSKEY","value":"SM"},{"description":"STEPHEN ANDERSON","value":"SN"},{"description":"SONYA KNUDTSON","value":"SO"},{"description":"STACY PERIMAN","value":"SP"},{"description":"SANDRA BOOKER","value":"SR"},{"description":"SHANNON STREET","value":"SS"},{"description":"STEVE SHERMAN","value":"ST"},{"description":"SHELBA MURPHY","value":"SU"},{"description":"SPENCER PREVALL","value":"SV"},{"description":"SHANNON SIMS","value":"SX"},{"description":"SANDY BROWNING","value":"SY"},{"description":"SCOTT GLEASON","value":"SZ"},{"description":"SPRINGFIELD S1 A","value":"S01"},{"description":"SPRINGFIELD S1 A","value":"S02"},{"description":"SPRINGFIELD S1 A","value":"S03"},{"description":"SPRINGFIELD S1 A","value":"S04"},{"description":"SPRINGFIELD S1 A","value":"S05"},{"description":"SPRINGFIELD S1 A","value":"S06"},{"description":"SPRINGFIELD S1 A","value":"S07"},{"description":"SPRINGFIELD S1 A","value":"S08"},{"description":"SPRINGFIELD S1 A","value":"S09"},{"description":"SPRINGFIELD S1 A","value":"S10"},{"description":"SPRINGFIELD S1 A","value":"S11"},{"description":"SPRINGFIELD S1 A","value":"S12"},{"description":"SPRINGFIELD S1 B","value":"S13"},{"description":"SPRINGFIELD S1 B","value":"S14"},{"description":"SPRINGFIELD S1 B","value":"S15"},{"description":"SPRINGFIELD S1 B","value":"S16"},{"description":"SPRINGFIELD S1 B","value":"S17"},{"description":"SPRINGFIELD S1 B","value":"S18"},{"description":"SPRINGFIELD S1 B","value":"S19"},{"description":"SPRINGFIELD S1 B","value":"S20"},{"description":"SPRINGFIELD S1 B","value":"S21"},{"description":"SPRINGFIELD S1 B","value":"S22"},{"description":"SPRINGFIELD S1 B","value":"S23"},{"description":"SPRINGFIELD S1 B","value":"S24"},{"description":"TERRI BARNGROVER","value":"TA"},{"description":"TAMMY BANGS","value":"TB"},{"description":"TRACEY LEASE","value":"TE"},{"description":"TODD LYLE","value":"TL"},{"description":"TAMMY LANDOLL","value":"TO"},{"description":"TAMMY PERRY","value":"TP"},{"description":"TRICIA SMITH","value":"TS"},{"description":"TOSHA SHANKS","value":"TS1"},{"description":"TRACIE WEIR","value":"TW"},{"description":"VICKY DUDLEY","value":"VD"},{"description":"VICTOR SIMONETTI","value":"VI"},{"description":"VINCE RACCA","value":"VR"},{"description":"VINCE SPAVALE","value":"VS"}],"required":false},{"path":"BusDetail.OffInfoArray.OffInfoRec.OffCode","name":"OffCode","canonicalInfo":[{"description":"","value":""},{"description":"AMY ALDRICH","value":"AA"},{"description":"AMY COSSEY","value":"AC"},{"description":"AARON MCGRATH","value":"AH"},{"description":"ALLEN MILES","value":"AM"},{"description":"AL SUOSSO","value":"AS"},{"description":"ALVINA VANVELDHUIZEN","value":"AV"},{"description":"BANNO","value":"BA"},{"description":"BECKY BAKER","value":"BB"},{"description":"BEAU DIAL","value":"BD"},{"description":"BECKY DERSTINE","value":"BE"},{"description":"BRENDA HOLAS","value":"BH"},{"description":"BARBARA KEMPF","value":"BK"},{"description":"BUDDY LEE","value":"BL"},{"description":"BILL NICHOLSON","value":"BN"},{"description":"BECKY PELLHAM","value":"BP"},{"description":"BLAKE RAY","value":"BR"},{"description":"BENJAMIN TUMMONS","value":"BT"},{"description":"BETH USSERY","value":"BU"},{"description":"BRYAN WRIGHT","value":"BW"},{"description":"CHARLES WALLACE","value":"CA"},{"description":"CAROL MITTAG","value":"CAM"},{"description":"CONRAD HAMILTON","value":"CH"},{"description":"CHRIS MEDLIN","value":"CM"},{"description":"CARMEN POOLE","value":"CP"},{"description":"CAROLYN SMITH","value":"CS"},{"description":"CLIFF THOMAS","value":"CT"},{"description":"CATHY TAYLOR","value":"CTR"},{"description":"CHERYL WONDRASCH","value":"CW"},{"description":"CHRISTA MOELLER","value":"CX"},{"description":"CASEY ALEXANDER","value":"CY"},{"description":"CORBIN SPERRY","value":"CZ"},{"description":"DALE BATKO","value":"DA"},{"description":"DARREN BROWN","value":"DAB"},{"description":"DOUG BAUCOM","value":"DB"},{"description":"DAN GEFFRE","value":"DG6"},{"description":"DARRELL DAHLE-MELSAETHER","value":"DM"},{"description":"DEBBIE NEAL","value":"DN"},{"description":"DAN REECE","value":"DR"},{"description":"DON SMITH","value":"DS"},{"description":"DONNA WALSH","value":"DW"},{"description":"ELIZABETH GRISSOM","value":"EG"},{"description":"EMORY MOSIER","value":"EM"},{"description":"ERIC SZEWCZYK","value":"ES"},{"description":"FRITZ HOEFT","value":"FH"},{"description":"FELICIA HOSKINS","value":"FO"},{"description":"GRETCHEN KAUFMAN","value":"GK"},{"description":"GRACE MYHRE","value":"GM"},{"description":"GERMAINE RUSNC","value":"GR"},{"description":"HALEY ALLEN","value":"HA"},{"description":"HEATHER LOGAN","value":"HL"},{"description":"HEATHER LOGAN","value":"HM"},{"description":"HALEY SPERRY","value":"HS"},{"description":"IRENE KOPPANG","value":"IK"},{"description":"IRENE LAFLEX","value":"IL"},{"description":"INGRID LARSON","value":"IN"},{"description":"JOSH BRASWELL","value":"JA"},{"description":"JACOB BARNES","value":"JB"},{"description":"JEANETTE BERTUCCI","value":"JB6"},{"description":"JENNIFER COLWELL","value":"JC"},{"description":"JARED SEBASTIAN","value":"JD"},{"description":"JASON WEAVER","value":"JE"},{"description":"JERI HOMLER","value":"JER"},{"description":"JOHN GROVES","value":"JG"},{"description":"JARVAE HALL","value":"JH"},{"description":"JACK HENRY","value":"JHA"},{"description":"JOSHUA JORDAN","value":"JJ"},{"description":"JENNIFER KESLER","value":"JK"},{"description":"JASON LIMBAUGH","value":"JL"},{"description":"JANIS MANES","value":"JM"},{"description":"JEREMY NEWLAND","value":"JN"},{"description":"JONI WEATHERLY","value":"JO"},{"description":"JENNIFER PRIER","value":"JP"},{"description":"JOHN WALKER","value":"JR"},{"description":"JEANNE STRUTZ","value":"JS"},{"description":"JAMES TROUB","value":"JT"},{"description":"JACKIE LEWIS","value":"JV"},{"description":"JEFF WINN","value":"JW"},{"description":"JACK CIVILIKAS","value":"JX"},{"description":"JOHN STEINMAN","value":"JZ"},{"description":"KATHY ALLEN","value":"KA"},{"description":"KATHY BUCKINGHAM","value":"KAB"},{"description":"KIM BRANDT","value":"KB"},{"description":"KATE BARON","value":"KE"},{"description":"KRISTEN FALIES","value":"KF"},{"description":"KRISTEN KAISLER","value":"KK"},{"description":"KARAH LAFFERTY","value":"KL"},{"description":"KEVIN LIPSKI","value":"KN"},{"description":"KRISTEN REYNOLDS","value":"KR"},{"description":"LISA ALLING","value":"LA"},{"description":"LEROY BANKS","value":"LB"},{"description":"LAURA GOFORTH","value":"LG"},{"description":"LORI HYMER","value":"LH"},{"description":"LINLEY SIRACUSA","value":"LS"},{"description":"LARRY WEAS","value":"LW"},{"description":"MARILYN BRYAN","value":"MB"},{"description":"MELISA CRASS","value":"MC"},{"description":"MIKE SHANKLE","value":"ME"},{"description":"MARGIE FENSKE","value":"MF"},{"description":"MARSHA GLIESSNER","value":"MG"},{"description":"MARK JACQUES","value":"MJ"},{"description":"MARK SANDERS","value":"MK"},{"description":"MELANIE LENOX","value":"ML"},{"description":"MELISSA MILLER","value":"MM"},{"description":"MELODIE STOCKTON","value":"MN"},{"description":"MOLLY STEWART","value":"MS"},{"description":"OFFICER FOR PLACING MESSAGES","value":"MSG"},{"description":"MICHEAL YOUNG","value":"MY"},{"description":"MARY CARKEET","value":"MZ"},{"description":"MONETT J7 A","value":"M01"},{"description":"MONETT J7 A","value":"M02"},{"description":"MONETT J7 A","value":"M03"},{"description":"MONETT J7 A","value":"M04"},{"description":"MONETT J7 A","value":"M05"},{"description":"MONETT J7 A","value":"M06"},{"description":"MONETT J7 A","value":"M07"},{"description":"MONETT J7 A","value":"M08"},{"description":"MONETT J7 A","value":"M09"},{"description":"MONETT J7 A","value":"M10"},{"description":"MONETT J7 A","value":"M11"},{"description":"MONETT J7 A","value":"M12"},{"description":"MONETT J7 A","value":"M13"},{"description":"MONETT J7 A","value":"M14"},{"description":"MONETT J7 A","value":"M15"},{"description":"MONETT J7 A","value":"M16"},{"description":"MONETT J7 A","value":"M17"},{"description":"MONETT J7 A","value":"M18"},{"description":"MONETT J7 A","value":"M19"},{"description":"MONETT J7 A","value":"M20"},{"description":"MONETT J7 A","value":"M21"},{"description":"MONETT J7 A","value":"M22"},{"description":"MONETT J7 A","value":"M23"},{"description":"MONETT J7 A","value":"M24"},{"description":"MONETT J7 B","value":"M25"},{"description":"MONETT J7 B","value":"M26"},{"description":"MONETT J7 B","value":"M27"},{"description":"MONETT J7 B","value":"M28"},{"description":"MONETT J7 B","value":"M29"},{"description":"MAX BLALOCK III","value":"M3"},{"description":"MONETT J7 B","value":"M30"},{"description":"MONETT J7 B","value":"M31"},{"description":"MONETT J7 B","value":"M32"},{"description":"MONETT J7 B","value":"M33"},{"description":"MONETT J7 B","value":"M34"},{"description":"MONETT J7 B","value":"M35"},{"description":"MONETT J7 B","value":"M36"},{"description":"MONETT J7 C","value":"M37"},{"description":"MONETT J7 C","value":"M38"},{"description":"MONETT J7 C","value":"M39"},{"description":"MONETT J7 C","value":"M40"},{"description":"MONETT J7 C","value":"M41"},{"description":"MONETT J7 C","value":"M42"},{"description":"MONETT J7 C","value":"M43"},{"description":"MONETT J7 C","value":"M44"},{"description":"MONETT J7 C","value":"M45"},{"description":"MONETT J7 C","value":"M46"},{"description":"MONETT J7 C","value":"M47"},{"description":"MONETT J7 C","value":"M48"},{"description":"MONETT J7 C","value":"M49"},{"description":"MONETT J7 C","value":"M50"},{"description":"MONETT J7 C","value":"M51"},{"description":"MONETT J7 C","value":"M52"},{"description":"MONETT J7 C","value":"M53"},{"description":"MONETT J7 C","value":"M54"},{"description":"MONETT J7 C","value":"M55"},{"description":"MONETT J7 C","value":"M56"},{"description":"MONETT J7 C","value":"M57"},{"description":"MONETT J7 C","value":"M58"},{"description":"MONETT J7 C","value":"M59"},{"description":"MONETT J7 C","value":"M60"},{"description":"MONETT J7 E","value":"M61"},{"description":"MONETT J7 E","value":"M62"},{"description":"MONETT J7 E","value":"M63"},{"description":"MONETT J7 E","value":"M64"},{"description":"MONETT J7 E","value":"M65"},{"description":"MONETT J7 E","value":"M66"},{"description":"MONETT J7 E","value":"M67"},{"description":"MONETT J7 E","value":"M68"},{"description":"MONETT J7 E","value":"M69"},{"description":"MONETT J7 E","value":"M70"},{"description":"MONETT J7 E","value":"M71"},{"description":"MONETT J7 E","value":"M72"},{"description":"MONETT J7 E","value":"M73"},{"description":"MONETT J7 E","value":"M74"},{"description":"MONETT J7 E","value":"M75"},{"description":"MONETT J7 E","value":"M76"},{"description":"MONETT J7 E","value":"M77"},{"description":"MONETT J7 E","value":"M78"},{"description":"MONETT J7 E","value":"M79"},{"description":"MONETT J7 E","value":"M80"},{"description":"MONETT J7 E","value":"M81"},{"description":"MONETT J7 E","value":"M82"},{"description":"MONETT J7 E","value":"M83"},{"description":"MONETT J7 E","value":"M84"},{"description":"NIKKI MCRAY","value":"NM"},{"description":"PATRICIA DOMINGUEZ","value":"PAD"},{"description":"PATRICK KOSTER","value":"PK"},{"description":"PATRICIA WIDLUND","value":"PW"},{"description":"REBECCA SIBLE","value":"RA"},{"description":"RYAN BROWN","value":"RB5"},{"description":"RICHIE DODGEN","value":"RD"},{"description":"RENEE DEANE","value":"RE"},{"description":"REGGIE HARRIS","value":"RGH"},{"description":"RON HARMAN","value":"RH"},{"description":"RICKY J MILLER","value":"RJM"},{"description":"R J WITT","value":"RJW"},{"description":"RAY KLINE","value":"RK5"},{"description":"RODNEY MIDDLETON","value":"RM5"},{"description":"ROBERT ONEAL","value":"RO"},{"description":"RENDY SMITH","value":"RS"},{"description":"REED ZUEHLKE","value":"RZ8"},{"description":"SHARON ATCHER","value":"SA"},{"description":"STACY BISHOP","value":"SB"},{"description":"STEPHANIE CAREY","value":"SC"},{"description":"SARAH DELUCIA","value":"SD"},{"description":"SUSAN GRIPKA","value":"SG"},{"description":"SARAH DYESS","value":"SH"},{"description":"STACY LECLAIR","value":"SJL"},{"description":"STEVE BROCK","value":"SK"},{"description":"SONYA KNUDTSON","value":"SK1"},{"description":"SYLVIA LITTLE","value":"SL"},{"description":"SHARON MCCLUSKEY","value":"SM"},{"description":"STEPHEN ANDERSON","value":"SN"},{"description":"SONYA KNUDTSON","value":"SO"},{"description":"STACY PERIMAN","value":"SP"},{"description":"SANDRA BOOKER","value":"SR"},{"description":"SHANNON STREET","value":"SS"},{"description":"STEVE SHERMAN","value":"ST"},{"description":"SHELBA MURPHY","value":"SU"},{"description":"SPENCER PREVALL","value":"SV"},{"description":"SHANNON SIMS","value":"SX"},{"description":"SANDY BROWNING","value":"SY"},{"description":"SCOTT GLEASON","value":"SZ"},{"description":"SPRINGFIELD S1 A","value":"S01"},{"description":"SPRINGFIELD S1 A","value":"S02"},{"description":"SPRINGFIELD S1 A","value":"S03"},{"description":"SPRINGFIELD S1 A","value":"S04"},{"description":"SPRINGFIELD S1 A","value":"S05"},{"description":"SPRINGFIELD S1 A","value":"S06"},{"description":"SPRINGFIELD S1 A","value":"S07"},{"description":"SPRINGFIELD S1 A","value":"S08"},{"description":"SPRINGFIELD S1 A","value":"S09"},{"description":"SPRINGFIELD S1 A","value":"S10"},{"description":"SPRINGFIELD S1 A","value":"S11"},{"description":"SPRINGFIELD S1 A","value":"S12"},{"description":"SPRINGFIELD S1 B","value":"S13"},{"description":"SPRINGFIELD S1 B","value":"S14"},{"description":"SPRINGFIELD S1 B","value":"S15"},{"description":"SPRINGFIELD S1 B","value":"S16"},{"description":"SPRINGFIELD S1 B","value":"S17"},{"description":"SPRINGFIELD S1 B","value":"S18"},{"description":"SPRINGFIELD S1 B","value":"S19"},{"description":"SPRINGFIELD S1 B","value":"S20"},{"description":"SPRINGFIELD S1 B","value":"S21"},{"description":"SPRINGFIELD S1 B","value":"S22"},{"description":"SPRINGFIELD S1 B","value":"S23"},{"description":"SPRINGFIELD S1 B","value":"S24"},{"description":"TERRI BARNGROVER","value":"TA"},{"description":"TAMMY BANGS","value":"TB"},{"description":"TRACEY LEASE","value":"TE"},{"description":"TODD LYLE","value":"TL"},{"description":"TAMMY LANDOLL","value":"TO"},{"description":"TAMMY PERRY","value":"TP"},{"description":"TRICIA SMITH","value":"TS"},{"description":"TOSHA SHANKS","value":"TS1"},{"description":"TRACIE WEIR","value":"TW"},{"description":"VICKY DUDLEY","value":"VD"},{"description":"VICTOR SIMONETTI","value":"VI"},{"description":"VINCE RACCA","value":"VR"},{"description":"VINCE SPAVALE","value":"VS"}],"required":false},{"path":"RegDetail.DoNotCallExpDt","name":"DoNotCallExpDt","required":false},{"path":"RegDetail.RegPSentDt","name":"RegPSentDt","required":false},{"path":"RegDetail.CRARec.CRASMSACode","name":"CRASMSACode","required":false},{"path":"RegDetail.CRARec.CRAIncmLvl","name":"CRAIncmLvl","required":false},{"path":"TaxDetail.Alien.ResCntry","name":"ResCntry","canonicalInfo":[{"description":"","value":""},{"description":"ARUBA","value":"AA"},{"description":"ANTIGUA & BARBUDA","value":"AC"},{"description":"UNITED ARAB EMIRATES","value":"AE"},{"description":"AFGHANISTAN","value":"AF"},{"description":"ALGERIA","value":"AG"},{"description":"AZERBAIJAN","value":"AJ"},{"description":"ALBANIA","value":"AL"},{"description":"ARMENIA","value":"AM"},{"description":"ANDORRA","value":"AN"},{"description":"ANGOLA","value":"AO"},{"description":"AMERICAN SAMOA","value":"AQ"},{"description":"ARGENTINA","value":"AR"},{"description":"AUSTRALIA","value":"AS"},{"description":"ASHMORE & CARTIER IS","value":"AT"},{"description":"AUSTRIA","value":"AU"},{"description":"ANGUILLA","value":"AV"},{"description":"AKROTIRI","value":"AX"},{"description":"ANTARCTICA","value":"AY"},{"description":"BAHRAIN","value":"BA"},{"description":"BARBADOS","value":"BB"},{"description":"BOTSWANA","value":"BC"},{"description":"BERMUDA","value":"BD"},{"description":"BELGIUM","value":"BE"},{"description":"BAHAMAS, THE","value":"BF"},{"description":"BANGLADESH","value":"BG"},{"description":"BELIZE","value":"BH"},{"description":"BOSNIA-HERZEGOVINA","value":"BK"},{"description":"BOLIVIA","value":"BL"},{"description":"BURMA","value":"BM"},{"description":"BENIN","value":"BN"},{"description":"BELARUS","value":"BO"},{"description":"SOLOMON ISLANDS","value":"BP"},{"description":"NAVASSA ISLAND","value":"BQ"},{"description":"BRAZIL","value":"BR"},{"description":"BASSAS DA INDIA","value":"BS"},{"description":"BHUTAN","value":"BT"},{"description":"BULGARIA","value":"BU"},{"description":"BOUVET ISLAND","value":"BV"},{"description":"BRUNEI","value":"BX"},{"description":"BURUNDI","value":"BY"},{"description":"CANADA","value":"CA"},{"description":"CAMBODIA","value":"CB"},{"description":"CHAD","value":"CD"},{"description":"SRI LANKA","value":"CE"},{"description":"CONGO","value":"CF"},{"description":"CONGO (KINSHASA)","value":"CG"},{"description":"CHINA, PEOPLE'S REP","value":"CH"},{"description":"CHILE","value":"CI"},{"description":"CAYMAN ISLANDS","value":"CJ"},{"description":"COCOS (KEELING) ISL.","value":"CK"},{"description":"CAMEROON","value":"CM"},{"description":"COMOROS","value":"CN"},{"description":"COLUMBIA","value":"CO"},{"description":"NO MARIANA ISLANDS","value":"CQ"},{"description":"CORAL SEA ISLANDS","value":"CR"},{"description":"COSTA RICA","value":"CS"},{"description":"CENTRAL AFRICAN REP","value":"CT"},{"description":"CUBA","value":"CU"},{"description":"CAPE VERDE","value":"CV"},{"description":"COOK ISLANDS","value":"CW"},{"description":"CYPRUS","value":"CY"},{"description":"DENMARK","value":"DA"},{"description":"DJIBOUTI","value":"DJ"},{"description":"DOMINICA","value":"DO"},{"description":"JARVIS ISLAND","value":"DQ"},{"description":"DOMINICAN REPUBLIC","value":"DR"},{"description":"DHEKELIA","value":"DX"},{"description":"ECUADOR","value":"EC"},{"description":"EGYPT","value":"EG"},{"description":"IRELAND","value":"EI"},{"description":"EQUATORIAL GUINEA","value":"EK"},{"description":"ESTONIA","value":"EN"},{"description":"ERITREA","value":"ER"},{"description":"EL SALVADOR","value":"ES"},{"description":"ETHIOPIA","value":"ET"},{"description":"EUROPA ISLAND","value":"EU"},{"description":"CZECH REPUBLIC","value":"EZ"},{"description":"FRENCH GUIANA","value":"FG"},{"description":"FINLAND","value":"FI"},{"description":"FIJI","value":"FJ"},{"description":"FALKLAND ISLANDS","value":"FK"},{"description":"MICRONESIA, FED STS","value":"FM"},{"description":"FAROE ISLANDS","value":"FO"},{"description":"FRENCH POLYNESIA","value":"FP"},{"description":"BAKER ISLAND","value":"FQ"},{"description":"FRANCE","value":"FR"},{"description":"FRENCH SO & ANTARCTC","value":"FS"},{"description":"GAMBIA, THE","value":"GA"},{"description":"GABON","value":"GB"},{"description":"GEORGIA","value":"GG"},{"description":"GHANA","value":"GH"},{"description":"GIBRALTAR","value":"GI"},{"description":"GRENADA","value":"GJ"},{"description":"GUERNSEY","value":"GK"},{"description":"GREENLAND","value":"GL"},{"description":"GERMANY","value":"GM"},{"description":"GLORIOSO ISLANDS","value":"GO"},{"description":"GUADELOUPE","value":"GP"},{"description":"GUAM","value":"GQ"},{"description":"GREECE","value":"GR"},{"description":"GUATEMALA","value":"GT"},{"description":"GUINEA","value":"GV"},{"description":"GUYANA","value":"GY"},{"description":"GAZA STRIP","value":"GZ"},{"description":"HAITI","value":"HA"},{"description":"HONG KONG","value":"HK"},{"description":"HEARD & MCDONALD ISL","value":"HM"},{"description":"HONDURAS","value":"HO"},{"description":"HOWLAND ISLAND","value":"HQ"},{"description":"CROATIA","value":"HR"},{"description":"HUNGARY","value":"HU"},{"description":"ICELAND","value":"IC"},{"description":"INDONESIA","value":"ID"},{"description":"ISLE OF MAN","value":"IM"},{"description":"INDIA","value":"IN"},{"description":"OCEAN TERRITORY","value":"IO"},{"description":"CLIPPERTON ISLAND","value":"IP"},{"description":"IRAN","value":"IR"},{"description":"ISRAEL","value":"IS"},{"description":"ITALY","value":"IT"},{"description":"IVORY COAST","value":"IV"},{"description":"IRAQ-SAUDI NEUTRALZN","value":"IY"},{"description":"IRAQ","value":"IZ"},{"description":"JAPAN","value":"JA"},{"description":"JERSEY","value":"JE"},{"description":"JAMAICA","value":"JM"},{"description":"JAN MAYEN","value":"JN"},{"description":"JORDAN","value":"JO"},{"description":"JOHNSTON ATOLL","value":"JQ"},{"description":"JUAN DE NOVA ISLAND","value":"JU"},{"description":"KENYA","value":"KE"},{"description":"KYRGYZSTAN","value":"KG"},{"description":"KOREA, NORTH","value":"KN"},{"description":"KINGMAN REEF","value":"KQ"},{"description":"KIRIBATI","value":"KR"},{"description":"KOREA, SOUTH","value":"KS"},{"description":"CHRISTMAS IS.INDIAN","value":"KT"},{"description":"KUWAIT","value":"KU"},{"description":"KOSOVO","value":"KV"},{"description":"KAZAKHSTAN","value":"KZ"},{"description":"LAOS","value":"LA"},{"description":"LEBANON","value":"LE"},{"description":"LATVIA","value":"LG"},{"description":"LITHUANIA","value":"LH"},{"description":"LIBERIA","value":"LI"},{"description":"SLOVAKIA","value":"LO"},{"description":"PALMYRA ATOLL","value":"LQ"},{"description":"LIECHTENSTEIN","value":"LS"},{"description":"LESOTHO","value":"LT"},{"description":"LUXEMBOURG","value":"LU"},{"description":"LIBYA","value":"LY"},{"description":"MADAGASCAR","value":"MA"},{"description":"MARTINIQUE","value":"MB"},{"description":"MACAU","value":"MC"},{"description":"MOLDOVA","value":"MD"},{"description":"MAYOTTE","value":"MF"},{"description":"MONGOLIA","value":"MG"},{"description":"MONTSERRAT","value":"MH"},{"description":"MALAWI","value":"MI"},{"description":"MONTENEGRO","value":"MJ"},{"description":"MACEDONIA","value":"MK"},{"description":"MALI","value":"ML"},{"description":"MONACO","value":"MN"},{"description":"MOROCCO","value":"MO"},{"description":"MAURITIUS","value":"MP"},{"description":"MIDWAY ISLANDS","value":"MQ"},{"description":"MAURITANIA","value":"MR"},{"description":"MALTA","value":"MT"},{"description":"OMAN","value":"MU"},{"description":"MALDIVES","value":"MV"},{"description":"MONTENEGRO","value":"MW"},{"description":"MEXICO","value":"MX"},{"description":"MALAYSIA","value":"MY"},{"description":"MOZAMBIQUE","value":"MZ"},{"description":"NEW CALEDONIA","value":"NC"},{"description":"NIUE","value":"NE"},{"description":"NORFOLK ISLAND","value":"NF"},{"description":"NIGER","value":"NG"},{"description":"VANUATU","value":"NH"},{"description":"NIGERIA","value":"NI"},{"description":"NETHERLANDS","value":"NL"},{"description":"SINT MAARTEN","value":"NN"},{"description":"NORWAY","value":"NO"},{"description":"NEPAL","value":"NP"},{"description":"NAURU","value":"NR"},{"description":"SURINAME","value":"NS"},{"description":"NETHERLANDS ANTILLES","value":"NT"},{"description":"NICARAGUA","value":"NU"},{"description":"NEW ZEALAND","value":"NZ"},{"description":"OTHER COUNTRY","value":"OC"},{"description":"SOUTH SUDAN","value":"OD"},{"description":"PARAGUAY","value":"PA"},{"description":"PITCAIRN ISLANDS","value":"PC"},{"description":"PERU","value":"PE"},{"description":"PARACEL ISLANDS","value":"PF"},{"description":"SPRATLY ISLANDS","value":"PG"},{"description":"PAKISTAN","value":"PK"},{"description":"POLAND","value":"PL"},{"description":"PANAMA","value":"PM"},{"description":"PORTUGAL","value":"PO"},{"description":"PAPUA NEW GUINEA","value":"PP"},{"description":"PALAU","value":"PS"},{"description":"GUINEA-BISSAU","value":"PU"},{"description":"QATAR","value":"QA"},{"description":"REUNION","value":"RE"},{"description":"SERBIA","value":"RI"},{"description":"MARSHALL ISLANDS","value":"RM"},{"description":"SAINT MARTIN","value":"RN"},{"description":"ROMANIA","value":"RO"},{"description":"PHILIPPINES","value":"RP"},{"description":"PUERTO RICO","value":"RQ"},{"description":"RUSSIA","value":"RS"},{"description":"RWANDA","value":"RW"},{"description":"SAUDI ARABIA","value":"SA"},{"description":"ST PEIRRE & MIQUELON","value":"SB"},{"description":"ST. KITTS & NEVIS","value":"SC"},{"description":"SEYCHELLES","value":"SE"},{"description":"SOUTH AFRICA","value":"SF"},{"description":"SENEGAL","value":"SG"},{"description":"ST. HELENA","value":"SH"},{"description":"SLOVENIA","value":"SI"},{"description":"SIERRA LEONE","value":"SL"},{"description":"SAN MARINO","value":"SM"},{"description":"SINGAPORE","value":"SN"},{"description":"SOMALIA","value":"SO"},{"description":"SPAIN","value":"SP"},{"description":"ST. LUCIA","value":"ST"},{"description":"SUDAN","value":"SU"},{"description":"SVALBARD","value":"SV"},{"description":"SWEDEN","value":"SW"},{"description":"SO GEO&SANDWICH ISL","value":"SX"},{"description":"SYRIA","value":"SY"},{"description":"SWITZERLAND","value":"SZ"},{"description":"SAINT BARTHELEMY","value":"TB"},{"description":"UNITED ARAB EMIRATES","value":"TC"},{"description":"TRINIDAD & TOBAGO","value":"TD"},{"description":"TROMELIN ISLAND","value":"TE"},{"description":"THAILAND","value":"TH"},{"description":"TAJIKISTAN","value":"TI"},{"description":"TURKS&CAICOS ISLANDS","value":"TK"},{"description":"TOKELAU","value":"TL"},{"description":"TONGA","value":"TN"},{"description":"TOGO","value":"TO"},{"description":"SAO TOME & PRINCIPE","value":"TP"},{"description":"TUNISIA","value":"TS"},{"description":"EAST TIMOR","value":"TT"},{"description":"TURKEY","value":"TU"},{"description":"TUVALU","value":"TV"},{"description":"TAIWAN","value":"TW"},{"description":"TURKMENISTAN","value":"TX"},{"description":"TANZANIA, UN REP OF","value":"TZ"},{"description":"CURACAO","value":"UC"},{"description":"UGANDA","value":"UG"},{"description":"NORTHERN IRELAND","value":"UK"},{"description":"UKRAINE","value":"UP"},{"description":"BURKINA FASO","value":"UV"},{"description":"URUGUAY","value":"UY"},{"description":"UZBEKISTAN","value":"UZ"},{"description":"ST VINCENT&GRENADINS","value":"VC"},{"description":"VENEZUELA","value":"VE"},{"description":"VIRGIN ISLANDS(BRIT)","value":"VI"},{"description":"VIETNAM","value":"VM"},{"description":"VIRGIN ISLANDS (US)","value":"VQ"},{"description":"VATICAN CITY","value":"VT"},{"description":"NAMIBIA","value":"WA"},{"description":"WEST BANK","value":"WE"},{"description":"WALLIS & FUTUNA","value":"WF"},{"description":"WESTERN SAHARA","value":"WI"},{"description":"WAKE ISLAND","value":"WQ"},{"description":"WESTERN SAMOA","value":"WS"},{"description":"SWAZILAND","value":"WZ"},{"description":"YEMEN","value":"YM"},{"description":"ZAMBIA","value":"ZA"},{"description":"ZIMBABWE","value":"ZI"}],"required":false},{"path":"RegDetail.AflOptOutExcptCode","name":"AflOptOutExcptCode","required":false},{"path":"RegDetail.AflOptOutExcptDt","name":"AflOptOutExcptDt","required":false},{"path":"RegDetail.AflOptOutExpDt","name":"AflOptOutExpDt","required":false},{"path":"RegDetail.RiskRateCode","name":"RiskRateCode","canonicalInfo":[{"description":"","value":""},{"description":"LOW RISK","value":"01"},{"description":"MED RISK","value":"02"},{"description":"HIGH RISK","value":"03"}],"required":false},{"path":"RegDetail.RiskRateDt","name":"RiskRateDt","required":false},{"path":"RegDetail.RiskRateByCode","name":"RiskRateByCode","required":false},{"path":"CustDetail.CrScoreArray.CrScoreInfo.CrScoreId","name":"CrScoreId","required":false},{"path":"TaxDetail.Alien.FornTaxId","name":"FornTaxId","required":false},{"path":"TaxDetail.Alien.CitzCntryType","name":"CitzCntryType","canonicalInfo":[{"description":"","value":""},{"description":"ARUBA","value":"AA"},{"description":"ANTIGUA & BARBUDA","value":"AC"},{"description":"UNITED ARAB EMIRATES","value":"AE"},{"description":"AFGHANISTAN","value":"AF"},{"description":"ALGERIA","value":"AG"},{"description":"AZERBAIJAN","value":"AJ"},{"description":"ALBANIA","value":"AL"},{"description":"ARMENIA","value":"AM"},{"description":"ANDORRA","value":"AN"},{"description":"ANGOLA","value":"AO"},{"description":"AMERICAN SAMOA","value":"AQ"},{"description":"ARGENTINA","value":"AR"},{"description":"AUSTRALIA","value":"AS"},{"description":"ASHMORE & CARTIER IS","value":"AT"},{"description":"AUSTRIA","value":"AU"},{"description":"ANGUILLA","value":"AV"},{"description":"AKROTIRI","value":"AX"},{"description":"ANTARCTICA","value":"AY"},{"description":"BAHRAIN","value":"BA"},{"description":"BARBADOS","value":"BB"},{"description":"BOTSWANA","value":"BC"},{"description":"BERMUDA","value":"BD"},{"description":"BELGIUM","value":"BE"},{"description":"BAHAMAS, THE","value":"BF"},{"description":"BANGLADESH","value":"BG"},{"description":"BELIZE","value":"BH"},{"description":"BOSNIA-HERZEGOVINA","value":"BK"},{"description":"BOLIVIA","value":"BL"},{"description":"BURMA","value":"BM"},{"description":"BENIN","value":"BN"},{"description":"BELARUS","value":"BO"},{"description":"SOLOMON ISLANDS","value":"BP"},{"description":"NAVASSA ISLAND","value":"BQ"},{"description":"BRAZIL","value":"BR"},{"description":"BASSAS DA INDIA","value":"BS"},{"description":"BHUTAN","value":"BT"},{"description":"BULGARIA","value":"BU"},{"description":"BOUVET ISLAND","value":"BV"},{"description":"BRUNEI","value":"BX"},{"description":"BURUNDI","value":"BY"},{"description":"CANADA","value":"CA"},{"description":"CAMBODIA","value":"CB"},{"description":"CHAD","value":"CD"},{"description":"SRI LANKA","value":"CE"},{"description":"CONGO","value":"CF"},{"description":"CONGO (KINSHASA)","value":"CG"},{"description":"CHINA, PEOPLE'S REP","value":"CH"},{"description":"CHILE","value":"CI"},{"description":"CAYMAN ISLANDS","value":"CJ"},{"description":"COCOS (KEELING) ISL.","value":"CK"},{"description":"CAMEROON","value":"CM"},{"description":"COMOROS","value":"CN"},{"description":"COLUMBIA","value":"CO"},{"description":"NO MARIANA ISLANDS","value":"CQ"},{"description":"CORAL SEA ISLANDS","value":"CR"},{"description":"COSTA RICA","value":"CS"},{"description":"CENTRAL AFRICAN REP","value":"CT"},{"description":"CUBA","value":"CU"},{"description":"CAPE VERDE","value":"CV"},{"description":"COOK ISLANDS","value":"CW"},{"description":"CYPRUS","value":"CY"},{"description":"DENMARK","value":"DA"},{"description":"DJIBOUTI","value":"DJ"},{"description":"DOMINICA","value":"DO"},{"description":"JARVIS ISLAND","value":"DQ"},{"description":"DOMINICAN REPUBLIC","value":"DR"},{"description":"DHEKELIA","value":"DX"},{"description":"ECUADOR","value":"EC"},{"description":"EGYPT","value":"EG"},{"description":"IRELAND","value":"EI"},{"description":"EQUATORIAL GUINEA","value":"EK"},{"description":"ESTONIA","value":"EN"},{"description":"ERITREA","value":"ER"},{"description":"EL SALVADOR","value":"ES"},{"description":"ETHIOPIA","value":"ET"},{"description":"EUROPA ISLAND","value":"EU"},{"description":"CZECH REPUBLIC","value":"EZ"},{"description":"FRENCH GUIANA","value":"FG"},{"description":"FINLAND","value":"FI"},{"description":"FIJI","value":"FJ"},{"description":"FALKLAND ISLANDS","value":"FK"},{"description":"MICRONESIA, FED STS","value":"FM"},{"description":"FAROE ISLANDS","value":"FO"},{"description":"FRENCH POLYNESIA","value":"FP"},{"description":"BAKER ISLAND","value":"FQ"},{"description":"FRANCE","value":"FR"},{"description":"FRENCH SO & ANTARCTC","value":"FS"},{"description":"GAMBIA, THE","value":"GA"},{"description":"GABON","value":"GB"},{"description":"GEORGIA","value":"GG"},{"description":"GHANA","value":"GH"},{"description":"GIBRALTAR","value":"GI"},{"description":"GRENADA","value":"GJ"},{"description":"GUERNSEY","value":"GK"},{"description":"GREENLAND","value":"GL"},{"description":"GERMANY","value":"GM"},{"description":"GLORIOSO ISLANDS","value":"GO"},{"description":"GUADELOUPE","value":"GP"},{"description":"GUAM","value":"GQ"},{"description":"GREECE","value":"GR"},{"description":"GUATEMALA","value":"GT"},{"description":"GUINEA","value":"GV"},{"description":"GUYANA","value":"GY"},{"description":"GAZA STRIP","value":"GZ"},{"description":"HAITI","value":"HA"},{"description":"HONG KONG","value":"HK"},{"description":"HEARD & MCDONALD ISL","value":"HM"},{"description":"HONDURAS","value":"HO"},{"description":"HOWLAND ISLAND","value":"HQ"},{"description":"CROATIA","value":"HR"},{"description":"HUNGARY","value":"HU"},{"description":"ICELAND","value":"IC"},{"description":"INDONESIA","value":"ID"},{"description":"ISLE OF MAN","value":"IM"},{"description":"INDIA","value":"IN"},{"description":"OCEAN TERRITORY","value":"IO"},{"description":"CLIPPERTON ISLAND","value":"IP"},{"description":"IRAN","value":"IR"},{"description":"ISRAEL","value":"IS"},{"description":"ITALY","value":"IT"},{"description":"IVORY COAST","value":"IV"},{"description":"IRAQ-SAUDI NEUTRALZN","value":"IY"},{"description":"IRAQ","value":"IZ"},{"description":"JAPAN","value":"JA"},{"description":"JERSEY","value":"JE"},{"description":"JAMAICA","value":"JM"},{"description":"JAN MAYEN","value":"JN"},{"description":"JORDAN","value":"JO"},{"description":"JOHNSTON ATOLL","value":"JQ"},{"description":"JUAN DE NOVA ISLAND","value":"JU"},{"description":"KENYA","value":"KE"},{"description":"KYRGYZSTAN","value":"KG"},{"description":"KOREA, NORTH","value":"KN"},{"description":"KINGMAN REEF","value":"KQ"},{"description":"KIRIBATI","value":"KR"},{"description":"KOREA, SOUTH","value":"KS"},{"description":"CHRISTMAS IS.INDIAN","value":"KT"},{"description":"KUWAIT","value":"KU"},{"description":"KOSOVO","value":"KV"},{"description":"KAZAKHSTAN","value":"KZ"},{"description":"LAOS","value":"LA"},{"description":"LEBANON","value":"LE"},{"description":"LATVIA","value":"LG"},{"description":"LITHUANIA","value":"LH"},{"description":"LIBERIA","value":"LI"},{"description":"SLOVAKIA","value":"LO"},{"description":"PALMYRA ATOLL","value":"LQ"},{"description":"LIECHTENSTEIN","value":"LS"},{"description":"LESOTHO","value":"LT"},{"description":"LUXEMBOURG","value":"LU"},{"description":"LIBYA","value":"LY"},{"description":"MADAGASCAR","value":"MA"},{"description":"MARTINIQUE","value":"MB"},{"description":"MACAU","value":"MC"},{"description":"MOLDOVA","value":"MD"},{"description":"MAYOTTE","value":"MF"},{"description":"MONGOLIA","value":"MG"},{"description":"MONTSERRAT","value":"MH"},{"description":"MALAWI","value":"MI"},{"description":"MONTENEGRO","value":"MJ"},{"description":"MACEDONIA","value":"MK"},{"description":"MALI","value":"ML"},{"description":"MONACO","value":"MN"},{"description":"MOROCCO","value":"MO"},{"description":"MAURITIUS","value":"MP"},{"description":"MIDWAY ISLANDS","value":"MQ"},{"description":"MAURITANIA","value":"MR"},{"description":"MALTA","value":"MT"},{"description":"OMAN","value":"MU"},{"description":"MALDIVES","value":"MV"},{"description":"MONTENEGRO","value":"MW"},{"description":"MEXICO","value":"MX"},{"description":"MALAYSIA","value":"MY"},{"description":"MOZAMBIQUE","value":"MZ"},{"description":"NEW CALEDONIA","value":"NC"},{"description":"NIUE","value":"NE"},{"description":"NORFOLK ISLAND","value":"NF"},{"description":"NIGER","value":"NG"},{"description":"VANUATU","value":"NH"},{"description":"NIGERIA","value":"NI"},{"description":"NETHERLANDS","value":"NL"},{"description":"SINT MAARTEN","value":"NN"},{"description":"NORWAY","value":"NO"},{"description":"NEPAL","value":"NP"},{"description":"NAURU","value":"NR"},{"description":"SURINAME","value":"NS"},{"description":"NETHERLANDS ANTILLES","value":"NT"},{"description":"NICARAGUA","value":"NU"},{"description":"NEW ZEALAND","value":"NZ"},{"description":"OTHER COUNTRY","value":"OC"},{"description":"SOUTH SUDAN","value":"OD"},{"description":"PARAGUAY","value":"PA"},{"description":"PITCAIRN ISLANDS","value":"PC"},{"description":"PERU","value":"PE"},{"description":"PARACEL ISLANDS","value":"PF"},{"description":"SPRATLY ISLANDS","value":"PG"},{"description":"PAKISTAN","value":"PK"},{"description":"POLAND","value":"PL"},{"description":"PANAMA","value":"PM"},{"description":"PORTUGAL","value":"PO"},{"description":"PAPUA NEW GUINEA","value":"PP"},{"description":"PALAU","value":"PS"},{"description":"GUINEA-BISSAU","value":"PU"},{"description":"QATAR","value":"QA"},{"description":"REUNION","value":"RE"},{"description":"SERBIA","value":"RI"},{"description":"MARSHALL ISLANDS","value":"RM"},{"description":"SAINT MARTIN","value":"RN"},{"description":"ROMANIA","value":"RO"},{"description":"PHILIPPINES","value":"RP"},{"description":"PUERTO RICO","value":"RQ"},{"description":"RUSSIA","value":"RS"},{"description":"RWANDA","value":"RW"},{"description":"SAUDI ARABIA","value":"SA"},{"description":"ST PEIRRE & MIQUELON","value":"SB"},{"description":"ST. KITTS & NEVIS","value":"SC"},{"description":"SEYCHELLES","value":"SE"},{"description":"SOUTH AFRICA","value":"SF"},{"description":"SENEGAL","value":"SG"},{"description":"ST. HELENA","value":"SH"},{"description":"SLOVENIA","value":"SI"},{"description":"SIERRA LEONE","value":"SL"},{"description":"SAN MARINO","value":"SM"},{"description":"SINGAPORE","value":"SN"},{"description":"SOMALIA","value":"SO"},{"description":"SPAIN","value":"SP"},{"description":"ST. LUCIA","value":"ST"},{"description":"SUDAN","value":"SU"},{"description":"SVALBARD","value":"SV"},{"description":"SWEDEN","value":"SW"},{"description":"SO GEO&SANDWICH ISL","value":"SX"},{"description":"SYRIA","value":"SY"},{"description":"SWITZERLAND","value":"SZ"},{"description":"SAINT BARTHELEMY","value":"TB"},{"description":"UNITED ARAB EMIRATES","value":"TC"},{"description":"TRINIDAD & TOBAGO","value":"TD"},{"description":"TROMELIN ISLAND","value":"TE"},{"description":"THAILAND","value":"TH"},{"description":"TAJIKISTAN","value":"TI"},{"description":"TURKS&CAICOS ISLANDS","value":"TK"},{"description":"TOKELAU","value":"TL"},{"description":"TONGA","value":"TN"},{"description":"TOGO","value":"TO"},{"description":"SAO TOME & PRINCIPE","value":"TP"},{"description":"TUNISIA","value":"TS"},{"description":"EAST TIMOR","value":"TT"},{"description":"TURKEY","value":"TU"},{"description":"TUVALU","value":"TV"},{"description":"TAIWAN","value":"TW"},{"description":"TURKMENISTAN","value":"TX"},{"description":"TANZANIA, UN REP OF","value":"TZ"},{"description":"CURACAO","value":"UC"},{"description":"UGANDA","value":"UG"},{"description":"NORTHERN IRELAND","value":"UK"},{"description":"UKRAINE","value":"UP"},{"description":"BURKINA FASO","value":"UV"},{"description":"URUGUAY","value":"UY"},{"description":"UZBEKISTAN","value":"UZ"},{"description":"ST VINCENT&GRENADINS","value":"VC"},{"description":"VENEZUELA","value":"VE"},{"description":"VIRGIN ISLANDS(BRIT)","value":"VI"},{"description":"VIETNAM","value":"VM"},{"description":"VIRGIN ISLANDS (US)","value":"VQ"},{"description":"VATICAN CITY","value":"VT"},{"description":"NAMIBIA","value":"WA"},{"description":"WEST BANK","value":"WE"},{"description":"WALLIS & FUTUNA","value":"WF"},{"description":"WESTERN SAHARA","value":"WI"},{"description":"WAKE ISLAND","value":"WQ"},{"description":"WESTERN SAMOA","value":"WS"},{"description":"SWAZILAND","value":"WZ"},{"description":"YEMEN","value":"YM"},{"description":"ZAMBIA","value":"ZA"},{"description":"ZIMBABWE","value":"ZI"}],"required":false},{"path":"TaxDetail.Alien.GIINId","name":"GIINId","required":false},{"path":"TaxDetail.Alien.GIINDt","name":"GIINDt","required":false},{"path":"TaxDetail.Alien.GIINCertDt","name":"GIINCertDt","required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst","name":"RptChapExst","required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst","name":"RptChapExst","required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType","name":"RptChapType","canonicalInfo":[{"description":"","value":""},{"description":"Chapter 3","value":"3"},{"description":"Chapter 4","value":"4"}],"required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType","name":"RptChapType","canonicalInfo":[{"description":"","value":""},{"description":"Chapter 3","value":"3"},{"description":"Chapter 4","value":"4"}],"required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSExmpCode","name":"IRSExmpCode","canonicalInfo":[{"description":"","value":""},{"description":"Income connected with U.S. trade/busines","value":"1"},{"description":"Exempt under IRC","value":"2"},{"description":"Income is non-U.S. sourced","value":"3"},{"description":"Exempt under tax treaty","value":"4"},{"description":"Porfolio intererest exemption","value":"5"},{"description":"Other-payment not subject to chpt 4 w/h","value":"21"},{"description":"QDD assumes primary w/h responsibility","value":"22"},{"description":"Exempt under section 897(I)","value":"23"},{"description":"Exempt under section 892","value":"24"}],"required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSExmpCode","name":"IRSExmpCode","canonicalInfo":[{"description":"","value":""},{"description":"Income connected with U.S. trade/busines","value":"1"},{"description":"Exempt under IRC","value":"2"},{"description":"Income is non-U.S. sourced","value":"3"},{"description":"Exempt under tax treaty","value":"4"},{"description":"Porfolio intererest exemption","value":"5"},{"description":"Other-payment not subject to chpt 4 w/h","value":"21"},{"description":"QDD assumes primary w/h responsibility","value":"22"},{"description":"Exempt under section 897(I)","value":"23"},{"description":"Exempt under section 892","value":"24"}],"required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSRecipCode","name":"IRSRecipCode","canonicalInfo":[{"description":"","value":""},{"description":"U.S. branch-treated as U.S. Person","value":"5"},{"description":"U.S. branch-not treated as U.S. Person","value":"6"},{"description":"U.S. branch-ECI presumption applied","value":"7"},{"description":"Private Foundation","value":"8"},{"description":"Artist or Athlete","value":"9"},{"description":"Fiduciary (estate)","value":"10"},{"description":"Fiduciary (other)","value":"11"},{"description":"Qualified Securities Lender - QI","value":"13"},{"description":"Qualified Securities Lender - Other","value":"14"},{"description":"Corporation","value":"15"},{"description":"Individual","value":"16"},{"description":"Estate","value":"17"},{"description":"Private Foundation","value":"18"},{"description":"International Organization","value":"19"},{"description":"Tax Exempt Organization (Section 501(c))","value":"20"},{"description":"Unknown Recipient","value":"21"},{"description":"Artist or Athlete","value":"22"},{"description":"Pension","value":"23"},{"description":"Foreign Central Bank of Issue","value":"24"},{"description":"Nonqualifed Intermediary","value":"25"},{"description":"Hybrid entity making Treaty Claim","value":"26"},{"description":"W/H Rate pool - General","value":"27"},{"description":"W/H Rate pool - Exempt Organization","value":"28"},{"description":"PAI WH Rate Pool - General","value":"29"},{"description":"PAI WH Rate Pool - Exempt Organization","value":"30"},{"description":"Agency WH Rate Pool - General","value":"31"},{"description":"Agency WH Rate Pool -Exempt Organization","value":"32"},{"description":"Qualified Derivatives Dealer","value":"35"},{"description":"Foreign Government - Integral Part","value":"36"},{"description":"Foreign Government - Controlled Entity","value":"37"},{"description":"Publicly Traded Partnership","value":"38"},{"description":"Disclosing Qualified Intermediary","value":"39"},{"description":"","value":""},{"description":"Participating FFI-Other","value":"5"},{"description":"Participating FFI-Reporting Model 2 FFI","value":"6"},{"description":"RDC FFI-Reporting Model 1 FFI","value":"7"},{"description":"RDC FFI-Sponsored Entity","value":"8"},{"description":"RDC FFI-Other","value":"9"},{"description":"Certified Deemed Compliant FFI-Other","value":"10"},{"description":"CDC FFI-FFI with Low Value Accounts","value":"11"},{"description":"CDC FFI-Non-Registering Local Bank","value":"12"},{"description":"CDC FFI-Sponsored Entity","value":"13"},{"description":"CDC FFI-Investment Advisor/Manager","value":"14"},{"description":"Nonparticipating FFI","value":"15"},{"description":"Owner-Documented FFI","value":"16"},{"description":"U.S. Branch-treated as U.S. person","value":"17"},{"description":"U.S. Branch-not treated as U.S. person","value":"18"},{"description":"Passive NFFE ID Substantial U.S. Owners","value":"19"},{"description":"Passive NFFE-no Substantial U.S. Owners","value":"20"},{"description":"Publicly Traded NFFE or Affiliate","value":"21"},{"description":"Active NFFE","value":"22"},{"description":"Individual","value":"23"},{"description":"Section 501(c) Entities","value":"24"},{"description":"Excepted Territory NFFE","value":"25"},{"description":"Exempt Beneficial Owner","value":"27"},{"description":"Entity Wholly Owned by Exempt Ben. Owner","value":"28"},{"description":"Unknown Recipient","value":"29"},{"description":"Recalcitrant Account Holder","value":"30"},{"description":"Nonreporting IGA FFI","value":"31"},{"description":"Direct reporting NFFE","value":"32"},{"description":"U.S. reportable account","value":"33"},{"description":"Non-consenting U.S. account","value":"34"},{"description":"Sponsored direct reporting NFFE","value":"35"},{"description":"Excepted inter-affiliate FFI","value":"36"},{"description":"Undocumented Preexisting Obligation","value":"37"},{"description":"US branch-ECI presumption applied","value":"38"},{"description":"Acct Holder of Excluded Financial Acct","value":"39"},{"description":"Passive NFFE reported by FFI","value":"40"},{"description":"NFFE subject to 1472 withholding","value":"41"},{"description":"QI-Recalcitrant Pool-General","value":"49"},{"description":"US W/H Agent-Foreign Branch or FI","value":"50"}],"required":false},{"path":"TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSRecipCode","name":"IRSRecipCode","canonicalInfo":[{"description":"","value":""},{"description":"U.S. branch-treated as U.S. Person","value":"5"},{"description":"U.S. branch-not treated as U.S. Person","value":"6"},{"description":"U.S. branch-ECI presumption applied","value":"7"},{"description":"Private Foundation","value":"8"},{"description":"Artist or Athlete","value":"9"},{"description":"Fiduciary (estate)","value":"10"},{"description":"Fiduciary (other)","value":"11"},{"description":"Qualified Securities Lender - QI","value":"13"},{"description":"Qualified Securities Lender - Other","value":"14"},{"description":"Corporation","value":"15"},{"description":"Individual","value":"16"},{"description":"Estate","value":"17"},{"description":"Private Foundation","value":"18"},{"description":"International Organization","value":"19"},{"description":"Tax Exempt Organization (Section 501(c))","value":"20"},{"description":"Unknown Recipient","value":"21"},{"description":"Artist or Athlete","value":"22"},{"description":"Pension","value":"23"},{"description":"Foreign Central Bank of Issue","value":"24"},{"description":"Nonqualifed Intermediary","value":"25"},{"description":"Hybrid entity making Treaty Claim","value":"26"},{"description":"W/H Rate pool - General","value":"27"},{"description":"W/H Rate pool - Exempt Organization","value":"28"},{"description":"PAI WH Rate Pool - General","value":"29"},{"description":"PAI WH Rate Pool - Exempt Organization","value":"30"},{"description":"Agency WH Rate Pool - General","value":"31"},{"description":"Agency WH Rate Pool -Exempt Organization","value":"32"},{"description":"Qualified Derivatives Dealer","value":"35"},{"description":"Foreign Government - Integral Part","value":"36"},{"description":"Foreign Government - Controlled Entity","value":"37"},{"description":"Publicly Traded Partnership","value":"38"},{"description":"Disclosing Qualified Intermediary","value":"39"},{"description":"","value":""},{"description":"Participating FFI-Other","value":"5"},{"description":"Participating FFI-Reporting Model 2 FFI","value":"6"},{"description":"RDC FFI-Reporting Model 1 FFI","value":"7"},{"description":"RDC FFI-Sponsored Entity","value":"8"},{"description":"RDC FFI-Other","value":"9"},{"description":"Certified Deemed Compliant FFI-Other","value":"10"},{"description":"CDC FFI-FFI with Low Value Accounts","value":"11"},{"description":"CDC FFI-Non-Registering Local Bank","value":"12"},{"description":"CDC FFI-Sponsored Entity","value":"13"},{"description":"CDC FFI-Investment Advisor/Manager","value":"14"},{"description":"Nonparticipating FFI","value":"15"},{"description":"Owner-Documented FFI","value":"16"},{"description":"U.S. Branch-treated as U.S. person","value":"17"},{"description":"U.S. Branch-not treated as U.S. person","value":"18"},{"description":"Passive NFFE ID Substantial U.S. Owners","value":"19"},{"description":"Passive NFFE-no Substantial U.S. Owners","value":"20"},{"description":"Publicly Traded NFFE or Affiliate","value":"21"},{"description":"Active NFFE","value":"22"},{"description":"Individual","value":"23"},{"description":"Section 501(c) Entities","value":"24"},{"description":"Excepted Territory NFFE","value":"25"},{"description":"Exempt Beneficial Owner","value":"27"},{"description":"Entity Wholly Owned by Exempt Ben. Owner","value":"28"},{"description":"Unknown Recipient","value":"29"},{"description":"Recalcitrant Account Holder","value":"30"},{"description":"Nonreporting IGA FFI","value":"31"},{"description":"Direct reporting NFFE","value":"32"},{"description":"U.S. reportable account","value":"33"},{"description":"Non-consenting U.S. account","value":"34"},{"description":"Sponsored direct reporting NFFE","value":"35"},{"description":"Excepted inter-affiliate FFI","value":"36"},{"description":"Undocumented Preexisting Obligation","value":"37"},{"description":"US branch-ECI presumption applied","value":"38"},{"description":"Acct Holder of Excluded Financial Acct","value":"39"},{"description":"Passive NFFE reported by FFI","value":"40"},{"description":"NFFE subject to 1472 withholding","value":"41"},{"description":"QI-Recalcitrant Pool-General","value":"49"},{"description":"US W/H Agent-Foreign Branch or FI","value":"50"}],"required":false},{"path":"TaxDetail.Alien.AlienTypeCode","defaultValue":"N","name":"AlienTypeCode","required":false},{"path":"TaxDetail.Alien.AlienIRSRptType","name":"AlienIRSRptType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"NoRpt"},{"description":"","value":"1042S"},{"description":"","value":"1099INT"}],"required":false},{"path":"BusDetail.CustImporCode","defaultValue":"N","name":"CustImporCode","required":false},{"path":"BusDetail.NetWorthAmt","name":"NetWorthAmt","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"BusDetail.BnkRptcyInfoRec.BnkRptcyFileCode","defaultValue":"N","name":"BnkRptcyFileCode","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"RegDetail.DoNotCallCode","defaultValue":"N","name":"DoNotCallCode","required":false},{"path":"RegDetail.RegPOptOutCode","name":"RegPOptOutCode","required":false},{"path":"RegDetail.ReqLegalEntityType","name":"ReqLegalEntityType","canonicalInfo":[{"description":"Exclude","value":"false"},{"description":"Include","value":"true"}],"required":false},{"path":"RegDetail.ExcOwnPct","name":"ExcOwnPct","required":false},{"path":"RegDetail.ExcPctRsnCode","name":"ExcPctRsnCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"RegDetail.BenflOwnExclCode","name":"BenflOwnExclCode","canonicalInfo":[{"description":"","value":""},{"description":"Foreign Person","value":"FP"},{"description":"BENOWN info not tracked in 20/20.","value":"NA"},{"description":"Natural Person","value":"NP"}],"required":false},{"path":"RegDetail.AflOptOutCode","defaultValue":"N","name":"AflOptOutCode","required":false},{"path":"RegDetail.AnnRevenueAmt","name":"AnnRevenueAmt","required":false}]}
statusMessage is: Service Dictionary Query successful
statusFlag is: true
UUID is: string

6 com.kinective.testscripts.Fi.FiTest@71d44a3
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Invalid tax id code, must be T or blank, ERROR MESSAGE=, TEST SCENARIO=#TC112 Create Customer with Invalid TaxIdType, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "number": "1112222", "areaCode": "212", "extension": 0, "phoneType": "Mobile", "countryCode": 1 }, { "number": "9921114", "areaCode": null, "extension": 0, "phoneType": "Home", "countryCode": "380" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "type": "FP", "value": "F7Z00000", "issuer": "UKR", "issueDate": "2022-12-22", "expirationDate": "2030-12-22" } ], customerBase={ "dob": "1979-10-28", "name": { "prefix": null, "suffix": null, "lastName": "Verh", "firstName": "Alice", "legalName": null, "middleName": null, "businessName": null }, "email": { "emailType": "Primary E-Mail", "emailAddress": "alicetest@gmail.com" }, "taxID": "999999999", "idList": {{idList}}, "phones": {{phones}}, "taxIDType": "F", "residences": {{residences}}, "alienStatus": { "giin": null, "residentCity": "Milan", "postalCountry": "20122", "postalProvince": null, "residentCountry": "IT", "w8CertificationDate": "2023-11-27" }, "employments": [ { "occupation": "Owner/Investor", "employerName": "NY42G LLC" } ], "foreignInfo": { "taxID": "FZ700000", "address": "Milano, MI 20122" }, "customerType": "Person", "tinCertification": "Certified", "citizenshipCountry": "US" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "city": null, "state": null, "suite": null, "country": "IT", "postalCode": null, "streetName": "Via Donizetti Gaetano 41", "addressType": "Current", "streetNumber": null, "postalExtension": null } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "officerCode": "JHA", "branchNumber": "5", "customerBase": {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC112 Create Customer with Invalid TaxIdType
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1822 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Invalid tax id code, must be T or blank Fault Cat: Error Fault Code: 14 Fault Elem: TaxDetail.TINInfo.TINCode Fault Elem Val: F Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Invalid tax id code, must be T or blank Fault Cat: Error Fault Code: 14 Fault Elem: TaxDetail.TINInfo.TINCode Fault Elem Val: F Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender
statusFlag is: false
UUID is: 6fd942fb-ffd6-4497-90f3-994f25c628e1

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020ServiceDictionaryIdVerify
Test class: com.kinective.testscripts.Fi.FiTest
Test method: #TC108 Query Service Dictionary Data
Parameters: {EXPECTED MESSAGE=Service Dictionary Query successful, ERROR MESSAGE=, TEST SCENARIO=#TC108 Query Service Dictionary IdVerifiy jh2020, VERIFY FIELDS=serviceDictionaryName,serviceDictionaryType, EXPECTED STATUS=200, serviceDictionaryFilter=[ { "filterInformation": { "code": "", "value": "" } } ], responseTimeSeconds=15, TEST ID=jh2020ServiceDictionaryIdVerify, BODY={ "assetID": "jxchange_2020_api_test", "content": { "serviceDictionaryName": "CustInq", "serviceDictionaryType": "Rs", "serviceDictionaryFilter": {{serviceDictionaryFilter}} }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC108 Query Service Dictionary IdVerifiy jh2020
Steps:

Generating Access Token

 End Point URI:jack-henry/jxchange/fidata/servicedictionaryquery

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 4924 milli second


serviceDictionaryName Field is present in Response Body


serviceDictionaryType Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Service Dictionary Query successful

 Query for the Dictionary has been successful.

Content is : {"serviceDictionaryType":"Rs","serviceDictionaryName":"CustInq","dictionaryElementInfo":[{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyDesc","name":"IdVerifyDesc","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyCode","name":"IdVerifyCode","canonicalInfo":[{"description":"Alias","value":"AA"},{"description":"Birth Certificate","value":"BC"},{"description":"Calling Officer","value":"CO"},{"description":"Drivers License","value":"DL"},{"description":"Disabled/Elderly no ID require","value":"EE"},{"description":"Employer ID","value":"EI"},{"description":"Foreign Entity with no ID","value":"FF"},{"description":"Foreign Passport","value":"FO"},{"description":"Fast Pass","value":"FP"},{"description":"Government Agency no ID on CTR","value":"GA"},{"description":"Non Driver's ID","value":"ID"},{"description":"Password for Account Info","value":"IQ"},{"description":"Law Enforcement","value":"LL"},{"description":"Military ID","value":"MI"},{"description":"Amish Customer no ID","value":"MM"},{"description":"Other","value":"OO"},{"description":"Passport","value":"PP"},{"description":"Social Security Number","value":"SS"},{"description":"Student ID","value":"ST"},{"description":"Voter Registration Photo Card","value":"VR"},{"description":"Visa","value":"VV"}],"required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyVal","name":"IdVerifyVal","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyBy","name":"IdVerifyBy","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"},{"description":"","value":"IssState"}],"required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"},{"description":"","value":"IssState"}],"required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"},{"description":"","value":"IssState"}],"required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"},{"description":"","value":"IssState"}],"required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"},{"description":"","value":"IssState"}],"required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"x_IdVerify.IdVerifyArray.IdVerify.IdIssueBy","name":"IdIssueBy","required":false},{"path":"CustRec.Rstr","name":"Rstr","required":false},{"path":"CustRec.CustDetail.PersonName.FirstName","name":"FirstName","required":false},{"path":"CustRec.CustDetail.PersonName.MiddleName","name":"MiddleName","required":false},{"path":"CustRec.CustDetail.PersonName.LastName","name":"LastName","required":false},{"path":"CustRec.CustDetail.PersonName.x_PersonName.SalName","name":"SalName","required":false},{"path":"CustRec.CustDetail.PersonName.ComName","name":"ComName","required":false},{"path":"CustRec.CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustRec.CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustRec.CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustRec.CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustRec.CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustRec.CustDetail.Addr.FreeFormAddrArray.AddrLineInfo.AddrLine","name":"AddrLine","required":false},{"path":"CustRec.CustDetail.Addr.StreetAddr1","name":"StreetAddr1","required":false},{"path":"CustRec.CustDetail.Addr.StreetAddr2","name":"StreetAddr2","required":false},{"path":"CustRec.CustDetail.Addr.City","name":"City","required":false},{"path":"CustRec.CustDetail.Addr.StateCode","name":"StateCode","canonicalInfo":[{"description":"","value":""},{"description":"Armed Forces America","value":"AA"},{"description":"Anything Else","value":"AE"},{"description":"Alaska","value":"AK"},{"description":"Alabama","value":"AL"},{"description":"Armed Forces Pacific","value":"AP"},{"description":"Arkansas","value":"AR"},{"description":"American Samoa","value":"AS"},{"description":"Arizona","value":"AZ"},{"description":"California","value":"CA"},{"description":"Colorado","value":"CO"},{"description":"Connecticut","value":"CT"},{"description":"District of Columbia","value":"DC"},{"description":"Delware","value":"DE"},{"description":"Florida","value":"FL"},{"description":"Georiga","value":"GA"},{"description":"Guam","value":"GU"},{"description":"Hawaii","value":"HI"},{"description":"Iowa","value":"IA"},{"description":"Idaho","value":"ID"},{"description":"Illinois","value":"IL"},{"description":"Indiana","value":"IN"},{"description":"Kansas","value":"KS"},{"description":"kentucky","value":"KY"},{"description":"Louisiana","value":"LA"},{"description":"Massachusetts","value":"MA"},{"description":"Maryland","value":"MD"},{"description":"Maine","value":"ME"},{"description":"Marshall Islands","value":"MH"},{"description":"Michigan","value":"MI"},{"description":"Minnesota","value":"MN"},{"description":"Missouri","value":"MO"},{"description":"Mississippi","value":"MS"},{"description":"Montana","value":"MT"},{"description":"North Carolina","value":"NC"},{"description":"North Dakota","value":"ND"},{"description":"Nebraska","value":"NE"},{"description":"New Hampshire","value":"NH"},{"description":"New Jersey","value":"NJ"},{"description":"New Mexico","value":"NM"},{"description":"Nevada","value":"NV"},{"description":"New York","value":"NY"},{"description":"Ohio","value":"OH"},{"description":"Oklahoma","value":"OK"},{"description":"Oregon","value":"OR"},{"description":"Pennsylvania","value":"PA"},{"description":"Puerto Rico","value":"PR"},{"description":"Rhode Island","value":"RI"},{"description":"South Carilina","value":"SC"},{"description":"South Dakota","value":"SD"},{"description":"Tennessee","value":"TN"},{"description":"Texas","value":"TX"},{"description":"United State","value":"US"},{"description":"Utah","value":"UT"},{"description":"Virginia","value":"VA"},{"description":"Virgin Islands","value":"VI"},{"description":"Vermont","value":"VT"},{"description":"Washington","value":"WA"},{"description":"Wisconsin","value":"WI"},{"description":"West Virginia","value":"WV"},{"description":"Wyoming","value":"WY"}],"required":false},{"path":"CustRec.CustDetail.Addr.PostalCode","name":"PostalCode","required":false},{"path":"CustRec.CustDetail.Addr.DlvryPt","name":"DlvryPt","required":false},{"path":"CustRec.CustDetail.Addr.County","name":"County","required":false},{"path":"CustRec.CustDetail.Addr.FornAddr","name":"FornAddr","required":false},{"path":"CustRec.CustDetail.PersonName.x_PersonName.LegalName","name":"LegalName","required":false},{"path":"CustRec.CustDetail.Addr.InvAddr","name":"InvAddr","required":false},{"path":"CustRec.CustDetail.CustType","name":"CustType","required":false},{"path":"CustRec.CustDetail.NAICSCode","name":"NAICSCode","canonicalInfo":[{"description":"","value":""},{"description":"","value":"1111"},{"description":"Cash Grains, NEC (oilseed, except soybean farming)","value":"11112"},{"description":"Deciduous Tree Fruits (apple orchards and farms)","value":"11113"},{"description":"Wheat","value":"11114"},{"description":"Cash Grains, NEC (popcorn farming)","value":"11115"},{"description":"","value":"11119"},{"description":"Cash Grains, NEC (except popcorn, soybean, and dry","value":"111199"},{"description":"","value":"11121"},{"description":"Vegetables and Melons","value":"111219"},{"description":"","value":"1113"},{"description":"Citrus Fruits (except, orange groves and farms)","value":"11132"},{"description":"Deciduous Tree Fruits (apple orchards and farms)","value":"111331"},{"description":"Berry Crops (strawberry farms)","value":"111333"},{"description":"Tree Nuts","value":"111335"},{"description":"Deciduous Tree Fruits (except apple orchards and f","value":"111339"},{"description":"","value":"1114"},{"description":"Food Crops Grown Under Cover (mushrooms, growing o","value":"111411"},{"description":"","value":"11142"},{"description":"Timber Tracts (short rotation woody crops)","value":"111421"},{"description":"","value":"1119"},{"description":"Cotton","value":"11192"},{"description":"Field Crops, Except Cash Grains, NEC (hay farms)","value":"11194"},{"description":"Sugarcane and Sugar Beets (sugar beet farms)","value":"111991"},{"description":"Field Crops, Except Cash Grains, NEC (except peanu","value":"111998"},{"description":"Forest Products (maple sap, gathering of)","value":"111998"},{"description":"Food Preparations, NEC (reducing maple sap to mapl","value":"111998"},{"description":"","value":"1121"},{"description":"Beef Cattle, Except Feedlots","value":"112111"},{"description":"Beef Cattle Feedlots","value":"112112"},{"description":"Null Set for U.S.","value":"11213"},{"description":"Hogs","value":"11221"},{"description":"Chicken Eggs","value":"11231"},{"description":"Turkey and Turkey Eggs","value":"11233"},{"description":"Poultry and Eggs, NEC","value":"11239"},{"description":"Sheep and Goats (sheep farms)","value":"11241"},{"description":"","value":"1125"},{"description":"Animal Aquaculture (finfish farms)","value":"112511"},{"description":"Animal Aquaculture (shellfish farms)","value":"112512"},{"description":"Animal Aquaculture (except finfish and shellfish)","value":"112519"},{"description":"","value":"1129"},{"description":"Horse and Other Equine","value":"11292"},{"description":"General Livestock, Except Dairy and Poultry","value":"11299"},{"description":"General Farms, Primarily Livestock and Animal Spec","value":"11299"},{"description":"","value":"113"},{"description":"Timber Tracts (long term timber farms)","value":"11311"},{"description":"Forest Nurseries and Gathering of Forest Products","value":"11321"},{"description":"Logging","value":"11331"},{"description":"","value":"114"},{"description":"","value":"11411"},{"description":"Shellfish","value":"114112"},{"description":"","value":"1142"},{"description":"","value":"11421"},{"description":"","value":"1151"},{"description":"Cotton Ginning","value":"115111"},{"description":"Crop Planting, Cultivating, and Protecting","value":"115112"},{"description":"Crop Preparation Services For Market, Except Cotto","value":"115114"},{"description":"Farm Management Services","value":"115116"},{"description":"Livestock Services, Except Veterinary (except cust","value":"11521"},{"description":"Repair Services, NEC (farriers)","value":"11521"},{"description":"Forestry Services","value":"11531"},{"description":"","value":"21"},{"description":"","value":"2111"},{"description":"Crude Petroleum and Natural Gas","value":"211111"},{"description":"Industrial Inorganic Chemicals, NEC (recovering su","value":"211112"},{"description":"","value":"2121"},{"description":"Bituminous Coal and Lignite Surface Mining","value":"212111"},{"description":"Anthracite Mining","value":"212113"},{"description":"Iron Ores","value":"21221"},{"description":"Gold Ores","value":"212221"},{"description":"","value":"21223"},{"description":"Copper Ores","value":"212234"},{"description":"","value":"21229"},{"description":"Ferroalloy Ores, Except Vanadium (other ferroalloy","value":"212299"},{"description":"","value":"2123"},{"description":"Dimension Stone","value":"212311"},{"description":"Crushed and Broken Granite","value":"212313"},{"description":"Miscellaneous Nonmetallic Minerals, Except Fuels (","value":"212319"},{"description":"Construction Sand and Gravel","value":"212321"},{"description":"Kaolin and Ball Clay","value":"212324"},{"description":"Clay, Ceramic, and Refractory Minerals, NEC","value":"212325"},{"description":"","value":"21239"},{"description":"Phosphate Rock","value":"212392"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"212393"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"212399"},{"description":"","value":"2131"},{"description":"Drilling Oil and Gas Wells","value":"213111"},{"description":"Oil and Gas Field Services, NEC","value":"213112"},{"description":"Metal Mining Services (except geophysical surveyin","value":"213114"},{"description":"","value":"22"},{"description":"","value":"2211"},{"description":"Electric Services (hydroelectric power generation)","value":"221111"},{"description":"Combination Utilities, NEC (hydroelectric power ge","value":"221111"},{"description":"Electric and Other Services Combined (fossil fuel","value":"221112"},{"description":"Electric Services (nuclear electric power generati","value":"221113"},{"description":"Combination Utilities, NEC (nuclear power generati","value":"221113"},{"description":"Electric and Other Services Combined (other electr","value":"221119"},{"description":"","value":"22112"},{"description":"Electric and Other Services Combined (electric pow","value":"221121"},{"description":"Electric Services (electric power distribution)","value":"221122"},{"description":"Combination Utilities, NEC (electric power distrib","value":"221122"},{"description":"Natural Gas Transmission and Distribution (distrib","value":"22121"},{"description":"Mixed, Manufactured, or Liquefied Petroleum Gas Pr","value":"22121"},{"description":"Gas and Other Services Combined (natural gas distr","value":"22121"},{"description":"","value":"2213"},{"description":"Irrigation Systems","value":"22131"},{"description":"Steam and Air-Conditioning Supply","value":"22133"},{"description":"","value":"233"},{"description":"Land Subdividers and Developers, Except Cemeteries","value":"23311"},{"description":"General Contractors-Single-Family Houses","value":"23321"},{"description":"Management Services (single family housing constru","value":"23321"},{"description":"Operative Builders (multi-family housing construct","value":"23322"},{"description":"","value":"2333"},{"description":"General Contractors-Industrial Buildings and Wareh","value":"23331"},{"description":"General Contractors-Residential Building Other tha","value":"23332"},{"description":"General Contractors-Industrial Buildings and Wareh","value":"23332"},{"description":"Management Services (commercial and institutional","value":"23332"},{"description":"","value":"2341"},{"description":"Management Services (highway and street constructi","value":"23411"},{"description":"Management Services (bridge and tunnel constructio","value":"23412"},{"description":"Water, Sewer, Pipeline, and Communications and Pow","value":"23491"},{"description":"Water, Sewer, Pipeline, and Communications and Pow","value":"23492"},{"description":"Heavy Construction, NEC (industrial nonbuilding st","value":"23493"},{"description":"Heavy Construction, NEC (nonbuilding structures ex","value":"23499"},{"description":"Management Services (other heavy construction mana","value":"23499"},{"description":"","value":"2351"},{"description":"Repair Shops and Related Services (boiler cleaning","value":"23511"},{"description":"Painting and Paper Hanging","value":"23521"},{"description":"","value":"2353"},{"description":"","value":"2354"},{"description":"Plastering, Drywall, Acoustical, and Insulation Wo","value":"23542"},{"description":"Concrete Work (stucco construction)","value":"23542"},{"description":"","value":"2355"},{"description":"Floor Laying and Other Floor Work, NEC","value":"23552"},{"description":"Roofing, Siding, and Sheet Metal Work","value":"23561"},{"description":"Concrete Work (except stucco construction)","value":"23571"},{"description":"Water Well Drilling","value":"23581"},{"description":"Structural Steel Erection","value":"23591"},{"description":"Specialty Trade Contractors, NEC (tinting glass wo","value":"23592"},{"description":"Wrecking and Demolition Work","value":"23594"},{"description":"Special Trade Contractors, NEC (except paint and w","value":"23599"},{"description":"","value":"311"},{"description":"","value":"31111"},{"description":"Prepared Feeds and Feed Ingredients for Animals an","value":"311119"},{"description":"","value":"3112"},{"description":"Dehydrated Fruits, Vegetables and Soup Mixes (vege","value":"311211"},{"description":"Rice Milling","value":"311212"},{"description":"Malt","value":"311213"},{"description":"Wet Corn Milling (except refining purchased oil)","value":"311221"},{"description":"Shortening, Table Oils, Margarine, and Other Edibl","value":"311222"},{"description":"Shortening, Table Oils, Margarine and Other Edible","value":"311223"},{"description":"Wet Corn Milling (refining purchased oil)","value":"311225"},{"description":"Soybean Oil Mills (processing purchased soybean oi","value":"311225"},{"description":"Shortening, Table Oils, Margarine, and Other Edibl","value":"311225"},{"description":"","value":"3113"},{"description":"Cane Sugar, Except Refining","value":"311311"},{"description":"Beet Sugar","value":"311313"},{"description":"Candy and Other Confectionery Products (chocolate","value":"31133"},{"description":"Candy, Nut, and Confectionery Stores (chocolate ca","value":"31133"},{"description":"Food Preparations, NEC (marshmallow creme)","value":"31134"},{"description":"Candy, Nut, and Confectionery Stores (nonchocolate","value":"31134"},{"description":"","value":"31141"},{"description":"Frozen Specialties, NEC","value":"311412"},{"description":"Canned Fruits, Vegetables, Preserves, Jams, and Je","value":"311421"},{"description":"Canned Specialties (except canned puddings)","value":"311422"},{"description":"Food Preparation, NEC (bouillon, and potatoes drie","value":"311423"},{"description":"","value":"31151"},{"description":"Creamery Butter","value":"311512"},{"description":"Dry, Condensed and Evaporated Dairy Products","value":"311514"},{"description":"Ice Cream and Frozen Desserts","value":"31152"},{"description":"","value":"31161"},{"description":"Meat Packing Plants","value":"311611"},{"description":"Sausages and Other Prepared Meats (except lard mad","value":"311612"},{"description":"Animal and Marine Fats and Oils (animal fats and o","value":"311613"},{"description":"Poultry Slaughtering and Processing (poultry proce","value":"311615"},{"description":"","value":"31171"},{"description":"Canned and Cured Fish and Seafood","value":"311711"},{"description":"Prepared Fresh or Frozen Fish and Seafood","value":"311712"},{"description":"","value":"31181"},{"description":"Bread and Other Bakery Products, Except Cookies an","value":"311812"},{"description":"Frozen Bakery Products, Except Bread","value":"311813"},{"description":"Cookies and Crackers (except unleavened bread and","value":"311821"},{"description":"Macaroni, Spaghetti, Vermicelli and Noodles","value":"311823"},{"description":"Food Preparations, NEC (tortillas)","value":"31183"},{"description":"","value":"31191"},{"description":"Food Preparations, NEC (peanut butter)","value":"311911"},{"description":"Potato Chips, Corn Chips, and Similar Snacks","value":"311919"},{"description":"Flavoring Extracts and Flavoring Syrups, NEC (coff","value":"31192"},{"description":"Food Preparations, NEC (tea)","value":"31192"},{"description":"","value":"31194"},{"description":"Food Preparations, NEC (vinegar, prepared dips (ex","value":"311941"},{"description":"Flavoring Extracts and Flavoring Syrups (flavoring","value":"311942"},{"description":"Chemical Preparations, NEC (table salt)","value":"311942"},{"description":"Food Preparations, NEC (perishable prepared food)","value":"311991"},{"description":"Canned Specialties (canned puddings)","value":"311999"},{"description":"Flavoring Extracts and Flavoring Syrups (powered d","value":"311999"},{"description":"","value":"312"},{"description":"","value":"31211"},{"description":"Bottled and Canned Soft Drinks and Carbonated Wate","value":"312112"},{"description":"Manufactured Ice","value":"312113"},{"description":"Wines, Brandy, and Brandy Spirits","value":"31213"},{"description":"Distilled and Blended Liquors (except applejack)","value":"31214"},{"description":"","value":"3122"},{"description":"","value":"31222"},{"description":"Cigars","value":"312229"},{"description":"Tobacco Stemming and Redrying (reconstituted","value":"312229"},{"description":"","value":"3131"},{"description":"Yarn Spinning Mills","value":"313111"},{"description":"Yarn Texturing, Throwing, Winding Mills","value":"313112"},{"description":"Textile Goods, NEC (thread of hemp, linen, and","value":"313113"},{"description":"Broadwoven Fabric Mills, Cotton","value":"31321"},{"description":"Broadwoven Fabric Mills, Wool (Including Dyeing an","value":"31321"},{"description":"","value":"31322"},{"description":"Textile Goods, NEC (narrow woven fabric of jute, l","value":"313221"},{"description":"Nonwoven Fabrics","value":"31323"},{"description":"","value":"31324"},{"description":"Knitting Mills NEC (finished articles of weft knit","value":"313241"},{"description":"Knitting Mills NEC (finished articles of warp knit","value":"313249"},{"description":"","value":"31331"},{"description":"Finishers of Broadwoven Fabrics of Cotton","value":"313311"},{"description":"Piece Goods and Notions (broadwoven piece","value":"313311"},{"description":"Broadwoven Fabric Mills, Wool (wool finishing only","value":"313312"},{"description":"Hosiery, NEC (dyeing and finishing only)","value":"313312"},{"description":"Knit Underwear and Nightwear Mills (dyeing and fin","value":"313312"},{"description":"Lace and Warp Knit Fabric Mills (finishing)","value":"313312"},{"description":"Finishers of Textiles, NEC","value":"313312"},{"description":"Textile Goods, NEC (finishing hard fiber thread","value":"313312"},{"description":"Coated Fabrics, Not Rubberized","value":"31332"},{"description":"","value":"314"},{"description":"Carpets and Rugs","value":"31411"},{"description":"Curtains and Draperies","value":"314121"},{"description":"Housefurnishings, Except Curtains and Draperies (e","value":"314129"},{"description":"","value":"3149"},{"description":"Housefurnishings, Except Curtains and Draperies (b","value":"314911"},{"description":"Canvas and Related Products","value":"314912"},{"description":"Cordage and Twine","value":"314991"},{"description":"Textile Goods, NEC (recovery and processing of fib","value":"314999"},{"description":"Pleating, Decorative and Novelty Stitching, and Tu","value":"314999"},{"description":"Fabricated Textile Products, NEC (except apparel,","value":"314999"},{"description":"Business Services, NEC (embroidery of advertising","value":"314999"},{"description":"","value":"3151"},{"description":"Women's Full-Length and Knee-Length Hosiery, (exce","value":"315111"},{"description":"Hosiery, NEC (socks except dyeing and finishing on","value":"315119"},{"description":"Knit Outerwear Mills (except dyeing and finishing","value":"315191"},{"description":"Knit Outerwear Mills (bath robes and lounge","value":"315192"},{"description":"Knit Underwear and Nightwear Mills (except dyeing","value":"315192"},{"description":"","value":"31521"},{"description":"Men's and Boys' Shirts, Except Work Shirts","value":"315211"},{"description":"Men's and Boys' Neckwear (contractors)","value":"315211"},{"description":"Men's and Boys' Work Clothing (contractors)","value":"315211"},{"description":"Women's, Misses', Children's, and Infants' Underwe","value":"315211"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315211"},{"description":"Fur Goods (men's and boys' contractors)","value":"315211"},{"description":"Robes and Dressing Gowns (men's and boys' contract","value":"315211"},{"description":"Leather and Sheep-Lined Clothing ( men's and boys'","value":"315211"},{"description":"Apparel and Accessories, NEC (contractors)","value":"315211"},{"description":"Leather Gloves and Mittens ( men's and boys' contr","value":"315211"},{"description":"Women's, Misses' and Juniors' Dresses","value":"315212"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (con","value":"315212"},{"description":"Brassieres, Girdles, and Allied Garments (contract","value":"315212"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315212"},{"description":"Fur Goods ( women's, girls' and infants' contracto","value":"315212"},{"description":"Robes and Dressing Gowns (women's, girls', and inf","value":"315212"},{"description":"Leather and Sheep-Lined Clothing (women's, girls',","value":"315212"},{"description":"Apparel and Accessories, NEC (contractors)","value":"315212"},{"description":"Leather Gloves and Mittens (women's, girls', and i","value":"315212"},{"description":"Men's and Boys' Underwear and Nightwear (except co","value":"315221"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (b","value":"315221"},{"description":"Men's and Boys' Suits, Coats, and Overcoats (excep","value":"315222"},{"description":"Waterproof Outerwear (men's and boys' water resist","value":"315222"},{"description":"Men's and Boys' Shirts, Except Work Shirts (except","value":"315223"},{"description":"Miscellaneous Apparel and Accessory Stores (custom","value":"315223"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (b","value":"315224"},{"description":"Men's and Boys' Clothing, NEC (men's and boys' oth","value":"315228"},{"description":"Waterproof Outerwear (men's and boys' water resist","value":"315228"},{"description":"Women's, Misses', Children's, and Infants' Underwe","value":"315231"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (g","value":"315231"},{"description":"Apparel and Accessories, NEC (garters and garter b","value":"315231"},{"description":"Girls', Children's, and Infants' Dresses, Blouses","value":"315232"},{"description":"Girls', Children's, and Infants' Dresses, Blouses","value":"315233"},{"description":"Women's, Misses', and Juniors' Suits, Skirts, and","value":"315234"},{"description":"Waterproof Outerwear (women's and girls' water res","value":"315234"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (g","value":"315239"},{"description":"","value":"31529"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315291"},{"description":"Waterproof Outerwear (infants' outerwear except co","value":"315291"},{"description":"Leather and Sheep-Lined Clothing (except","value":"315292"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (ath","value":"315299"},{"description":"Apparel and Accessories, NEC (academic and clerica","value":"315299"},{"description":"","value":"3159"},{"description":"Hats, Caps, and Millinery (except contractors)","value":"315991"},{"description":"Leather Gloves and Mittens (except contractors)","value":"315992"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (sca","value":"315999"},{"description":"Apparel Belts (except contractors)","value":"315999"},{"description":"Automotive Trimmings, Apparel Findings, and Relate","value":"315999"},{"description":"Fabricated Rubber Products, NEC (rubber bibs, apro","value":"315999"},{"description":"","value":"3161"},{"description":"Manufacturing Industries, NEC (fur dressing and","value":"31611"},{"description":"","value":"31621"},{"description":"House Slippers","value":"316212"},{"description":"Women's Footwear, Except Athletic","value":"316214"},{"description":"","value":"3169"},{"description":"Luggage","value":"316991"},{"description":"Personal Leather Goods, Except Women's Handbags an","value":"316993"},{"description":"Leather Goods, NEC","value":"316999"},{"description":"","value":"3211"},{"description":"Sawmills and Planing Mills, General (sawmills)","value":"321113"},{"description":"Special Product Sawmills, NEC (shingle mills, shak","value":"321113"},{"description":"","value":"3212"},{"description":"Hardwood Veneer and Plywood","value":"321211"},{"description":"Structural Wood Members, NEC (except trusses)","value":"321213"},{"description":"Reconstituted Wood Products","value":"321219"},{"description":"","value":"32191"},{"description":"Sawmills and Planing Mills, General (lumber manufa","value":"321912"},{"description":"Special Product Sawmills, NEC (stave manufacturing","value":"321912"},{"description":"Sawmills and Planing Mills, General (softwood floo","value":"321918"},{"description":"Special Product Sawmills, NEC (cooperage stock)","value":"32192"},{"description":"Wood Pallets and Skids","value":"32192"},{"description":"Wood Products, NEC (wood tubs and vats, jewelry, c","value":"32192"},{"description":"Mobile Homes","value":"321991"},{"description":"Sawmills and Planing Mills, General (kiln drying)","value":"321999"},{"description":"Wood Products, NEC (other wood products)","value":"321999"},{"description":"","value":"322"},{"description":"Pulp Mills (pulp producing mills only)","value":"32211"},{"description":"Pulp Mills (pulp mills producing paper)","value":"322121"},{"description":"Paper Mills (newsprint mills)","value":"322122"},{"description":"Pulp Mills (pulp mills producing paperboard)","value":"32213"},{"description":"","value":"3222"},{"description":"Corrugated and Solid Fiber Boxes","value":"322211"},{"description":"Folding Paperboard Boxes, Including Sanitary","value":"322212"},{"description":"Fiber Cans, Tubes, Drums, and Similar Products","value":"322214"},{"description":"","value":"32222"},{"description":"Coated and Laminated Paper, NEC","value":"322222"},{"description":"Plastics, Foil, and Coated Paper Bags (except all","value":"322223"},{"description":"Metal Foil and Leaf (laminated aluminum foil rolls","value":"322225"},{"description":"","value":"32223"},{"description":"Converted Paper and Paperboard Products, NEC (pape","value":"322231"},{"description":"Stationery, Tablets, and Related Products","value":"322233"},{"description":"Sanitary Paper Products","value":"322291"},{"description":"Die-Cut Paper and Paperboard and Cardboard (die-cu","value":"322299"},{"description":"","value":"323"},{"description":"","value":"32311"},{"description":"Greeting Cards (lithographic printing of greeting","value":"323110"},{"description":"Greeting Cards (gravure printing of greeting cards","value":"323111"},{"description":"Greeting Cards (flexographic printing of greeting","value":"323112"},{"description":"Commercial Printing, NEC (screen printing)","value":"323113"},{"description":"Commercial Printing, Lithographic (quick printing)","value":"323114"},{"description":"Photocopying and Duplicating Services (instant pri","value":"323114"},{"description":"Manifold Business Forms","value":"323116"},{"description":"Book Printing","value":"323117"},{"description":"Commercial Printing, NEC (other commercial printin","value":"323119"},{"description":"","value":"32312"},{"description":"Typesetting","value":"323122"},{"description":"","value":"324"},{"description":"Petroleum Refining","value":"32411"},{"description":"Asphalt Paving Mixtures and Blocks","value":"324121"},{"description":"","value":"32419"},{"description":"Products of Petroleum and Coal, NEC","value":"324199"},{"description":"","value":"325"},{"description":"Cyclic Organic Crudes and Intermediates, and Organ","value":"32511"},{"description":"Industrial Gases","value":"32512"},{"description":"","value":"32513"},{"description":"Industrial Inorganic Chemicals, NEC (inorganic dye","value":"325131"},{"description":"","value":"32518"},{"description":"Inorganic pigments (bone and lamp black)","value":"325182"},{"description":"Industrial Inorganic Chemicals, NEC (except activa","value":"325188"},{"description":"","value":"32519"},{"description":"Cyclic Organic Crudes and Intermediates and Organi","value":"325192"},{"description":"Industrial Organic Chemicals, NEC (except aliphati","value":"325199"},{"description":"","value":"3252"},{"description":"Plastics Materials, Synthetic and Resins, and Nonv","value":"325211"},{"description":"","value":"32522"},{"description":"Manmade Organic Fibers, Except Cellulosic","value":"325222"},{"description":"","value":"32531"},{"description":"Phosphatic Fertilizers","value":"325312"},{"description":"Pesticides and Agricultural Chemicals, NEC","value":"32532"},{"description":"","value":"32541"},{"description":"Pharmaceutical Preparations","value":"325412"},{"description":"In-Vitro and In-Vivo Diagnostic Substances (in-vit","value":"325413"},{"description":"","value":"3255"},{"description":"Chemicals and Chemical Preparations, NEC (frit)","value":"32551"},{"description":"","value":"3256"},{"description":"Soaps and Other Detergents, Except Specialty Clean","value":"325611"},{"description":"Specialty Cleaning, Polishing, and Sanitary Prepar","value":"325612"},{"description":"Perfumes, Cosmetics, and Other Toilet Preparations","value":"32562"},{"description":"Printing Ink","value":"32591"},{"description":"","value":"32599"},{"description":"Photographic Equipment and Supplies (photographic","value":"325992"},{"description":"Chemicals and Chemical Preparations, NEC (except f","value":"325998"},{"description":"Manufacturing Industries, NEC (matches)","value":"325998"},{"description":"","value":"326"},{"description":"","value":"32611"},{"description":"Packaging Paper and Plastics Film, Coated, and Lam","value":"326112"},{"description":"","value":"32612"},{"description":"Plastics Product, NEC (plastics sausage casings)","value":"326121"},{"description":"Plastics Products, NEC (pipe fittings)","value":"326122"},{"description":"Plastics Foam Products (polystyrene foam products)","value":"32614"},{"description":"Plastics Bottles","value":"32616"},{"description":"Plastics Plumbing Fixtures","value":"326191"},{"description":"Linoleum, Asphalted-Felt-Base, and Other Hard Surf","value":"326192"},{"description":"Manufacturing Industries, NEC (plastics products s","value":"326199"},{"description":"","value":"32621"},{"description":"Tire Retreading and Repair Shops (rebuilding)","value":"326212"},{"description":"","value":"32629"},{"description":"Fabricated Rubber Products, NEC (except rubberized","value":"326299"},{"description":"","value":"3271"},{"description":"Vitreous China Plumbing Fixtures and China and Ear","value":"327111"},{"description":"Fine Earthenware (Whiteware) Table and Kitchen Art","value":"327112"},{"description":"Nonmetallic Mineral Products, NEC (clay statuary)","value":"327112"},{"description":"","value":"32712"},{"description":"Ceramic Wall and Floor Tile","value":"327122"},{"description":"Clay Refractories","value":"327124"},{"description":"","value":"3272"},{"description":"Flat Glass","value":"327211"},{"description":"Glass Containers","value":"327213"},{"description":"","value":"3273"},{"description":"Ready-Mixed Concrete","value":"32732"},{"description":"Brick and Structural Clay Tile (slumped brick)","value":"327331"},{"description":"Concrete Products, Except Block and Brick (concret","value":"327332"},{"description":"","value":"3274"},{"description":"Gypsum Products","value":"32742"},{"description":"","value":"3279"},{"description":"","value":"32799"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"327992"},{"description":"Concrete Products, Except Block and Brick (dry mix","value":"327999"},{"description":"Nonmetallic Mineral Products, NEC (except moldings","value":"327999"},{"description":"","value":"3311"},{"description":"Steel Works, Blast Furnaces (Including Coke Ovens)","value":"331111"},{"description":"","value":"3312"},{"description":"","value":"33122"},{"description":"Cold-Rolled Steel Sheet, Strip and Bars","value":"331221"},{"description":"Steel Wiredrawing and Steel Nails and Spikes (stee","value":"331222"},{"description":"","value":"33131"},{"description":"Primary Production of Aluminum","value":"331312"},{"description":"Primary Metal Products, NEC (aluminum powder, past","value":"331314"},{"description":"Aluminum Extruded Products","value":"331316"},{"description":"Drawing and Insulating of Nonferrous Wire (aluminu","value":"331319"},{"description":"","value":"33141"},{"description":"Primary Smelting and Refining of Nonferrous Metals","value":"331419"},{"description":"Rolling, Drawing, and Extruding of Copper","value":"331421"},{"description":"","value":"331422"},{"description":"Primary Metal Products, NEC (copper powders, flake","value":"331423"},{"description":"Rolling, Drawing, and Extruding of Nonferrous Meta","value":"331491"},{"description":"Secondary Smelting and Refining of Nonferrous Meta","value":"331492"},{"description":"","value":"3315"},{"description":"Gray and Ductile Iron Foundries","value":"331511"},{"description":"Malleable Iron Foundries","value":"331511"},{"description":"Steel Foundries, NEC","value":"331513"},{"description":"Aluminum Die-Castings","value":"331521"},{"description":"Aluminum Foundries","value":"331524"},{"description":"Nonferrous Foundries, Except Aluminum and Copper","value":"331528"},{"description":"","value":"3321"},{"description":"Iron and Steel Forgings","value":"332111"},{"description":"Miscellaneous Structural Metal Work (custom roll f","value":"332114"},{"description":"Metal Stampings, NEC (except kitchen utensils, pot","value":"332116"},{"description":"","value":"332117"},{"description":"","value":"33221"},{"description":"Silverware, Plated Ware, and Stainless Steel Ware","value":"332211"},{"description":"Hand and Edge Tools, Except Machine Tools and Hand","value":"332212"},{"description":"Lawn and Garden Tractors and Home Lawn and Garden","value":"332212"},{"description":"Noncurrent-Carrying Wiring Devices (fish wire, ele","value":"332212"},{"description":"Saw Blades and Handsaws","value":"332213"},{"description":"","value":"3323"},{"description":"Prefabricated Metal Buildings and Components","value":"332311"},{"description":"Miscellaneous Structural Metal Work (fabricated ba","value":"332312"},{"description":"","value":"33232"},{"description":"Miscellaneous Structural Metal Work (curtain wall)","value":"332321"},{"description":"Architectural and Ornamental Metal Work","value":"332323"},{"description":"Farm Machinery and Equipment (corrals, stalls, and","value":"332323"},{"description":"Fabricated Plate Work (Boiler Shops) (power boiler","value":"33241"},{"description":"Fabricated Plate Work (Boiler Shops) (heavy gauge","value":"33242"},{"description":"Metal Cans","value":"332431"},{"description":"Hardware, NEC (vacuum and insulated bottles, jugs,","value":"332439"},{"description":"Fabricated Metal Products, NEC (metal boxes)","value":"332439"},{"description":"","value":"3325"},{"description":"Fabricated Metal Products, NEC (safe and vault loc","value":"33251"},{"description":"","value":"33261"},{"description":"Wire Springs (except watch and clock springs)","value":"332612"},{"description":"Primary Metal Products, NEC (nonferrous nails, bra","value":"332618"},{"description":"","value":"3327"},{"description":"","value":"33272"},{"description":"Bolts, Nuts, Screws, Rivets, and Washers","value":"332722"},{"description":"","value":"3328"},{"description":"Metal Heat Treating","value":"332811"},{"description":"Primary Metal Products, NEC (laminating steel)","value":"332813"},{"description":"","value":"3329"},{"description":"Industrial Valves","value":"332911"},{"description":"Aircraft Parts and Auxiliary Equipment, NEC (fluid","value":"332912"},{"description":"Hardware, NEC (fire hose nozzles and couplings)","value":"332919"},{"description":"Fabricated Metal Products, NEC (metal aerosol valv","value":"332919"},{"description":"","value":"33299"},{"description":"Small Arms Ammunition","value":"332992"},{"description":"Small Arms","value":"332994"},{"description":"Ordnance and Accessories, NEC","value":"332995"},{"description":"Industrial Patterns","value":"332997"},{"description":"Abrasive Products (steel wool with or without soap","value":"332999"},{"description":"Plumbing Fixture Fittings and Trim (metal shower r","value":"332999"},{"description":"Metal Foil and Leaf (foil and foil containers)","value":"332999"},{"description":"Industrial Trucks, Tractors, Trailers, and Stacker","value":"332999"},{"description":"Silverware, Plated Ware, and Stainless Steel Ware","value":"332999"},{"description":"","value":"333"},{"description":"","value":"33311"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333111"},{"description":"Construction Machinery and Equipment (except railw","value":"33312"},{"description":"Mining Machinery and Equipment, Except Oil and Gas","value":"333131"},{"description":"","value":"3332"},{"description":"Special Industry Machinery, NEC (rubber and plasti","value":"33322"},{"description":"Paper Industries Machinery","value":"333291"},{"description":"Printing Trades Machinery and Equipment","value":"333293"},{"description":"Special Industry Machinery, NEC (semiconductor mac","value":"333295"},{"description":"Household Appliances, NEC (household sewing machin","value":"333298"},{"description":"","value":"33331"},{"description":"Calculating and Accounting Machines, Except Electr","value":"333311"},{"description":"Calculating and Accounting Machinery, Except Elect","value":"333313"},{"description":"Optical Instruments and Lenses","value":"333314"},{"description":"Special Industry Machinery, NEC (automotive mainte","value":"333319"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333319"},{"description":"Manufacturing Industries, NEC (beauty and barber s","value":"333319"},{"description":"","value":"33341"},{"description":"Industrial and Commercial Fans and Blowers and Air","value":"333412"},{"description":"Wood Products, NEC (wood cooling towers)","value":"333414"},{"description":"Sheet Metal Work (sheet metal cooling towers)","value":"333414"},{"description":"General Industrial Machinery and Equipment, NEC (e","value":"333414"},{"description":"","value":"3335"},{"description":"Special Dies and Tools, Die Sets, Jigs and Fixture","value":"333511"},{"description":"Machine Tools, Metal Forming Type","value":"333513"},{"description":"Cutting Tools, Machine Tool Accessories, and Machi","value":"333515"},{"description":"Metalworking Machinery, NEC","value":"333518"},{"description":"","value":"33361"},{"description":"Speed Changers, Industrial High-Speed Drives, and","value":"333612"},{"description":"Internal Combustion Engines, NEC (except stationar","value":"333618"},{"description":"","value":"3339"},{"description":"Pumps and Pumping Equipment","value":"333911"},{"description":"Air and Gas Compressors","value":"333912"},{"description":"","value":"33392"},{"description":"Farm Machinery and Equipment (farm conveyors and e","value":"333922"},{"description":"Overhead Traveling Cranes, Hoists, and Monorail Sy","value":"333923"},{"description":"Miscellaneous Fabricated Wire Products (grocery ca","value":"333924"},{"description":"Transportation Equipment, NEC (wheelbarrows)","value":"333924"},{"description":"Power-Driven Handtools","value":"333991"},{"description":"Electrical Machinery Equipment and Supplies, NEC (","value":"333992"},{"description":"Industrial Process Furnaces and Ovens","value":"333994"},{"description":"Fluid Power Pumps and Motors","value":"333996"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333999"},{"description":"","value":"334"},{"description":"","value":"33411"},{"description":"Computer Storage Devices","value":"334112"},{"description":"Computer Peripheral Equipment, NEC (except plotter","value":"334119"},{"description":"","value":"3342"},{"description":"Radio and Television Broadcasting and Communicatio","value":"33422"},{"description":"Communications Equipment, NEC","value":"33429"},{"description":"Household Audio and Video Equipment","value":"33431"},{"description":"","value":"3344"},{"description":"Electron Tubes","value":"334411"},{"description":"Semiconductors and Related Devices","value":"334413"},{"description":"Electronic Resistors","value":"334415"},{"description":"Electronic Connectors","value":"334417"},{"description":"Electronic Components, NEC (printed circuit/electr","value":"334418"},{"description":"Electronic Components, NEC (other electronic compo","value":"334419"},{"description":"","value":"33451"},{"description":"Electromedical and Electrotherapeutic Apparatus (o","value":"334510"},{"description":"Automatic Controls for Regulating Residential and","value":"334512"},{"description":"Totalizing Fluid Meters and Counting Devices","value":"334514"},{"description":"Measuring and Controlling Devices, NEC (motor vehi","value":"334514"},{"description":"Laboratory Analytical Instruments","value":"334516"},{"description":"Electromedical and Electrotherapeutic Apparatus (C","value":"334517"},{"description":"Office Machines, NEC (time clocks and other time r","value":"334518"},{"description":"Jewelers Findings and Materials and Lapidary Work","value":"334518"},{"description":"Measuring and Controlling Devices, NEC (except med","value":"334519"},{"description":"","value":"33461"},{"description":"Phonograph Records and Prerecorded Audio Tapes and","value":"334612"},{"description":"","value":"334613"},{"description":"Magnetic and Optical Recording Media","value":"334613"},{"description":"","value":"3351"},{"description":"","value":"33512"},{"description":"Manufacturing Industries, NEC (lamp shades of pape","value":"335121"},{"description":"Lighting Equipment, NEC","value":"335129"},{"description":"","value":"3352"},{"description":"Electric Housewares and Fans (except wall and base","value":"335211"},{"description":"Household Vacuum Cleaners","value":"335212"},{"description":"","value":"33522"},{"description":"Household Refrigerators and Home and Farm Freezers","value":"335222"},{"description":"Household Appliances, NEC (except floor waxing and","value":"335228"},{"description":"","value":"33531"},{"description":"Power, Distribution, and Speciality Transformers","value":"335311"},{"description":"Armature Rewinding Shops (remanufacturing)","value":"335312"},{"description":"Relays and Industrial Controls","value":"335314"},{"description":"","value":"33591"},{"description":"Primary Batteries, Dry and Wet","value":"335912"},{"description":"Drawing and Insulating of Nonferrous Wire (fiber o","value":"335921"},{"description":"","value":"33593"},{"description":"Noncurrent-Carrying Wiring Devices (except fishwir","value":"335932"},{"description":"Carbon and Graphite Products","value":"335991"},{"description":"Electrical Machinery, Equipment, and Supplies, NEC","value":"335999"},{"description":"","value":"3361"},{"description":"Motor Vehicles and Passenger Car Bodies (automobil","value":"336111"},{"description":"Motor Vehicles and Passenger Car Bodies (heavy dut","value":"33612"},{"description":"","value":"33621"},{"description":"Truck and Bus Bodies","value":"336211"},{"description":"Truck Trailers","value":"336212"},{"description":"Travel Trailers and Campers","value":"336214"},{"description":"","value":"3363"},{"description":"Carburetors, Pistons, Piston Rings, and Valves","value":"336311"},{"description":"","value":"33632"},{"description":"Electrical Equipment for Internal Combustion Engin","value":"336322"},{"description":"Motor Vehicle Parts and Accessories (steering and","value":"33633"},{"description":"Motor Vehicle Parts and Accessories (brake and bra","value":"33634"},{"description":"Automotive Trimmings, Apparel Findings, and Relate","value":"33636"},{"description":"Public Building and Related Furniture (seats for m","value":"33636"},{"description":"Automotive Stampings","value":"33637"},{"description":"Air-Conditioning and Warm Air Heating Equipment an","value":"336391"},{"description":"Internal Combustion Engines, NEC (stationary engin","value":"336399"},{"description":"Motor Vehicle Parts and Accessories (except truck","value":"336399"},{"description":"","value":"3364"},{"description":"Aircraft (except research and development)","value":"336411"},{"description":"Aircraft Engines and Engine Parts (except research","value":"336412"},{"description":"Guided Missiles and Space Vehicles (except researc","value":"336414"},{"description":"Guided Missile and Space Vehicle Parts and Auxilia","value":"336419"},{"description":"Construction Machinery and Equipment (railway trac","value":"33651"},{"description":"","value":"3366"},{"description":"Ship Building and Repairing (except floating dry d","value":"336611"},{"description":"","value":"3369"},{"description":"Games, Toys, and Children's Vehicles, Except Dolls","value":"336991"},{"description":"Motor Vehicles and Passenger Car Bodies (military","value":"336992"},{"description":"Transportation Equipment, NEC (except automobile,","value":"336999"},{"description":"","value":"3371"},{"description":"Furniture Stores (custom wood cabinets)","value":"33711"},{"description":"Wood Household Furniture, Upholstered","value":"337121"},{"description":"Mattress, Foundations, and Convertible Beds (conve","value":"337121"},{"description":"Wood Household Furniture, Except Upholstered (exce","value":"337122"},{"description":"Metal Household Furniture (except upholstered and","value":"337124"},{"description":"Public Building and Related Furniture (furniture m","value":"337127"},{"description":"Office and Store Fixtures, Partitions, Shelving, a","value":"337127"},{"description":"Lead Pencils, Crayons, and Artist's Materials (dra","value":"337127"},{"description":"Wood Television, Radio, Phonograph, and Sewing Mac","value":"337129"},{"description":"","value":"33721"},{"description":"Wood Office and Store Fixtures, Partitions, Shelvi","value":"337212"},{"description":"Hardwood Dimension and Flooring Mills (wood furnit","value":"337215"},{"description":"Wood Household Furniture, Except Upholstered (wood","value":"337215"},{"description":"Office and Store Fixtures, Partitions, Shelving an","value":"337215"},{"description":"Hardware, NEC (convertible bed sleeper mechanisms,","value":"337215"},{"description":"","value":"3379"},{"description":"Drapery Hardware and Window Blinds and Shades","value":"33792"},{"description":"","value":"3391"},{"description":"Furniture and Fixtures, NEC (hospital beds)","value":"339111"},{"description":"Surgical and Medical Instruments and Apparatus (op","value":"339111"},{"description":"Measuring and Controlling Devices, NEC (medical th","value":"339112"},{"description":"Orthopedic, Prosthetic, and Surgical Appliances an","value":"339113"},{"description":"Dental Equipment and Supplies","value":"339114"},{"description":"Optical Goods Stores (optical laboratories grindin","value":"339115"},{"description":"","value":"3399"},{"description":"Coating, Engraving, and Allied Services, NEC (jewe","value":"339911"},{"description":"Coating, Engraving, and Allied Services, NEC (silv","value":"339912"},{"description":"Jewelers' Findings and Materials, and Lapidary Wor","value":"339913"},{"description":"Costume Jewelry and Costume Novelties, Except Prec","value":"339914"},{"description":"Fabricated Rubber Products, NEC (wet suits)","value":"33992"},{"description":"Dolls and Stuffed Toys","value":"339931"},{"description":"Games, Toys, and Children's Vehicles, Except Dolls","value":"339932"},{"description":"","value":"33994"},{"description":"Public Buildings and Related Furniture (blackboard","value":"339942"},{"description":"Lead Pencils, Crayons, and Artists' Materials (exc","value":"339942"},{"description":"Carbon Paper and Inked Ribbons","value":"339944"},{"description":"","value":"33999"},{"description":"Musical Instruments","value":"339992"},{"description":"Boat and Shoe Cut Stock and Findings (metal buckle","value":"339993"},{"description":"Housefurnishings, Except Curtains and Draperies (m","value":"339994"},{"description":"Wood Products, NEC (mirror and picture frames)","value":"339999"},{"description":"Manufacturing Industries, NEC (other miscellaneous","value":"339999"},{"description":"","value":"421"},{"description":"Automobiles and Other Motor Vehicles","value":"42111"},{"description":"Tires and Tubes (except tires sold via retail meth","value":"42113"},{"description":"","value":"4212"},{"description":"Homefurnishings (except homefurnishings sold via r","value":"42122"},{"description":"Lumber, Plywood, Millwork, and Wood Panels","value":"42131"},{"description":"Roofing, Siding, and Insulation Materials","value":"42133"},{"description":"","value":"4214"},{"description":"Office Equipment (except sold via retail method)","value":"42142"},{"description":"Commercial Equipment, NEC","value":"42144"},{"description":"Ophthalmic Goods","value":"42146"},{"description":"","value":"4215"},{"description":"Coal and Other Mineral and Ores","value":"42152"},{"description":"Electrical Apparatus and Equipment, Wiring Supplie","value":"42161"},{"description":"Electronic Parts and Equipment, NEC","value":"42169"},{"description":"Hardware (except sold via retail method)","value":"42171"},{"description":"Warm Air Heating and Air-Conditioning Equipment an","value":"42173"},{"description":"","value":"4218"},{"description":"Farm and Garden Machinery and Equipment (except la","value":"42182"},{"description":"Industrial Supplies (fluid power accessories)","value":"42183"},{"description":"Service Establishment Equipment and Supplies (exce","value":"42185"},{"description":"Business Services, NEC (yacht brokers)","value":"42186"},{"description":"Sporting and Recreational Goods and Supplies","value":"42191"},{"description":"Scrap and Waste Materials","value":"42193"},{"description":"Durable Goods, NEC","value":"42199"},{"description":"","value":"422"},{"description":"Printing and Writing Paper","value":"42211"},{"description":"Industrial and Personal Service Paper","value":"42213"},{"description":"Drugs, Drug Proprietaries, and Druggists' Sundries","value":"42221"},{"description":"Piece Goods, Notions, and Other Dry Goods (except","value":"42231"},{"description":"Women's, Children's, and Infants' Clothing and Acc","value":"42233"},{"description":"","value":"4224"},{"description":"Packaged Frozen Foods","value":"42242"},{"description":"Poultry and Poultry Products","value":"42244"},{"description":"Fish and Seafoods","value":"42246"},{"description":"Fresh Fruits and Vegetables","value":"42248"},{"description":"","value":"4225"},{"description":"Livestock","value":"42252"},{"description":"","value":"4226"},{"description":"Chemicals and Allied Products, NEC","value":"42269"},{"description":"Petroleum Bulk Stations and Terminals (except pet","value":"42271"},{"description":"","value":"4228"},{"description":"Wine and Distilled Alcoholic Beverages","value":"42282"},{"description":"Farm Supplies (except lawn and garden supplies sol","value":"42291"},{"description":"Flowers, Nursery Stock, and Florists' Supplies (ex","value":"42293"},{"description":"Paints, Varnishes, and Supplies","value":"42295"},{"description":"","value":"44-45"},{"description":"","value":"4411"},{"description":"Motor Vehicle Dealers (Used Only)","value":"44112"},{"description":"Recreational Vehicle Dealers","value":"44121"},{"description":"Motorcycle Dealers","value":"441221"},{"description":"Automotive Dealers, NEC","value":"441229"},{"description":"Motor Vehicle Supplies and New Parts (Wholesale) (","value":"44131"},{"description":"Motor Vehicle Parts, Used (sold via retail method)","value":"44131"},{"description":"Tires and Tubes (Wholesale) (tires and tubes sold","value":"44132"},{"description":"","value":"442"},{"description":"Furniture (Wholesale) (sold via the retail method)","value":"44211"},{"description":"","value":"4422"},{"description":"Floor Coverings Stores","value":"44221"},{"description":"Drapery, Curtain, and Upholstery Stores (drapery a","value":"442291"},{"description":"Miscellaneous Homefurnishings Stores (except potte","value":"442299"},{"description":"","value":"443"},{"description":"","value":"44311"},{"description":"Refrigeration and Air-Conditioning Service and Rep","value":"443111"},{"description":"Radio, Television, and Consumer Electronics Stores","value":"443112"},{"description":"Radio and Television Repair Shops (retailing new r","value":"443112"},{"description":"Computer and Computer Software Stores","value":"44312"},{"description":"Camera and Photographic Supply Stores","value":"44313"},{"description":"","value":"4441"},{"description":"Paint, Glass, and Wallpaper Stores (paint and wall","value":"44412"},{"description":"Hardware Stores","value":"44413"},{"description":"Construction Materials, NEC (Wholesale) (glass, so","value":"44419"},{"description":"Plumbing and Heating Equipment and Supplies (Hydro","value":"44419"},{"description":"Paint, Glass, and Wallpaper Stores (glass)","value":"44419"},{"description":"Farm and Garden Machinery and Equipment (Wholesale","value":"44421"},{"description":"Farm Supplies (sold via retail method)","value":"44422"},{"description":"Retail Nurseries, Lawn and Garden Supply Stores (e","value":"44422"},{"description":"","value":"4451"},{"description":"Grocery Stores (convenience stores without gas)","value":"44512"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"44521"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"44522"},{"description":"","value":"44529"},{"description":"Candy, Nut and Confectionery Stores","value":"445292"},{"description":"Dairy Products Stores","value":"445299"},{"description":"Liquor Stores","value":"44531"},{"description":"","value":"4461"},{"description":"Service Establishment Equipment and Supplies (beau","value":"44612"},{"description":"Optical Goods Stores (except labs grinding prescr","value":"44613"},{"description":"Miscellaneous Food Stores (food supplements)","value":"446191"},{"description":"Miscellaneous Retail Stores, NEC (hearing aids and","value":"446199"},{"description":"","value":"4471"},{"description":"Grocery Stores (convenience store with gas)","value":"44711"},{"description":"","value":"448"},{"description":"Men's and Boys' Clothing and Accessory Stores (clo","value":"44811"},{"description":"Children's and Infants' Wear Stores","value":"44813"},{"description":"Men's and Boys' Clothing and Accessory Stores (acc","value":"44815"},{"description":"Miscellaneous Apparel and Accessory Stores (access","value":"44815"},{"description":"Women's Accessory and Specialty Stores (specialty","value":"44819"},{"description":"Shoe Stores","value":"44821"},{"description":"Jewelry Stores","value":"44831"},{"description":"","value":"451"},{"description":"Sporting Goods Stores and Bicycle Shops","value":"45111"},{"description":"Hobby, Toy, and Game Stores","value":"45112"},{"description":"Sewing, Needlework, and Piece Goods Stores","value":"45113"},{"description":"","value":"4512"},{"description":"Book Stores","value":"451211"},{"description":"Record and Prerecorded Tape Stores","value":"45122"},{"description":"","value":"4521"},{"description":"","value":"4529"},{"description":"Grocery Stores (grocery stores and supermarkets se","value":"45291"},{"description":"Variety Stores","value":"45299"},{"description":"","value":"453"},{"description":"Florists","value":"45311"},{"description":"Office Equipment (sold via retail method)","value":"45321"},{"description":"Stationery and Office Supplies (sold via retail me","value":"45321"},{"description":"Gift, Novelty, and Souvenir Shops","value":"45322"},{"description":"Used Merchandise Stores (except pawn shops)","value":"45331"},{"description":"Miscellaneous Retail Stores, NEC (pet and pet supp","value":"45391"},{"description":"Mobile Home Dealers","value":"45393"},{"description":"Tobacco Stores and Stands","value":"453991"},{"description":"","value":"454"},{"description":"Catalog and Mail-Order Houses","value":"45411"},{"description":"Automatic Merchandise Machine Operators","value":"45421"},{"description":"","value":"45431"},{"description":"Fuel Oil Dealers","value":"454311"},{"description":"Liquefied Petroleum Gas (Bottled Gas) Dealers","value":"454312"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"45439"},{"description":"","value":"48-49"},{"description":"","value":"4811"},{"description":"Air Transportation, Scheduled (passenger)","value":"481111"},{"description":"","value":"4812"},{"description":"Air Transportation, Nonscheduled (passenger)","value":"481211"},{"description":"Establishments that use general purpose aircraft t","value":"481219"},{"description":"","value":"4821"},{"description":"Railroads, Line-Haul Operating","value":"482111"},{"description":"","value":"483"},{"description":"","value":"48311"},{"description":"Deep Sea Transportation of Passengers, Except by F","value":"483112"},{"description":"Freight Transportation on the Great Lakes - St. La","value":"483113"},{"description":"Ferries (coastal and Great Lakes)","value":"483114"},{"description":"","value":"48321"},{"description":"Ferries (inland)","value":"483212"},{"description":"","value":"484"},{"description":"Local Trucking without Storage (general freight)","value":"48411"},{"description":"","value":"48412"},{"description":"Trucking, Except Local (general freight, less than","value":"484122"},{"description":"Local Trucking Without Storage (household goods mo","value":"48421"},{"description":"Local Trucking With Storage (household goods movin","value":"48421"},{"description":"Local Trucking with Storage (specialized freight)","value":"48422"},{"description":"","value":"485"},{"description":"","value":"48511"},{"description":"Local and Suburban Transit (commuter rail)","value":"485112"},{"description":"Local and Suburban Transit (other than mixed mode,","value":"485119"},{"description":"Intercity and Rural Bus Transportation","value":"48521"},{"description":"Taxicabs","value":"48531"},{"description":"Local Passenger Transportation, NEC (limousine ren","value":"48532"},{"description":"School Buses","value":"48541"},{"description":"","value":"4855"},{"description":"Bus Charter Services, Except Local","value":"48551"},{"description":"","value":"48599"},{"description":"Local and Suburban Transit (airport transportation","value":"485999"},{"description":"","value":"486"},{"description":"Crude Petroleum Pipelines","value":"48611"},{"description":"Natural Gas Transmission","value":"48621"},{"description":"","value":"4869"},{"description":"","value":"48691"},{"description":"","value":"487"},{"description":"Local Passenger Transportation, NEC (sightseeing b","value":"48711"},{"description":"Amusement and Recreation Services, NEC (scenic tra","value":"48711"},{"description":"Water Transportation of Passengers, NEC (airboats,","value":"48721"},{"description":"","value":"4879"},{"description":"Amusement and Recreation Services, NEC (aerial tra","value":"48799"},{"description":"","value":"4881"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"488111"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"488119"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"48819"},{"description":"Railroad Switching and Terminal Establishments (al","value":"48821"},{"description":"Transportation Services, NEC (car loading and unlo","value":"48821"},{"description":"Marine Cargo Handling (dock and pier operations)","value":"48831"},{"description":"Marine Cargo Handling (all but dock and pier opera","value":"48832"},{"description":"Water Transportation Services, NEC (piloting vesse","value":"48833"},{"description":"Water Transportation Services, NEC (all but lighth","value":"48839"},{"description":"Repair Shops and Related Services, NEC (ship scali","value":"48839"},{"description":"Automotive Services, Except Repair and Carwashes (","value":"48841"},{"description":"Terminal and Joint Terminal Maintenance Facilities","value":"48849"},{"description":"","value":"4885"},{"description":"","value":"4889"},{"description":"Packing and Crating","value":"488991"},{"description":"Transportation Services, NEC (pipeline terminals a","value":"488999"},{"description":"","value":"4911"},{"description":"Business Services, NEC (post office contract stati","value":"49111"},{"description":"","value":"4921"},{"description":"Air Courier Services","value":"49211"},{"description":"Courier Services, Except by Air (local delivery)","value":"49221"},{"description":"","value":"4931"},{"description":"Special Warehousing and Storage, NEC (warehousing","value":"49311"},{"description":"Special Warehousing and Storage, NEC (fur storage)","value":"49312"},{"description":"Special Warehousing and Storage, NEC (all but fur","value":"49319"},{"description":"","value":"511"},{"description":"Newspapers: Publishing, or Publishing and Printing","value":"51111"},{"description":"Miscellaneous Publishing (shopping news)","value":"51112"},{"description":"Miscellaneous Publishing (technical manuals and bo","value":"51113"},{"description":"Direct Mail Advertising Services (mailing list com","value":"51114"},{"description":"Greeting Cards (publishing greeting cards)","value":"511191"},{"description":"","value":"5112"},{"description":"","value":"512"},{"description":"Motion Picture and Video Tape Production","value":"51211"},{"description":"Services Allied to Motion Picture Distribution (co","value":"51212"},{"description":"Motion Picture Theaters, Except Drive-In","value":"512131"},{"description":"","value":"51219"},{"description":"Services Allied to Motion Picture Production (exce","value":"512199"},{"description":"","value":"5122"},{"description":"Phonograph Records and Prerecorded Audio Tapes and","value":"51222"},{"description":"Miscellaneous Publishing (sheet music publishing)","value":"51223"},{"description":"Business Services, NEC (recording studios)","value":"51224"},{"description":"Theatrical Producers (Except Motion Picture) and M","value":"51229"},{"description":"","value":"5131"},{"description":"Radio Broadcasting Stations (networks)","value":"513111"},{"description":"Television Broadcasting Stations","value":"51312"},{"description":"Cable and Other Pay Television Services (cable net","value":"51321"},{"description":"","value":"5133"},{"description":"Telegraph and Other Message Communications","value":"51331"},{"description":"Radiotelephone Communications (paging carriers)","value":"513321"},{"description":"Communications Services, NEC (ship-to-shore broadc","value":"513322"},{"description":"Telephone Communications, Except Radiotelephone (w","value":"51333"},{"description":"Telephone Communications, Except Radiotelephone (s","value":"51334"},{"description":"","value":"514"},{"description":"News Syndicates (except independent news correspon","value":"51411"},{"description":"Services Allied to Motion Picture Distribution (fi","value":"51412"},{"description":"Information Retrieval Services","value":"514191"},{"description":"Business Services, NEC (stock photo agencies, pres","value":"514199"},{"description":"Computer Processing and Data Preparation and Proce","value":"51421"},{"description":"Business Services, NEC (microfilm services)","value":"51421"},{"description":"","value":"521"},{"description":"Federal Reserve Banks","value":"52111"},{"description":"","value":"5221"},{"description":"State Commercial Banks (commercial banking)","value":"52211"},{"description":"Branches and Agencies of Foreign Banks (branches)","value":"52211"},{"description":"Savings Institutions, Not Federally Chartered","value":"52212"},{"description":"Credit Unions, Not Federally Chartered","value":"52213"},{"description":"","value":"5222"},{"description":"State Commercial Banks (credit card issuing)","value":"52221"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52221"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52222"},{"description":"","value":"52229"},{"description":"Foreign Trade and International Banking Institutio","value":"522292"},{"description":"Miscellaneous Business Credit Institutions (farm m","value":"522292"},{"description":"Foreign Trade and International Banking Institutio","value":"522293"},{"description":"Miscellaneous Business Credit Institutions (trade","value":"522293"},{"description":"Miscellaneous Business Credit Institutions (second","value":"522294"},{"description":"Central Reserve Depository Institutions, NEC","value":"522298"},{"description":"Foreign Trade and International Banking Institutio","value":"522298"},{"description":"Personal Credit Institutions (industrial nondeposi","value":"522298"},{"description":"","value":"5223"},{"description":"Functions Related to Depository Banking, NEC (elec","value":"52232"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52232"},{"description":"Functions Related to Depository Banking, NEC (exce","value":"52239"},{"description":"","value":"523"},{"description":"Security Brokers, Dealers, and Flotation Companies","value":"52311"},{"description":"Functions Related to Depository Banking, NEC (for","value":"52313"},{"description":"Commodity Contracts Brokers and Dealers (commodity","value":"52313"},{"description":"","value":"5232"},{"description":"","value":"5239"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52391"},{"description":"Investors, NEC (venture capital companies, investm","value":"52391"},{"description":"Pension, Health, and Welfare Funds (managers)","value":"52392"},{"description":"Investors, NEC (commodity contract pool operators)","value":"52392"},{"description":"","value":"52399"},{"description":"Functions Related to Depository Banking, NEC (esc","value":"523991"},{"description":"Trusts, Except Educational, Religious, and Charita","value":"523991"},{"description":"Services Allied With the Exchange of Securities or","value":"523999"},{"description":"","value":"5241"},{"description":"Life Insurance (life insurers-direct)","value":"524113"},{"description":"Hospital and Medical Service Plans (health and med","value":"524114"},{"description":"","value":"52412"},{"description":"Surety Insurance (financial responsibility insurer","value":"524126"},{"description":"Fire, Marine, and Casualty Insurance (contact lens","value":"524128"},{"description":"Life Insurance (reinsurers)","value":"52413"},{"description":"Hospital and Medical Service Plans (reinsurers)","value":"52413"},{"description":"Surety Insurance (reinsurers)","value":"52413"},{"description":"","value":"5242"},{"description":"","value":"52429"},{"description":"Pension, Health, and Welfare Funds (administrators","value":"524292"},{"description":"Insurance Agents, Brokers, and Service (except pro","value":"524298"},{"description":"","value":"5251"},{"description":"Pension, Health, and Welfare Funds (health and wel","value":"52512"},{"description":"Hospital and Medical Service Plans (self insurers)","value":"52519"},{"description":"Trusts, Except Educational, Religious, and Charita","value":"52519"},{"description":"Management Investment Offices, Open-End","value":"52591"},{"description":"Real Estate Investment Trusts","value":"52593"},{"description":"Unit Investment Trusts, Face-Amount Certificate Of","value":"52599"},{"description":"","value":"531"},{"description":"Operators of Apartment Buildings","value":"53111"},{"description":"Operators of Nonresidential Buildings (other excep","value":"53112"},{"description":"Operators of Residential Mobile Home Sites","value":"53119"},{"description":"Lessors of Real Property, NEC","value":"53119"},{"description":"Real Estate Agents Managers (agents and brokers)","value":"53121"},{"description":"","value":"53131"},{"description":"Real Estate Agents and Managers (managers-nonresid","value":"531312"},{"description":"Real Estate Agents and Managers (except real estat","value":"53139"},{"description":"","value":"5321"},{"description":"Passenger Car Rental","value":"532111"},{"description":"Truck Rental and Leasing Without Drivers","value":"53212"},{"description":"","value":"5322"},{"description":"Miscellaneous Personal Services, NEC (formal wear","value":"53222"},{"description":"Video Tape Rental","value":"53223"},{"description":"Medical Equipment Rental and Leasing (home health","value":"532291"},{"description":"Equipment Rental and Leasing, NEC (except transpor","value":"532299"},{"description":"Equipment Rental and Leasing, NEC (general rental","value":"53231"},{"description":"","value":"53241"},{"description":"Rental of Railroad Cars (rental of railroad cars)","value":"532411"},{"description":"Heavy Construction Equipment Rental and Leasing (w","value":"532412"},{"description":"Equipment Rental and Leasing (office machine renta","value":"53242"},{"description":"Medical Equipment Rental and Leasing (medical mach","value":"53249"},{"description":"Services Allied to Motion Picture Production (moti","value":"53249"},{"description":"","value":"533"},{"description":"Oil Royalty Traders (except investors on own accou","value":"53311"},{"description":"","value":"54"},{"description":"","value":"5411"},{"description":"Null Set for U.S.","value":"54112"},{"description":"Title Abstract Offices","value":"541191"},{"description":"","value":"5412"},{"description":"Accounting, Auditing, and Bookkeeping Services (au","value":"541211"},{"description":"Services Allied to Motion Picture Production (tale","value":"541214"},{"description":"Accounting, Auditing, and Bookkeeping Services (ot","value":"541219"},{"description":"Architectural Services","value":"54131"},{"description":"Business Consulting Services, NEC (urban planners","value":"54132"},{"description":"Business Consulting Services, NEC (traffic enginee","value":"54133"},{"description":"Business Services, NEC (home and building inspecti","value":"54135"},{"description":"Metal Mining Services (geophysical surveying and m","value":"54136"},{"description":"Nonmetallic Minerals Services, Except Fuels (geoph","value":"54136"},{"description":"Surveying Services (except geophysical surveying)","value":"54137"},{"description":"Testing Laboratories (except veterinary testing la","value":"54138"},{"description":"Business Services, NEC (interior design)","value":"54141"},{"description":"Commercial Art and Graphic Design","value":"54143"},{"description":"Business Services, NEC (fashion and other design s","value":"54149"},{"description":"","value":"54151"},{"description":"Computer Integrated Systems Design","value":"541512"},{"description":"Computer Facilities Management Services","value":"541513"},{"description":"","value":"5416"},{"description":"Management Consulting Services (administrative man","value":"541611"},{"description":"Employment Agencies (executive placement services)","value":"541612"},{"description":"Management Consulting Services (marketing consulti","value":"541613"},{"description":"Arrangement of Transportation of Freight and Cargo","value":"541614"},{"description":"Services, NEC (environmental consultants)","value":"54162"},{"description":"Business Consulting Services, NEC (safety, securit","value":"54169"},{"description":"","value":"5417"},{"description":"Aircraft Engines and Engine Parts (research and de","value":"54171"},{"description":"Guided missiles and Space Vehicles (research and d","value":"54171"},{"description":"Guided Missile Space Vehicle Parts and Auxiliary E","value":"54171"},{"description":"Noncommercial Research Organizations (physical, en","value":"54171"},{"description":"Noncommercial Research Organizations (social scien","value":"54172"},{"description":"Advertising Agencies","value":"54181"},{"description":"Advertising, NEC (media buying services)","value":"54183"},{"description":"Outdoor Advertising Services","value":"54185"},{"description":"Direct Mail Advertising Services (except mailing l","value":"54186"},{"description":"Business Services, NEC (distribution of telephone","value":"54187"},{"description":"Nondurable Goods, NEC (advertising specialities go","value":"54189"},{"description":"","value":"5419"},{"description":"","value":"54192"},{"description":"Commercial Photography (except when combined with","value":"541922"},{"description":"Business Services, NEC (translation and interpreta","value":"54193"},{"description":"Veterinary Services for Animal Specialties","value":"54194"},{"description":"Business Services (appraisers, except insurance an","value":"54199"},{"description":"","value":"55"},{"description":"","value":"5511"},{"description":"Offices of Bank Holding Companies","value":"551111"},{"description":"These establishments were included as auxiliaries","value":"551114"},{"description":"","value":"561"},{"description":"Management Services (except construction managemen","value":"56111"},{"description":"Facilities Support Management Services","value":"56121"},{"description":"Miscellaneous Personal Services, NEC (babysitting","value":"56131"},{"description":"Services Allied to Motion Picture Production (cast","value":"56131"},{"description":"Help Supply Services (except employee leasing serv","value":"56132"},{"description":"","value":"56133"},{"description":"Secretarial and Court Reporting (except court repo","value":"56141"},{"description":"Business Services, NEC (telephone answering)","value":"561421"},{"description":"","value":"56143"},{"description":"Photocopying and Duplicating Services (except inst","value":"561439"},{"description":"Adjustment and Collection Services","value":"56144"},{"description":"","value":"56149"},{"description":"Secretarial and Court Reporting (except secretaria","value":"561492"},{"description":"","value":"561499"},{"description":"Travel Agencies","value":"56151"},{"description":"","value":"56159"},{"description":"Arrangement of Passenger Transportation, NEC (exce","value":"561599"},{"description":"Theatrical Producers (except motion pictures) and","value":"561599"},{"description":"Amusement and Recreation Services, NEC (ticket age","value":"561599"},{"description":"","value":"56161"},{"description":"Detective, Guard, and Armored Car Services (guard","value":"561612"},{"description":"","value":"56162"},{"description":"Repair Shops and Related Services, NEC (locksmith","value":"561622"},{"description":"Sanitary Services, NEC (mosquito eradication)","value":"56171"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"56172"},{"description":"Disinfecting and Pest Control Services (except ext","value":"56172"},{"description":"Ornamental Shrub and Tree Services","value":"56173"},{"description":"Business Services, NEC (swimming pool cleaning and","value":"56179"},{"description":"Repair Shops and Related Services, NEC (furnace, d","value":"56179"},{"description":"Business Services, NEC (packaging and labeling ser","value":"56191"},{"description":"Business Services, NEC (other support services exc","value":"56199"},{"description":"","value":"5621"},{"description":"Local Trucking Without Storage (solid waste collec","value":"562111"},{"description":"Local Trucking Without Storage (other waste collec","value":"562119"},{"description":"","value":"56221"},{"description":"Refuse Systems (solid waste landfills)","value":"562212"},{"description":"Refuse Systems (other nonhazardous waste treatment","value":"562219"},{"description":"Special Trade Contractors, NEC (asbestos abatement","value":"56291"},{"description":"Refuse Systems (materials recovery facilities)","value":"56292"},{"description":"Equipment Rental and Leasing, NEC (portable toilet","value":"562991"},{"description":"Sanitary Services, NEC (all but remediation servic","value":"562998"},{"description":"","value":"61"},{"description":"","value":"6111"},{"description":"","value":"6112"},{"description":"","value":"6113"},{"description":"","value":"6114"},{"description":"Data Processing Schools (except computer repair tr","value":"61142"},{"description":"","value":"6115"},{"description":"Beauty Shops (beauty and cosmetology schools)","value":"611511"},{"description":"Vocational Schools, NEC (aviation schools, excludi","value":"611512"},{"description":"Vocational Schools, NEC (vocational apprenticeship","value":"611513"},{"description":"Data Processing Schools (computer repair training)","value":"611519"},{"description":"","value":"6116"},{"description":"Dance Studios, Schools, and Halls (dance instructo","value":"61161"},{"description":"Schools and Educational Services, NEC (language sc","value":"61163"},{"description":"Schools and Educational Services, NEC (exam prepar","value":"611691"},{"description":"Amusement and Recreation Services, NEC (nonathleti","value":"611699"},{"description":"","value":"6117"},{"description":"Business Consulting Services, NEC (educational tes","value":"61171"},{"description":"","value":"621"},{"description":"","value":"62111"},{"description":"Offices and Clinics of Doctors of Osteopathy (exce","value":"621111"},{"description":"Offices and Clinics of Doctors of Osteopathy (ment","value":"621112"},{"description":"Offices and Clinics of Dentists","value":"62121"},{"description":"Offices and Clinics of Chiropractors","value":"62131"},{"description":"Offices and Clinics of Health Practitioners, NEC (","value":"62133"},{"description":"","value":"62139"},{"description":"Offices and Clinics of Health Practitioners, NEC (","value":"621399"},{"description":"Speciality Outpatient Facilities, NEC (family plan","value":"62141"},{"description":"Specialty Outpatient Facilities, NEC (mental healt","value":"62142"},{"description":"Offices and Clinics of Doctors of Medicine (HMO Me","value":"621491"},{"description":"Offices and Clinics of Doctors of Medicine (surgic","value":"621493"},{"description":"","value":"6215"},{"description":"Medical Laboratories (except diagnostic imaging ce","value":"621511"},{"description":"","value":"6216"},{"description":"","value":"6219"},{"description":"Air Transportation, Nonscheduled (air ambulance)","value":"62191"},{"description":"Health and Allied Services, NEC (blood and organ b","value":"621991"},{"description":"","value":"622"},{"description":"General Medical and Surgical Hospitals","value":"62211"},{"description":"","value":"6222"},{"description":"Specialty Hospitals, Except Psychiatric (substance","value":"62221"},{"description":"Specialty Hospitals, Except Psychiatric (except ch","value":"62231"},{"description":"","value":"6231"},{"description":"Intermediate Care Facilities (except continuing ca","value":"62311"},{"description":"","value":"6232"},{"description":"Residential Care (mental health and substance abus","value":"62322"},{"description":"","value":"62331"},{"description":"Intermediate Care Facilities (continuing care reti","value":"623311"},{"description":"Residential Care (homes for the elderly)","value":"623312"},{"description":"Residential Care (except mental health and substan","value":"62399"},{"description":"","value":"6241"},{"description":"Individual and Family Social Services (services fo","value":"62412"},{"description":"","value":"6242"},{"description":"","value":"62422"},{"description":"Individual and Family Social Services (housing ser","value":"624229"},{"description":"","value":"6243"},{"description":"","value":"6244"},{"description":"","value":"71"},{"description":"","value":"7111"},{"description":"Theatrical Producers (Except Motion Pictures) and","value":"71111"},{"description":"Bands, Orchestras, Actors, and Entertainment Group","value":"71113"},{"description":"Amusement and Recreation Services, NEC (circus com","value":"71119"},{"description":"","value":"71121"},{"description":"Racing, Including Track Operations (track operatio","value":"711212"},{"description":"Amusement and Recreation Services, NEC (profession","value":"711219"},{"description":"Operators of Nonresidential Buildings (stadium and","value":"71131"},{"description":"Professional Sports Clubs and Promoters (stadium o","value":"71131"},{"description":"Theatrical Producers (Except Motion Picture) and M","value":"71132"},{"description":"Amusement and Recreation Services, NEC (state fair","value":"71132"},{"description":"Business Services, NEC (agents and brokers for aut","value":"71141"},{"description":"Professional Sports Clubs and Promoters (sports ag","value":"71141"},{"description":"Reupholstery and Furniture Repair (antique furnitu","value":"71151"},{"description":"Services Allied to Motion Picture Production (film","value":"71151"},{"description":"Bands, Orchestras, Actors, and Other Entertainers","value":"71151"},{"description":"Services, NEC (authors, artists, and related techn","value":"71151"},{"description":"","value":"7121"},{"description":"Museums and Art Galleries (historic and heritage","value":"71212"},{"description":"Amusement and Recreation Services, NEC (caverns an","value":"71219"},{"description":"","value":"713"},{"description":"Amusement Parks","value":"71311"},{"description":"","value":"7132"},{"description":"Coin-Operated Amusement Devices (slot machine","value":"71329"},{"description":"","value":"7139"},{"description":"Membership Sports and Recreation Clubs (golf clubs","value":"71391"},{"description":"Marinas","value":"71393"},{"description":"Membership Sports and Recreation Clubs (recreation","value":"71394"},{"description":"Bowling Centers","value":"71395"},{"description":"Amusement and Recreation Services, NEC (except amu","value":"71399"},{"description":"Amusement and Recreation Services, NEC (except cir","value":"71399"},{"description":"","value":"721"},{"description":"Hotels and Motels (hotels and motels, except casin","value":"72111"},{"description":"Hotels and Motels (casino hotels)","value":"72112"},{"description":"Hotels and Motels (bed and breakfast inns)","value":"721191"},{"description":"","value":"721199"},{"description":"","value":"72121"},{"description":"Sporting and Recreational Camps","value":"721214"},{"description":"Rooming and Boarding Houses","value":"72131"},{"description":"","value":"722"},{"description":"Eating Places (full-service restaurants)","value":"72211"},{"description":"","value":"72221"},{"description":"Eating Places (cafeterias)","value":"722212"},{"description":"Retail Bakeries (snacks)","value":"722213"},{"description":"Transportation Services, NEC (dining car operation","value":"72231"},{"description":"Eating Places (caterers)","value":"72232"},{"description":"","value":"7224"},{"description":"","value":"81"},{"description":"","value":"8111"},{"description":"General Automotive Repair Shops","value":"811111"},{"description":"Automotive Transmission Repair Shops","value":"811113"},{"description":"","value":"81112"},{"description":"Automotive Glass Replacement Shops","value":"811122"},{"description":"","value":"81119"},{"description":"Carwashes","value":"811192"},{"description":"Automotive Services, Except Repair and Carwashes (","value":"811198"},{"description":"","value":"81121"},{"description":"Electrical and Electronic Repair Shops, NEC (other","value":"811211"},{"description":"Computer Maintenance and Repair (except retailing","value":"811212"},{"description":"Repair Shops and Related Services, NEC (typewriter","value":"811212"},{"description":"Electrical and Electronic Repair Shops, NEC (telep","value":"811213"},{"description":"Repair Shops and Related Services, NEC (dental ins","value":"811219"},{"description":"Welding Repair","value":"81131"},{"description":"Repair Shops and Related Services, NEC (other non-","value":"81131"},{"description":"","value":"8114"},{"description":"Repair Shops and Related Services, NEC (lawnmower","value":"811411"},{"description":"Electrical and Electronic Repair Shops, NEC (appli","value":"811412"},{"description":"Reupholstery and Furniture Repair (except antique","value":"81142"},{"description":"Repair Shops and Related Services (leather goods r","value":"81143"},{"description":"Laundry and Garment Services, NEC (alteration and","value":"81149"},{"description":"Repair Shops and Related Services, NEC (except ind","value":"81149"},{"description":"","value":"8121"},{"description":"Barber Shops (except barber colleges)","value":"812111"},{"description":"Beauty Shops (manicure and pedicure salons)","value":"812113"},{"description":"Miscellaneous Personal Services, NEC (diet and wei","value":"812191"},{"description":"","value":"8122"},{"description":"Real Estate Agents and Managers (cemetery manageme","value":"81222"},{"description":"Funeral Services and Crematories (crematories)","value":"81222"},{"description":"Coin-Operated Laundry and Drycleaning","value":"81231"},{"description":"Garment Pressing, and Agents for Laundries and Dry","value":"81232"},{"description":"Business Services, NEC (apparel pressing service f","value":"81232"},{"description":"","value":"81233"},{"description":"Laundry and Garment Services, NEC (diaper service)","value":"812331"},{"description":"","value":"8129"},{"description":"","value":"81292"},{"description":"Photofinishing Laboratories (one-hour)","value":"812922"},{"description":"Miscellaneous Personal Services, NEC (valet parkin","value":"81293"},{"description":"Shoe Repair Shops and Shoeshine Parlors (shoeshine","value":"81299"},{"description":"","value":"813"},{"description":"Religious Organizations","value":"81311"},{"description":"","value":"81321"},{"description":"Social Services, NEC (voluntary health organizatio","value":"813212"},{"description":"","value":"8133"},{"description":"Social Services, NEC (human rights organizations)","value":"813311"},{"description":"Membership Organizations, NEC (humane societies)","value":"813312"},{"description":"","value":"8134"},{"description":"Membership Organizations, NEC (except humane socie","value":"81341"},{"description":"Business Associations","value":"81391"},{"description":"Professional Membership Organizations","value":"81392"},{"description":"Political Organizations","value":"81394"},{"description":"Civic, Social, and Fraternal Organizations (condom","value":"81399"},{"description":"","value":"814"},{"description":"Private Households","value":"81411"},{"description":"Public Administration","value":"92"},{"description":"","value":"9211"},{"description":"Legislative Bodies","value":"92112"},{"description":"Executive and Legislative Office, Combined","value":"92114"},{"description":"General Government, NEC","value":"92119"},{"description":"","value":"9221"},{"description":"Police Protection","value":"92212"},{"description":"Correctional Institutions","value":"92214"},{"description":"Fire Protection","value":"92216"},{"description":"","value":"923"},{"description":"Administration of Educational Programs","value":"92311"},{"description":"Administration of Social, Human Resource and Incom","value":"92313"},{"description":"","value":"924"},{"description":"Air and Water Resource and Solid Waste Management","value":"92411"},{"description":"","value":"925"},{"description":"Administration of Housing Programs","value":"92511"},{"description":"","value":"926"},{"description":"Administration of General Economic Programs","value":"92611"},{"description":"Regulation and Administration of Communications, E","value":"92613"},{"description":"Regulation, Licensing, and Inspection of Miscellan","value":"92615"},{"description":"","value":"9271"},{"description":"","value":"928"},{"description":"National Security","value":"92811"},{"description":"Nonclassifiable establishments","value":"99999"}],"required":false},{"path":"CustRec.CustDetail.PersonName.x_PersonName.AbbName","name":"AbbName","required":false},{"path":"CustRec.CustDetail.Gender","name":"Gender","canonicalInfo":[{"description":"","value":""},{"description":"","value":"Female"},{"description":"","value":"Male"},{"description":"","value":"Other"}],"required":false},{"path":"CustRec.CustDetail.BirthDt","name":"BirthDt","required":false},{"path":"CustRec.CustDetail.EmplName","name":"EmplName","required":false},{"path":"CustRec.CustDetail.OccType","name":"OccType","required":false},{"path":"CustRec.CustDetail.CustOrgDt","name":"CustOrgDt","required":false},{"path":"CustRec.CustDetail.LastMainDt","name":"LastMainDt","required":false},{"path":"CustRec.CustDetail.Deceased","name":"Deceased","required":false},{"path":"CustRec.CustDetail.DeceasedDt","name":"DeceasedDt","required":false},{"path":"CustRec.CustDetail.EmailArray.EmailInfo.EmailAddr","name":"EmailAddr","required":false},{"path":"CustRec.CustDetail.EmailArray.EmailInfo.EmailAddr","name":"EmailAddr","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneNum","name":"PhoneNum","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneType","name":"PhoneType","required":false},{"path":"CustRec.CustDetail.PhoneArray.PhoneInfo.PhoneExt","name":"PhoneExt","required":false},{"path":"CustRec.CustDetail.EmailArray.EmailInfo.EmailType","name":"EmailType","required":false},{"path":"CustRec.CustDetail.EmailArray.EmailInfo.EmailType","name":"EmailType","required":false},{"path":"CustRec.CustDetail.HouseHoldNum","name":"HouseHoldNum","required":false},{"path":"CustRec.CustDetail.HouseHoldName","name":"HouseHoldName","required":false},{"path":"CustRec.CustDetail.SpouseName.ComName","name":"ComName","required":false},{"path":"CustRec.CustId","name":"CustId","required":false},{"path":"CustRec.AccountId.AcctId","name":"AcctId","required":false},{"path":"CustRec.AccountId.AcctType","name":"AcctType","required":false},{"path":"CustRec.NAICSDesc","name":"NAICSDesc","required":false},{"path":"CustRec.CondNotfArray.CondNotfInfo.CondNotf","name":"CondNotf","required":false},{"path":"CustRec.CondNotfArray.CondNotfInfo.CondNotf","name":"CondNotf","required":false},{"path":"CustRec.CondNotfArray.CondNotfInfo.CondNotf","name":"CondNotf","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"CustRec.IntnetFinInstIdArray.IntnetFinInstIdArrayInfo.IntnetFinInstId","name":"IntnetFinInstId","required":false},{"path":"x_TaxDetail.TaxDetail.TINInfo.TINCode","name":"TINCode","required":false},{"path":"x_TaxDetail.TaxDetail.TINInfo.TINDesc","name":"TINDesc","required":false},{"path":"x_TaxDetail.TaxDetail.TINInfo.TaxId","name":"TaxId","required":false},{"path":"x_TaxDetail.TaxDetail.TINInfo.BNotStat","name":"BNotStat","required":false},{"path":"x_TaxDetail.TaxDetail.TINInfo.BNotIRSDt","name":"BNotIRSDt","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.AlienLastW8Dt","name":"AlienLastW8Dt","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.ResCity","name":"ResCity","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.ResStateProv","name":"ResStateProv","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.ResPostalCode","name":"ResPostalCode","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.ResCntryType","name":"ResCntryType","canonicalInfo":[{"description":"","value":""},{"description":"ARUBA","value":"AA"},{"description":"ANTIGUA & BARBUDA","value":"AC"},{"description":"UNITED ARAB EMIRATES","value":"AE"},{"description":"AFGHANISTAN","value":"AF"},{"description":"ALGERIA","value":"AG"},{"description":"AZERBAIJAN","value":"AJ"},{"description":"ALBANIA","value":"AL"},{"description":"ARMENIA","value":"AM"},{"description":"ANDORRA","value":"AN"},{"description":"ANGOLA","value":"AO"},{"description":"AMERICAN SAMOA","value":"AQ"},{"description":"ARGENTINA","value":"AR"},{"description":"AUSTRALIA","value":"AS"},{"description":"ASHMORE & CARTIER IS","value":"AT"},{"description":"AUSTRIA","value":"AU"},{"description":"ANGUILLA","value":"AV"},{"description":"AKROTIRI","value":"AX"},{"description":"ANTARCTICA","value":"AY"},{"description":"BAHRAIN","value":"BA"},{"description":"BARBADOS","value":"BB"},{"description":"BOTSWANA","value":"BC"},{"description":"BERMUDA","value":"BD"},{"description":"BELGIUM","value":"BE"},{"description":"BAHAMAS, THE","value":"BF"},{"description":"BANGLADESH","value":"BG"},{"description":"BELIZE","value":"BH"},{"description":"BOSNIA-HERZEGOVINA","value":"BK"},{"description":"BOLIVIA","value":"BL"},{"description":"BURMA","value":"BM"},{"description":"BENIN","value":"BN"},{"description":"BELARUS","value":"BO"},{"description":"SOLOMON ISLANDS","value":"BP"},{"description":"NAVASSA ISLAND","value":"BQ"},{"description":"BRAZIL","value":"BR"},{"description":"BASSAS DA INDIA","value":"BS"},{"description":"BHUTAN","value":"BT"},{"description":"BULGARIA","value":"BU"},{"description":"BOUVET ISLAND","value":"BV"},{"description":"BRUNEI","value":"BX"},{"description":"BURUNDI","value":"BY"},{"description":"CANADA","value":"CA"},{"description":"CAMBODIA","value":"CB"},{"description":"CHAD","value":"CD"},{"description":"SRI LANKA","value":"CE"},{"description":"CONGO","value":"CF"},{"description":"CONGO (KINSHASA)","value":"CG"},{"description":"CHINA, PEOPLE'S REP","value":"CH"},{"description":"CHILE","value":"CI"},{"description":"CAYMAN ISLANDS","value":"CJ"},{"description":"COCOS (KEELING) ISL.","value":"CK"},{"description":"CAMEROON","value":"CM"},{"description":"COMOROS","value":"CN"},{"description":"COLUMBIA","value":"CO"},{"description":"NO MARIANA ISLANDS","value":"CQ"},{"description":"CORAL SEA ISLANDS","value":"CR"},{"description":"COSTA RICA","value":"CS"},{"description":"CENTRAL AFRICAN REP","value":"CT"},{"description":"CUBA","value":"CU"},{"description":"CAPE VERDE","value":"CV"},{"description":"COOK ISLANDS","value":"CW"},{"description":"CYPRUS","value":"CY"},{"description":"DENMARK","value":"DA"},{"description":"DJIBOUTI","value":"DJ"},{"description":"DOMINICA","value":"DO"},{"description":"JARVIS ISLAND","value":"DQ"},{"description":"DOMINICAN REPUBLIC","value":"DR"},{"description":"DHEKELIA","value":"DX"},{"description":"ECUADOR","value":"EC"},{"description":"EGYPT","value":"EG"},{"description":"IRELAND","value":"EI"},{"description":"EQUATORIAL GUINEA","value":"EK"},{"description":"ESTONIA","value":"EN"},{"description":"ERITREA","value":"ER"},{"description":"EL SALVADOR","value":"ES"},{"description":"ETHIOPIA","value":"ET"},{"description":"EUROPA ISLAND","value":"EU"},{"description":"CZECH REPUBLIC","value":"EZ"},{"description":"FRENCH GUIANA","value":"FG"},{"description":"FINLAND","value":"FI"},{"description":"FIJI","value":"FJ"},{"description":"FALKLAND ISLANDS","value":"FK"},{"description":"MICRONESIA, FED STS","value":"FM"},{"description":"FAROE ISLANDS","value":"FO"},{"description":"FRENCH POLYNESIA","value":"FP"},{"description":"BAKER ISLAND","value":"FQ"},{"description":"FRANCE","value":"FR"},{"description":"FRENCH SO & ANTARCTC","value":"FS"},{"description":"GAMBIA, THE","value":"GA"},{"description":"GABON","value":"GB"},{"description":"GEORGIA","value":"GG"},{"description":"GHANA","value":"GH"},{"description":"GIBRALTAR","value":"GI"},{"description":"GRENADA","value":"GJ"},{"description":"GUERNSEY","value":"GK"},{"description":"GREENLAND","value":"GL"},{"description":"GERMANY","value":"GM"},{"description":"GLORIOSO ISLANDS","value":"GO"},{"description":"GUADELOUPE","value":"GP"},{"description":"GUAM","value":"GQ"},{"description":"GREECE","value":"GR"},{"description":"GUATEMALA","value":"GT"},{"description":"GUINEA","value":"GV"},{"description":"GUYANA","value":"GY"},{"description":"GAZA STRIP","value":"GZ"},{"description":"HAITI","value":"HA"},{"description":"HONG KONG","value":"HK"},{"description":"HEARD & MCDONALD ISL","value":"HM"},{"description":"HONDURAS","value":"HO"},{"description":"HOWLAND ISLAND","value":"HQ"},{"description":"CROATIA","value":"HR"},{"description":"HUNGARY","value":"HU"},{"description":"ICELAND","value":"IC"},{"description":"INDONESIA","value":"ID"},{"description":"ISLE OF MAN","value":"IM"},{"description":"INDIA","value":"IN"},{"description":"OCEAN TERRITORY","value":"IO"},{"description":"CLIPPERTON ISLAND","value":"IP"},{"description":"IRAN","value":"IR"},{"description":"ISRAEL","value":"IS"},{"description":"ITALY","value":"IT"},{"description":"IVORY COAST","value":"IV"},{"description":"IRAQ-SAUDI NEUTRALZN","value":"IY"},{"description":"IRAQ","value":"IZ"},{"description":"JAPAN","value":"JA"},{"description":"JERSEY","value":"JE"},{"description":"JAMAICA","value":"JM"},{"description":"JAN MAYEN","value":"JN"},{"description":"JORDAN","value":"JO"},{"description":"JOHNSTON ATOLL","value":"JQ"},{"description":"JUAN DE NOVA ISLAND","value":"JU"},{"description":"KENYA","value":"KE"},{"description":"KYRGYZSTAN","value":"KG"},{"description":"KOREA, NORTH","value":"KN"},{"description":"KINGMAN REEF","value":"KQ"},{"description":"KIRIBATI","value":"KR"},{"description":"KOREA, SOUTH","value":"KS"},{"description":"CHRISTMAS IS.INDIAN","value":"KT"},{"description":"KUWAIT","value":"KU"},{"description":"KOSOVO","value":"KV"},{"description":"KAZAKHSTAN","value":"KZ"},{"description":"LAOS","value":"LA"},{"description":"LEBANON","value":"LE"},{"description":"LATVIA","value":"LG"},{"description":"LITHUANIA","value":"LH"},{"description":"LIBERIA","value":"LI"},{"description":"SLOVAKIA","value":"LO"},{"description":"PALMYRA ATOLL","value":"LQ"},{"description":"LIECHTENSTEIN","value":"LS"},{"description":"LESOTHO","value":"LT"},{"description":"LUXEMBOURG","value":"LU"},{"description":"LIBYA","value":"LY"},{"description":"MADAGASCAR","value":"MA"},{"description":"MARTINIQUE","value":"MB"},{"description":"MACAU","value":"MC"},{"description":"MOLDOVA","value":"MD"},{"description":"MAYOTTE","value":"MF"},{"description":"MONGOLIA","value":"MG"},{"description":"MONTSERRAT","value":"MH"},{"description":"MALAWI","value":"MI"},{"description":"MONTENEGRO","value":"MJ"},{"description":"MACEDONIA","value":"MK"},{"description":"MALI","value":"ML"},{"description":"MONACO","value":"MN"},{"description":"MOROCCO","value":"MO"},{"description":"MAURITIUS","value":"MP"},{"description":"MIDWAY ISLANDS","value":"MQ"},{"description":"MAURITANIA","value":"MR"},{"description":"MALTA","value":"MT"},{"description":"OMAN","value":"MU"},{"description":"MALDIVES","value":"MV"},{"description":"MONTENEGRO","value":"MW"},{"description":"MEXICO","value":"MX"},{"description":"MALAYSIA","value":"MY"},{"description":"MOZAMBIQUE","value":"MZ"},{"description":"NEW CALEDONIA","value":"NC"},{"description":"NIUE","value":"NE"},{"description":"NORFOLK ISLAND","value":"NF"},{"description":"NIGER","value":"NG"},{"description":"VANUATU","value":"NH"},{"description":"NIGERIA","value":"NI"},{"description":"NETHERLANDS","value":"NL"},{"description":"SINT MAARTEN","value":"NN"},{"description":"NORWAY","value":"NO"},{"description":"NEPAL","value":"NP"},{"description":"NAURU","value":"NR"},{"description":"SURINAME","value":"NS"},{"description":"NETHERLANDS ANTILLES","value":"NT"},{"description":"NICARAGUA","value":"NU"},{"description":"NEW ZEALAND","value":"NZ"},{"description":"OTHER COUNTRY","value":"OC"},{"description":"SOUTH SUDAN","value":"OD"},{"description":"PARAGUAY","value":"PA"},{"description":"PITCAIRN ISLANDS","value":"PC"},{"description":"PERU","value":"PE"},{"description":"PARACEL ISLANDS","value":"PF"},{"description":"SPRATLY ISLANDS","value":"PG"},{"description":"PAKISTAN","value":"PK"},{"description":"POLAND","value":"PL"},{"description":"PANAMA","value":"PM"},{"description":"PORTUGAL","value":"PO"},{"description":"PAPUA NEW GUINEA","value":"PP"},{"description":"PALAU","value":"PS"},{"description":"GUINEA-BISSAU","value":"PU"},{"description":"QATAR","value":"QA"},{"description":"REUNION","value":"RE"},{"description":"SERBIA","value":"RI"},{"description":"MARSHALL ISLANDS","value":"RM"},{"description":"SAINT MARTIN","value":"RN"},{"description":"ROMANIA","value":"RO"},{"description":"PHILIPPINES","value":"RP"},{"description":"PUERTO RICO","value":"RQ"},{"description":"RUSSIA","value":"RS"},{"description":"RWANDA","value":"RW"},{"description":"SAUDI ARABIA","value":"SA"},{"description":"ST PEIRRE & MIQUELON","value":"SB"},{"description":"ST. KITTS & NEVIS","value":"SC"},{"description":"SEYCHELLES","value":"SE"},{"description":"SOUTH AFRICA","value":"SF"},{"description":"SENEGAL","value":"SG"},{"description":"ST. HELENA","value":"SH"},{"description":"SLOVENIA","value":"SI"},{"description":"SIERRA LEONE","value":"SL"},{"description":"SAN MARINO","value":"SM"},{"description":"SINGAPORE","value":"SN"},{"description":"SOMALIA","value":"SO"},{"description":"SPAIN","value":"SP"},{"description":"ST. LUCIA","value":"ST"},{"description":"SUDAN","value":"SU"},{"description":"SVALBARD","value":"SV"},{"description":"SWEDEN","value":"SW"},{"description":"SO GEO&SANDWICH ISL","value":"SX"},{"description":"SYRIA","value":"SY"},{"description":"SWITZERLAND","value":"SZ"},{"description":"SAINT BARTHELEMY","value":"TB"},{"description":"UNITED ARAB EMIRATES","value":"TC"},{"description":"TRINIDAD & TOBAGO","value":"TD"},{"description":"TROMELIN ISLAND","value":"TE"},{"description":"THAILAND","value":"TH"},{"description":"TAJIKISTAN","value":"TI"},{"description":"TURKS&CAICOS ISLANDS","value":"TK"},{"description":"TOKELAU","value":"TL"},{"description":"TONGA","value":"TN"},{"description":"TOGO","value":"TO"},{"description":"SAO TOME & PRINCIPE","value":"TP"},{"description":"TUNISIA","value":"TS"},{"description":"EAST TIMOR","value":"TT"},{"description":"TURKEY","value":"TU"},{"description":"TUVALU","value":"TV"},{"description":"TAIWAN","value":"TW"},{"description":"TURKMENISTAN","value":"TX"},{"description":"TANZANIA, UN REP OF","value":"TZ"},{"description":"CURACAO","value":"UC"},{"description":"UGANDA","value":"UG"},{"description":"NORTHERN IRELAND","value":"UK"},{"description":"UKRAINE","value":"UP"},{"description":"BURKINA FASO","value":"UV"},{"description":"URUGUAY","value":"UY"},{"description":"UZBEKISTAN","value":"UZ"},{"description":"ST VINCENT&GRENADINS","value":"VC"},{"description":"VENEZUELA","value":"VE"},{"description":"VIRGIN ISLANDS(BRIT)","value":"VI"},{"description":"VIETNAM","value":"VM"},{"description":"VIRGIN ISLANDS (US)","value":"VQ"},{"description":"VATICAN CITY","value":"VT"},{"description":"NAMIBIA","value":"WA"},{"description":"WEST BANK","value":"WE"},{"description":"WALLIS & FUTUNA","value":"WF"},{"description":"WESTERN SAHARA","value":"WI"},{"description":"WAKE ISLAND","value":"WQ"},{"description":"WESTERN SAMOA","value":"WS"},{"description":"SWAZILAND","value":"WZ"},{"description":"YEMEN","value":"YM"},{"description":"ZAMBIA","value":"ZA"},{"description":"ZIMBABWE","value":"ZI"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.IRSExmpCode","name":"IRSExmpCode","canonicalInfo":[{"description":"","value":""},{"description":"Income connected with U.S. trade/busines","value":"1"},{"description":"Exempt under IRC","value":"2"},{"description":"Income is non-U.S. sourced","value":"3"},{"description":"Exempt under tax treaty","value":"4"},{"description":"Porfolio intererest exemption","value":"5"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.IRSExmpDesc","name":"IRSExmpDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.IRSRecipCode","name":"IRSRecipCode","canonicalInfo":[{"description":"","value":""},{"description":"U.S. branch-treated as U.S. Person","value":"5"},{"description":"U.S. branch-not treated as U.S. Person","value":"6"},{"description":"U.S. branch-ECI presumption applied","value":"7"},{"description":"Private Foundation","value":"8"},{"description":"Artist or Athlete","value":"9"},{"description":"Fiduciary (estate)","value":"10"},{"description":"Fiduciary (other)","value":"11"},{"description":"Qualified Securities Lender - QI","value":"13"},{"description":"Qualified Securities Lender - Other","value":"14"},{"description":"Corporation","value":"15"},{"description":"Individual","value":"16"},{"description":"Estate","value":"17"},{"description":"Private Foundation","value":"18"},{"description":"International Organization","value":"19"},{"description":"Tax Exempt Organization (Section 501(c))","value":"20"},{"description":"Unknown Recipient","value":"21"},{"description":"Artist or Athlete","value":"22"},{"description":"Pension","value":"23"},{"description":"Foreign Central Bank of Issue","value":"24"},{"description":"Nonqualifed Intermediary","value":"25"},{"description":"Hybrid entity making Treaty Claim","value":"26"},{"description":"W/H Rate pool - General","value":"27"},{"description":"W/H Rate pool - Exempt Organization","value":"28"},{"description":"PAI WH Rate Pool - General","value":"29"},{"description":"PAI WH Rate Pool - Exempt Organization","value":"30"},{"description":"Agency WH Rate Pool - General","value":"31"},{"description":"Agency WH Rate Pool -Exempt Organization","value":"32"},{"description":"Qualified Derivatives Dealer","value":"35"},{"description":"Foreign Government - Integral Part","value":"36"},{"description":"Foreign Government - Controlled Entity","value":"37"},{"description":"Publicly Traded Partnership","value":"38"},{"description":"Disclosing Qualified Intermediary","value":"39"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.IRSRecipDesc","name":"IRSRecipDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.AlienTypeCode","name":"AlienTypeCode","required":false},{"path":"x_BusDetail.BusDetail.BrCode","name":"BrCode","canonicalInfo":[{"description":"Monett Branch","value":"1"},{"description":"Springfield Branch","value":"2"},{"description":"Birmingham Branch","value":"3"},{"description":"San Diego Branch","value":"4"},{"description":"Centennial Branch","value":"5"},{"description":"Alpharetta Branch","value":"6"},{"description":"Lenexa Branch","value":"7"},{"description":"Elizabethtown Branch","value":"8"},{"description":"Mendota Heights Branch","value":"9"},{"description":"Omaha Branch","value":"10"},{"description":"Lyndhurst Branch","value":"11"},{"description":"Online Branch","value":"12"}],"required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"x_BusDetail.BusDetail.InsiderCode","name":"InsiderCode","canonicalInfo":[{"description":"","value":""},{"description":"ADVISORY DIRECTOR NO VOTING RI","value":"A"},{"description":"CHAIRMAN OF BOARD REG O","value":"C"},{"description":"DIRECTOR","value":"D"},{"description":"EMPLOYEE","value":"E"},{"description":"OFFICER","value":"O"},{"description":"RELATED INTEREST","value":"R"},{"description":"SHAREHOLDER","value":"S"},{"description":"SPOUSE OF PRINCPAL SH","value":"T"},{"description":"PROFESSIONAL SERVICE PROVIDER","value":"W"},{"description":"EXECUTIVE OFFICER","value":"X"},{"description":"EMPLOYEE OF OTHER BANK","value":"Y"},{"description":"OFFICER OF OTHER FIN INST","value":"Z"},{"description":"DIRECTOR","value":"1"}],"required":false},{"path":"x_BusDetail.BusDetail.CustImporCode","name":"CustImporCode","required":false},{"path":"x_BusDetail.BusDetail.NetWorth","name":"NetWorth","required":false},{"path":"x_BusDetail.BusDetail.MailDirCode","name":"MailDirCode","canonicalInfo":[{"description":"","value":""},{"description":" *** DO NOT MAIL ***","value":" 2"},{"description":"ATTN: BOOKKEEPING DEPT","value":" 3"},{"description":"ATTN: LOAN SERVICING DEPT","value":" 4"},{"description":"ATTN: DATA PROCESSING DEPT","value":" 5"},{"description":"SKIPPED LEFT NO NEW ADDRESS","value":" 6"},{"description":"UNDELIVERABLE","value":" 7"},{"description":"ROUTE TO ED","value":" 8"},{"description":"FORWARD TO COLLECTIONS","value":" 9"}],"required":false},{"path":"x_BusDetail.BusDetail.LastFinStmtDt","name":"LastFinStmtDt","required":false},{"path":"x_BusDetail.BusDetail.FinStmtExpDt","name":"FinStmtExpDt","required":false},{"path":"x_BusDetail.BusDetail.SalesPerson","name":"SalesPerson","required":false},{"path":"x_BusDetail.BusDetail.BnkRptcyInfoRec.BnkRptcyFileCode","name":"BnkRptcyFileCode","required":false},{"path":"x_BusDetail.BusDetail.BnkRptcyInfoRec.BnkRptcyChapCode","name":"BnkRptcyChapCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"x_BusDetail.BusDetail.BnkRptcyInfoRec.BnkRptcyDt","name":"BnkRptcyDt","required":false},{"path":"x_BusDetail.BusDetail.BnkRptcyInfoRec.BnkRptcyCaseId","name":"BnkRptcyCaseId","required":false},{"path":"x_BusDetail.BusDetail.BnkRptcyInfoRec.BnkRptcyDisChgDt","name":"BnkRptcyDisChgDt","required":false},{"path":"x_BusDetail.BusDetail.OffInfoArray.OffInfoRec.OffCode","name":"OffCode","canonicalInfo":[{"description":"","value":""},{"description":"AMY ALDRICH","value":"AA"},{"description":"AMY COSSEY","value":"AC"},{"description":"AARON MCGRATH","value":"AH"},{"description":"ALLEN MILES","value":"AM"},{"description":"AL SUOSSO","value":"AS"},{"description":"ALVINA VANVELDHUIZEN","value":"AV"},{"description":"BANNO","value":"BA"},{"description":"BECKY BAKER","value":"BB"},{"description":"BEAU DIAL","value":"BD"},{"description":"BECKY DERSTINE","value":"BE"},{"description":"BRENDA HOLAS","value":"BH"},{"description":"BARBARA KEMPF","value":"BK"},{"description":"BUDDY LEE","value":"BL"},{"description":"BILL NICHOLSON","value":"BN"},{"description":"BECKY PELLHAM","value":"BP"},{"description":"BLAKE RAY","value":"BR"},{"description":"BENJAMIN TUMMONS","value":"BT"},{"description":"BETH USSERY","value":"BU"},{"description":"BRYAN WRIGHT","value":"BW"},{"description":"CHARLES WALLACE","value":"CA"},{"description":"CAROL MITTAG","value":"CAM"},{"description":"CONRAD HAMILTON","value":"CH"},{"description":"CHRIS MEDLIN","value":"CM"},{"description":"CARMEN POOLE","value":"CP"},{"description":"CAROLYN SMITH","value":"CS"},{"description":"CLIFF THOMAS","value":"CT"},{"description":"CATHY TAYLOR","value":"CTR"},{"description":"CHERYL WONDRASCH","value":"CW"},{"description":"CHRISTA MOELLER","value":"CX"},{"description":"CASEY ALEXANDER","value":"CY"},{"description":"CORBIN SPERRY","value":"CZ"},{"description":"DALE BATKO","value":"DA"},{"description":"DARREN BROWN","value":"DAB"},{"description":"DOUG BAUCOM","value":"DB"},{"description":"DAN GEFFRE","value":"DG6"},{"description":"DARRELL DAHLE-MELSAETHER","value":"DM"},{"description":"DEBBIE NEAL","value":"DN"},{"description":"DAN REECE","value":"DR"},{"description":"DON SMITH","value":"DS"},{"description":"DONNA WALSH","value":"DW"},{"description":"ELIZABETH GRISSOM","value":"EG"},{"description":"EMORY MOSIER","value":"EM"},{"description":"ERIC SZEWCZYK","value":"ES"},{"description":"FRITZ HOEFT","value":"FH"},{"description":"FELICIA HOSKINS","value":"FO"},{"description":"GRETCHEN KAUFMAN","value":"GK"},{"description":"GRACE MYHRE","value":"GM"},{"description":"GERMAINE RUSNC","value":"GR"},{"description":"HALEY ALLEN","value":"HA"},{"description":"HEATHER LOGAN","value":"HL"},{"description":"HEATHER LOGAN","value":"HM"},{"description":"HALEY SPERRY","value":"HS"},{"description":"IRENE KOPPANG","value":"IK"},{"description":"IRENE LAFLEX","value":"IL"},{"description":"INGRID LARSON","value":"IN"},{"description":"JOSH BRASWELL","value":"JA"},{"description":"JACOB BARNES","value":"JB"},{"description":"JEANETTE BERTUCCI","value":"JB6"},{"description":"JENNIFER COLWELL","value":"JC"},{"description":"JARED SEBASTIAN","value":"JD"},{"description":"JASON WEAVER","value":"JE"},{"description":"JERI HOMLER","value":"JER"},{"description":"JOHN GROVES","value":"JG"},{"description":"JARVAE HALL","value":"JH"},{"description":"JACK HENRY","value":"JHA"},{"description":"JOSHUA JORDAN","value":"JJ"},{"description":"JENNIFER KESLER","value":"JK"},{"description":"JASON LIMBAUGH","value":"JL"},{"description":"JANIS MANES","value":"JM"},{"description":"JEREMY NEWLAND","value":"JN"},{"description":"JONI WEATHERLY","value":"JO"},{"description":"JENNIFER PRIER","value":"JP"},{"description":"JOHN WALKER","value":"JR"},{"description":"JEANNE STRUTZ","value":"JS"},{"description":"JAMES TROUB","value":"JT"},{"description":"JACKIE LEWIS","value":"JV"},{"description":"JEFF WINN","value":"JW"},{"description":"JACK CIVILIKAS","value":"JX"},{"description":"JOHN STEINMAN","value":"JZ"},{"description":"KATHY ALLEN","value":"KA"},{"description":"KATHY BUCKINGHAM","value":"KAB"},{"description":"KIM BRANDT","value":"KB"},{"description":"KATE BARON","value":"KE"},{"description":"KRISTEN FALIES","value":"KF"},{"description":"KRISTEN KAISLER","value":"KK"},{"description":"KARAH LAFFERTY","value":"KL"},{"description":"KEVIN LIPSKI","value":"KN"},{"description":"KRISTEN REYNOLDS","value":"KR"},{"description":"LISA ALLING","value":"LA"},{"description":"LEROY BANKS","value":"LB"},{"description":"LAURA GOFORTH","value":"LG"},{"description":"LORI HYMER","value":"LH"},{"description":"LINLEY SIRACUSA","value":"LS"},{"description":"LARRY WEAS","value":"LW"},{"description":"MARILYN BRYAN","value":"MB"},{"description":"MELISA CRASS","value":"MC"},{"description":"MIKE SHANKLE","value":"ME"},{"description":"MARGIE FENSKE","value":"MF"},{"description":"MARSHA GLIESSNER","value":"MG"},{"description":"MARK JACQUES","value":"MJ"},{"description":"MARK SANDERS","value":"MK"},{"description":"MELANIE LENOX","value":"ML"},{"description":"MELISSA MILLER","value":"MM"},{"description":"MELODIE STOCKTON","value":"MN"},{"description":"MOLLY STEWART","value":"MS"},{"description":"OFFICER FOR PLACING MESSAGES","value":"MSG"},{"description":"MICHEAL YOUNG","value":"MY"},{"description":"MARY CARKEET","value":"MZ"},{"description":"MONETT J7 A","value":"M01"},{"description":"MONETT J7 A","value":"M02"},{"description":"MONETT J7 A","value":"M03"},{"description":"MONETT J7 A","value":"M04"},{"description":"MONETT J7 A","value":"M05"},{"description":"MONETT J7 A","value":"M06"},{"description":"MONETT J7 A","value":"M07"},{"description":"MONETT J7 A","value":"M08"},{"description":"MONETT J7 A","value":"M09"},{"description":"MONETT J7 A","value":"M10"},{"description":"MONETT J7 A","value":"M11"},{"description":"MONETT J7 A","value":"M12"},{"description":"MONETT J7 A","value":"M13"},{"description":"MONETT J7 A","value":"M14"},{"description":"MONETT J7 A","value":"M15"},{"description":"MONETT J7 A","value":"M16"},{"description":"MONETT J7 A","value":"M17"},{"description":"MONETT J7 A","value":"M18"},{"description":"MONETT J7 A","value":"M19"},{"description":"MONETT J7 A","value":"M20"},{"description":"MONETT J7 A","value":"M21"},{"description":"MONETT J7 A","value":"M22"},{"description":"MONETT J7 A","value":"M23"},{"description":"MONETT J7 A","value":"M24"},{"description":"MONETT J7 B","value":"M25"},{"description":"MONETT J7 B","value":"M26"},{"description":"MONETT J7 B","value":"M27"},{"description":"MONETT J7 B","value":"M28"},{"description":"MONETT J7 B","value":"M29"},{"description":"MAX BLALOCK III","value":"M3"},{"description":"MONETT J7 B","value":"M30"},{"description":"MONETT J7 B","value":"M31"},{"description":"MONETT J7 B","value":"M32"},{"description":"MONETT J7 B","value":"M33"},{"description":"MONETT J7 B","value":"M34"},{"description":"MONETT J7 B","value":"M35"},{"description":"MONETT J7 B","value":"M36"},{"description":"MONETT J7 C","value":"M37"},{"description":"MONETT J7 C","value":"M38"},{"description":"MONETT J7 C","value":"M39"},{"description":"MONETT J7 C","value":"M40"},{"description":"MONETT J7 C","value":"M41"},{"description":"MONETT J7 C","value":"M42"},{"description":"MONETT J7 C","value":"M43"},{"description":"MONETT J7 C","value":"M44"},{"description":"MONETT J7 C","value":"M45"},{"description":"MONETT J7 C","value":"M46"},{"description":"MONETT J7 C","value":"M47"},{"description":"MONETT J7 C","value":"M48"},{"description":"MONETT J7 C","value":"M49"},{"description":"MONETT J7 C","value":"M50"},{"description":"MONETT J7 C","value":"M51"},{"description":"MONETT J7 C","value":"M52"},{"description":"MONETT J7 C","value":"M53"},{"description":"MONETT J7 C","value":"M54"},{"description":"MONETT J7 C","value":"M55"},{"description":"MONETT J7 C","value":"M56"},{"description":"MONETT J7 C","value":"M57"},{"description":"MONETT J7 C","value":"M58"},{"description":"MONETT J7 C","value":"M59"},{"description":"MONETT J7 C","value":"M60"},{"description":"MONETT J7 E","value":"M61"},{"description":"MONETT J7 E","value":"M62"},{"description":"MONETT J7 E","value":"M63"},{"description":"MONETT J7 E","value":"M64"},{"description":"MONETT J7 E","value":"M65"},{"description":"MONETT J7 E","value":"M66"},{"description":"MONETT J7 E","value":"M67"},{"description":"MONETT J7 E","value":"M68"},{"description":"MONETT J7 E","value":"M69"},{"description":"MONETT J7 E","value":"M70"},{"description":"MONETT J7 E","value":"M71"},{"description":"MONETT J7 E","value":"M72"},{"description":"MONETT J7 E","value":"M73"},{"description":"MONETT J7 E","value":"M74"},{"description":"MONETT J7 E","value":"M75"},{"description":"MONETT J7 E","value":"M76"},{"description":"MONETT J7 E","value":"M77"},{"description":"MONETT J7 E","value":"M78"},{"description":"MONETT J7 E","value":"M79"},{"description":"MONETT J7 E","value":"M80"},{"description":"MONETT J7 E","value":"M81"},{"description":"MONETT J7 E","value":"M82"},{"description":"MONETT J7 E","value":"M83"},{"description":"MONETT J7 E","value":"M84"},{"description":"NIKKI MCRAY","value":"NM"},{"description":"PATRICIA DOMINGUEZ","value":"PAD"},{"description":"PATRICK KOSTER","value":"PK"},{"description":"PATRICIA WIDLUND","value":"PW"},{"description":"REBECCA SIBLE","value":"RA"},{"description":"RYAN BROWN","value":"RB5"},{"description":"RICHIE DODGEN","value":"RD"},{"description":"RENEE DEANE","value":"RE"},{"description":"REGGIE HARRIS","value":"RGH"},{"description":"RON HARMAN","value":"RH"},{"description":"RICKY J MILLER","value":"RJM"},{"description":"R J WITT","value":"RJW"},{"description":"RAY KLINE","value":"RK5"},{"description":"RODNEY MIDDLETON","value":"RM5"},{"description":"ROBERT ONEAL","value":"RO"},{"description":"RENDY SMITH","value":"RS"},{"description":"REED ZUEHLKE","value":"RZ8"},{"description":"SHARON ATCHER","value":"SA"},{"description":"STACY BISHOP","value":"SB"},{"description":"STEPHANIE CAREY","value":"SC"},{"description":"SARAH DELUCIA","value":"SD"},{"description":"SUSAN GRIPKA","value":"SG"},{"description":"SARAH DYESS","value":"SH"},{"description":"STACY LECLAIR","value":"SJL"},{"description":"STEVE BROCK","value":"SK"},{"description":"SONYA KNUDTSON","value":"SK1"},{"description":"SYLVIA LITTLE","value":"SL"},{"description":"SHARON MCCLUSKEY","value":"SM"},{"description":"STEPHEN ANDERSON","value":"SN"},{"description":"SONYA KNUDTSON","value":"SO"},{"description":"STACY PERIMAN","value":"SP"},{"description":"SANDRA BOOKER","value":"SR"},{"description":"SHANNON STREET","value":"SS"},{"description":"STEVE SHERMAN","value":"ST"},{"description":"SHELBA MURPHY","value":"SU"},{"description":"SPENCER PREVALL","value":"SV"},{"description":"SHANNON SIMS","value":"SX"},{"description":"SANDY BROWNING","value":"SY"},{"description":"SCOTT GLEASON","value":"SZ"},{"description":"SPRINGFIELD S1 A","value":"S01"},{"description":"SPRINGFIELD S1 A","value":"S02"},{"description":"SPRINGFIELD S1 A","value":"S03"},{"description":"SPRINGFIELD S1 A","value":"S04"},{"description":"SPRINGFIELD S1 A","value":"S05"},{"description":"SPRINGFIELD S1 A","value":"S06"},{"description":"SPRINGFIELD S1 A","value":"S07"},{"description":"SPRINGFIELD S1 A","value":"S08"},{"description":"SPRINGFIELD S1 A","value":"S09"},{"description":"SPRINGFIELD S1 A","value":"S10"},{"description":"SPRINGFIELD S1 A","value":"S11"},{"description":"SPRINGFIELD S1 A","value":"S12"},{"description":"SPRINGFIELD S1 B","value":"S13"},{"description":"SPRINGFIELD S1 B","value":"S14"},{"description":"SPRINGFIELD S1 B","value":"S15"},{"description":"SPRINGFIELD S1 B","value":"S16"},{"description":"SPRINGFIELD S1 B","value":"S17"},{"description":"SPRINGFIELD S1 B","value":"S18"},{"description":"SPRINGFIELD S1 B","value":"S19"},{"description":"SPRINGFIELD S1 B","value":"S20"},{"description":"SPRINGFIELD S1 B","value":"S21"},{"description":"SPRINGFIELD S1 B","value":"S22"},{"description":"SPRINGFIELD S1 B","value":"S23"},{"description":"SPRINGFIELD S1 B","value":"S24"},{"description":"TERRI BARNGROVER","value":"TA"},{"description":"TAMMY BANGS","value":"TB"},{"description":"TRACEY LEASE","value":"TE"},{"description":"TODD LYLE","value":"TL"},{"description":"TAMMY LANDOLL","value":"TO"},{"description":"TAMMY PERRY","value":"TP"},{"description":"TRICIA SMITH","value":"TS"},{"description":"TOSHA SHANKS","value":"TS1"},{"description":"TRACIE WEIR","value":"TW"},{"description":"VICKY DUDLEY","value":"VD"},{"description":"VICTOR SIMONETTI","value":"VI"},{"description":"VINCE RACCA","value":"VR"},{"description":"VINCE SPAVALE","value":"VS"}],"required":false},{"path":"x_BusDetail.BusDetail.OffInfoArray.OffInfoRec.OffCode","name":"OffCode","canonicalInfo":[{"description":"","value":""},{"description":"AMY ALDRICH","value":"AA"},{"description":"AMY COSSEY","value":"AC"},{"description":"AARON MCGRATH","value":"AH"},{"description":"ALLEN MILES","value":"AM"},{"description":"AL SUOSSO","value":"AS"},{"description":"ALVINA VANVELDHUIZEN","value":"AV"},{"description":"BANNO","value":"BA"},{"description":"BECKY BAKER","value":"BB"},{"description":"BEAU DIAL","value":"BD"},{"description":"BECKY DERSTINE","value":"BE"},{"description":"BRENDA HOLAS","value":"BH"},{"description":"BARBARA KEMPF","value":"BK"},{"description":"BUDDY LEE","value":"BL"},{"description":"BILL NICHOLSON","value":"BN"},{"description":"BECKY PELLHAM","value":"BP"},{"description":"BLAKE RAY","value":"BR"},{"description":"BENJAMIN TUMMONS","value":"BT"},{"description":"BETH USSERY","value":"BU"},{"description":"BRYAN WRIGHT","value":"BW"},{"description":"CHARLES WALLACE","value":"CA"},{"description":"CAROL MITTAG","value":"CAM"},{"description":"CONRAD HAMILTON","value":"CH"},{"description":"CHRIS MEDLIN","value":"CM"},{"description":"CARMEN POOLE","value":"CP"},{"description":"CAROLYN SMITH","value":"CS"},{"description":"CLIFF THOMAS","value":"CT"},{"description":"CATHY TAYLOR","value":"CTR"},{"description":"CHERYL WONDRASCH","value":"CW"},{"description":"CHRISTA MOELLER","value":"CX"},{"description":"CASEY ALEXANDER","value":"CY"},{"description":"CORBIN SPERRY","value":"CZ"},{"description":"DALE BATKO","value":"DA"},{"description":"DARREN BROWN","value":"DAB"},{"description":"DOUG BAUCOM","value":"DB"},{"description":"DAN GEFFRE","value":"DG6"},{"description":"DARRELL DAHLE-MELSAETHER","value":"DM"},{"description":"DEBBIE NEAL","value":"DN"},{"description":"DAN REECE","value":"DR"},{"description":"DON SMITH","value":"DS"},{"description":"DONNA WALSH","value":"DW"},{"description":"ELIZABETH GRISSOM","value":"EG"},{"description":"EMORY MOSIER","value":"EM"},{"description":"ERIC SZEWCZYK","value":"ES"},{"description":"FRITZ HOEFT","value":"FH"},{"description":"FELICIA HOSKINS","value":"FO"},{"description":"GRETCHEN KAUFMAN","value":"GK"},{"description":"GRACE MYHRE","value":"GM"},{"description":"GERMAINE RUSNC","value":"GR"},{"description":"HALEY ALLEN","value":"HA"},{"description":"HEATHER LOGAN","value":"HL"},{"description":"HEATHER LOGAN","value":"HM"},{"description":"HALEY SPERRY","value":"HS"},{"description":"IRENE KOPPANG","value":"IK"},{"description":"IRENE LAFLEX","value":"IL"},{"description":"INGRID LARSON","value":"IN"},{"description":"JOSH BRASWELL","value":"JA"},{"description":"JACOB BARNES","value":"JB"},{"description":"JEANETTE BERTUCCI","value":"JB6"},{"description":"JENNIFER COLWELL","value":"JC"},{"description":"JARED SEBASTIAN","value":"JD"},{"description":"JASON WEAVER","value":"JE"},{"description":"JERI HOMLER","value":"JER"},{"description":"JOHN GROVES","value":"JG"},{"description":"JARVAE HALL","value":"JH"},{"description":"JACK HENRY","value":"JHA"},{"description":"JOSHUA JORDAN","value":"JJ"},{"description":"JENNIFER KESLER","value":"JK"},{"description":"JASON LIMBAUGH","value":"JL"},{"description":"JANIS MANES","value":"JM"},{"description":"JEREMY NEWLAND","value":"JN"},{"description":"JONI WEATHERLY","value":"JO"},{"description":"JENNIFER PRIER","value":"JP"},{"description":"JOHN WALKER","value":"JR"},{"description":"JEANNE STRUTZ","value":"JS"},{"description":"JAMES TROUB","value":"JT"},{"description":"JACKIE LEWIS","value":"JV"},{"description":"JEFF WINN","value":"JW"},{"description":"JACK CIVILIKAS","value":"JX"},{"description":"JOHN STEINMAN","value":"JZ"},{"description":"KATHY ALLEN","value":"KA"},{"description":"KATHY BUCKINGHAM","value":"KAB"},{"description":"KIM BRANDT","value":"KB"},{"description":"KATE BARON","value":"KE"},{"description":"KRISTEN FALIES","value":"KF"},{"description":"KRISTEN KAISLER","value":"KK"},{"description":"KARAH LAFFERTY","value":"KL"},{"description":"KEVIN LIPSKI","value":"KN"},{"description":"KRISTEN REYNOLDS","value":"KR"},{"description":"LISA ALLING","value":"LA"},{"description":"LEROY BANKS","value":"LB"},{"description":"LAURA GOFORTH","value":"LG"},{"description":"LORI HYMER","value":"LH"},{"description":"LINLEY SIRACUSA","value":"LS"},{"description":"LARRY WEAS","value":"LW"},{"description":"MARILYN BRYAN","value":"MB"},{"description":"MELISA CRASS","value":"MC"},{"description":"MIKE SHANKLE","value":"ME"},{"description":"MARGIE FENSKE","value":"MF"},{"description":"MARSHA GLIESSNER","value":"MG"},{"description":"MARK JACQUES","value":"MJ"},{"description":"MARK SANDERS","value":"MK"},{"description":"MELANIE LENOX","value":"ML"},{"description":"MELISSA MILLER","value":"MM"},{"description":"MELODIE STOCKTON","value":"MN"},{"description":"MOLLY STEWART","value":"MS"},{"description":"OFFICER FOR PLACING MESSAGES","value":"MSG"},{"description":"MICHEAL YOUNG","value":"MY"},{"description":"MARY CARKEET","value":"MZ"},{"description":"MONETT J7 A","value":"M01"},{"description":"MONETT J7 A","value":"M02"},{"description":"MONETT J7 A","value":"M03"},{"description":"MONETT J7 A","value":"M04"},{"description":"MONETT J7 A","value":"M05"},{"description":"MONETT J7 A","value":"M06"},{"description":"MONETT J7 A","value":"M07"},{"description":"MONETT J7 A","value":"M08"},{"description":"MONETT J7 A","value":"M09"},{"description":"MONETT J7 A","value":"M10"},{"description":"MONETT J7 A","value":"M11"},{"description":"MONETT J7 A","value":"M12"},{"description":"MONETT J7 A","value":"M13"},{"description":"MONETT J7 A","value":"M14"},{"description":"MONETT J7 A","value":"M15"},{"description":"MONETT J7 A","value":"M16"},{"description":"MONETT J7 A","value":"M17"},{"description":"MONETT J7 A","value":"M18"},{"description":"MONETT J7 A","value":"M19"},{"description":"MONETT J7 A","value":"M20"},{"description":"MONETT J7 A","value":"M21"},{"description":"MONETT J7 A","value":"M22"},{"description":"MONETT J7 A","value":"M23"},{"description":"MONETT J7 A","value":"M24"},{"description":"MONETT J7 B","value":"M25"},{"description":"MONETT J7 B","value":"M26"},{"description":"MONETT J7 B","value":"M27"},{"description":"MONETT J7 B","value":"M28"},{"description":"MONETT J7 B","value":"M29"},{"description":"MAX BLALOCK III","value":"M3"},{"description":"MONETT J7 B","value":"M30"},{"description":"MONETT J7 B","value":"M31"},{"description":"MONETT J7 B","value":"M32"},{"description":"MONETT J7 B","value":"M33"},{"description":"MONETT J7 B","value":"M34"},{"description":"MONETT J7 B","value":"M35"},{"description":"MONETT J7 B","value":"M36"},{"description":"MONETT J7 C","value":"M37"},{"description":"MONETT J7 C","value":"M38"},{"description":"MONETT J7 C","value":"M39"},{"description":"MONETT J7 C","value":"M40"},{"description":"MONETT J7 C","value":"M41"},{"description":"MONETT J7 C","value":"M42"},{"description":"MONETT J7 C","value":"M43"},{"description":"MONETT J7 C","value":"M44"},{"description":"MONETT J7 C","value":"M45"},{"description":"MONETT J7 C","value":"M46"},{"description":"MONETT J7 C","value":"M47"},{"description":"MONETT J7 C","value":"M48"},{"description":"MONETT J7 C","value":"M49"},{"description":"MONETT J7 C","value":"M50"},{"description":"MONETT J7 C","value":"M51"},{"description":"MONETT J7 C","value":"M52"},{"description":"MONETT J7 C","value":"M53"},{"description":"MONETT J7 C","value":"M54"},{"description":"MONETT J7 C","value":"M55"},{"description":"MONETT J7 C","value":"M56"},{"description":"MONETT J7 C","value":"M57"},{"description":"MONETT J7 C","value":"M58"},{"description":"MONETT J7 C","value":"M59"},{"description":"MONETT J7 C","value":"M60"},{"description":"MONETT J7 E","value":"M61"},{"description":"MONETT J7 E","value":"M62"},{"description":"MONETT J7 E","value":"M63"},{"description":"MONETT J7 E","value":"M64"},{"description":"MONETT J7 E","value":"M65"},{"description":"MONETT J7 E","value":"M66"},{"description":"MONETT J7 E","value":"M67"},{"description":"MONETT J7 E","value":"M68"},{"description":"MONETT J7 E","value":"M69"},{"description":"MONETT J7 E","value":"M70"},{"description":"MONETT J7 E","value":"M71"},{"description":"MONETT J7 E","value":"M72"},{"description":"MONETT J7 E","value":"M73"},{"description":"MONETT J7 E","value":"M74"},{"description":"MONETT J7 E","value":"M75"},{"description":"MONETT J7 E","value":"M76"},{"description":"MONETT J7 E","value":"M77"},{"description":"MONETT J7 E","value":"M78"},{"description":"MONETT J7 E","value":"M79"},{"description":"MONETT J7 E","value":"M80"},{"description":"MONETT J7 E","value":"M81"},{"description":"MONETT J7 E","value":"M82"},{"description":"MONETT J7 E","value":"M83"},{"description":"MONETT J7 E","value":"M84"},{"description":"NIKKI MCRAY","value":"NM"},{"description":"PATRICIA DOMINGUEZ","value":"PAD"},{"description":"PATRICK KOSTER","value":"PK"},{"description":"PATRICIA WIDLUND","value":"PW"},{"description":"REBECCA SIBLE","value":"RA"},{"description":"RYAN BROWN","value":"RB5"},{"description":"RICHIE DODGEN","value":"RD"},{"description":"RENEE DEANE","value":"RE"},{"description":"REGGIE HARRIS","value":"RGH"},{"description":"RON HARMAN","value":"RH"},{"description":"RICKY J MILLER","value":"RJM"},{"description":"R J WITT","value":"RJW"},{"description":"RAY KLINE","value":"RK5"},{"description":"RODNEY MIDDLETON","value":"RM5"},{"description":"ROBERT ONEAL","value":"RO"},{"description":"RENDY SMITH","value":"RS"},{"description":"REED ZUEHLKE","value":"RZ8"},{"description":"SHARON ATCHER","value":"SA"},{"description":"STACY BISHOP","value":"SB"},{"description":"STEPHANIE CAREY","value":"SC"},{"description":"SARAH DELUCIA","value":"SD"},{"description":"SUSAN GRIPKA","value":"SG"},{"description":"SARAH DYESS","value":"SH"},{"description":"STACY LECLAIR","value":"SJL"},{"description":"STEVE BROCK","value":"SK"},{"description":"SONYA KNUDTSON","value":"SK1"},{"description":"SYLVIA LITTLE","value":"SL"},{"description":"SHARON MCCLUSKEY","value":"SM"},{"description":"STEPHEN ANDERSON","value":"SN"},{"description":"SONYA KNUDTSON","value":"SO"},{"description":"STACY PERIMAN","value":"SP"},{"description":"SANDRA BOOKER","value":"SR"},{"description":"SHANNON STREET","value":"SS"},{"description":"STEVE SHERMAN","value":"ST"},{"description":"SHELBA MURPHY","value":"SU"},{"description":"SPENCER PREVALL","value":"SV"},{"description":"SHANNON SIMS","value":"SX"},{"description":"SANDY BROWNING","value":"SY"},{"description":"SCOTT GLEASON","value":"SZ"},{"description":"SPRINGFIELD S1 A","value":"S01"},{"description":"SPRINGFIELD S1 A","value":"S02"},{"description":"SPRINGFIELD S1 A","value":"S03"},{"description":"SPRINGFIELD S1 A","value":"S04"},{"description":"SPRINGFIELD S1 A","value":"S05"},{"description":"SPRINGFIELD S1 A","value":"S06"},{"description":"SPRINGFIELD S1 A","value":"S07"},{"description":"SPRINGFIELD S1 A","value":"S08"},{"description":"SPRINGFIELD S1 A","value":"S09"},{"description":"SPRINGFIELD S1 A","value":"S10"},{"description":"SPRINGFIELD S1 A","value":"S11"},{"description":"SPRINGFIELD S1 A","value":"S12"},{"description":"SPRINGFIELD S1 B","value":"S13"},{"description":"SPRINGFIELD S1 B","value":"S14"},{"description":"SPRINGFIELD S1 B","value":"S15"},{"description":"SPRINGFIELD S1 B","value":"S16"},{"description":"SPRINGFIELD S1 B","value":"S17"},{"description":"SPRINGFIELD S1 B","value":"S18"},{"description":"SPRINGFIELD S1 B","value":"S19"},{"description":"SPRINGFIELD S1 B","value":"S20"},{"description":"SPRINGFIELD S1 B","value":"S21"},{"description":"SPRINGFIELD S1 B","value":"S22"},{"description":"SPRINGFIELD S1 B","value":"S23"},{"description":"SPRINGFIELD S1 B","value":"S24"},{"description":"TERRI BARNGROVER","value":"TA"},{"description":"TAMMY BANGS","value":"TB"},{"description":"TRACEY LEASE","value":"TE"},{"description":"TODD LYLE","value":"TL"},{"description":"TAMMY LANDOLL","value":"TO"},{"description":"TAMMY PERRY","value":"TP"},{"description":"TRICIA SMITH","value":"TS"},{"description":"TOSHA SHANKS","value":"TS1"},{"description":"TRACIE WEIR","value":"TW"},{"description":"VICKY DUDLEY","value":"VD"},{"description":"VICTOR SIMONETTI","value":"VI"},{"description":"VINCE RACCA","value":"VR"},{"description":"VINCE SPAVALE","value":"VS"}],"required":false},{"path":"x_BusDetail.BusDetail.OffInfoArray.OffInfoRec.OffDesc","name":"OffDesc","required":false},{"path":"x_BusDetail.BusDetail.OffInfoArray.OffInfoRec.OffDesc","name":"OffDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.ResCntry","name":"ResCntry","required":false},{"path":"x_BusDetail.BrDesc","name":"BrDesc","required":false},{"path":"x_BusDetail.InsiderDesc","name":"InsiderDesc","required":false},{"path":"x_BusDetail.MailDirDesc","name":"MailDirDesc","required":false},{"path":"x_RegDetail.RegDetail.DoNotCallExpDt","name":"DoNotCallExpDt","required":false},{"path":"x_RegDetail.RegDetail.DoNotCallCode","name":"DoNotCallCode","required":false},{"path":"x_RegDetail.RegDetail.RegPOptOutCode","name":"RegPOptOutCode","required":false},{"path":"x_RegDetail.RegDetail.RegPSentDt","name":"RegPSentDt","required":false},{"path":"x_RegDetail.RegDetail.CRARec.CRASMSACode","name":"CRASMSACode","required":false},{"path":"x_RegDetail.RegDetail.CRARec.CRAIncmLvl","name":"CRAIncmLvl","required":false},{"path":"x_RegDetail.RegDetail.AflOptOutCode","name":"AflOptOutCode","required":false},{"path":"x_RegDetail.RegDetail.AflOptOutExcptCode","name":"AflOptOutExcptCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"x_RegDetail.RegDetail.AflOptOutExcptDt","name":"AflOptOutExcptDt","required":false},{"path":"x_RegDetail.RegDetail.AflOptOutExpDt","name":"AflOptOutExpDt","required":false},{"path":"x_RegDetail.RegDetail.RiskRateCode","name":"RiskRateCode","canonicalInfo":[{"description":"","value":""},{"description":"LOW RISK","value":"01"},{"description":"MED RISK","value":"02"},{"description":"HIGH RISK","value":"03"}],"required":false},{"path":"x_RegDetail.RegDetail.RiskRateDt","name":"RiskRateDt","required":false},{"path":"x_RegDetail.RegDetail.RiskRateByCode","name":"RiskRateByCode","required":false},{"path":"x_RegDetail.AflOptOutDesc","name":"AflOptOutDesc","required":false},{"path":"x_RegDetail.RiskRateDesc","name":"RiskRateDesc","required":false},{"path":"x_TaxDetail.TaxDetail.TINInfo.TaxId.MaskVal","name":"MaskVal","required":false},{"path":"x_BusDetail.BusDetail.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"CustRec.CustDetail.CrScoreArray.CrScoreInfo.CrScoreId","name":"CrScoreId","required":false},{"path":"CustRec.CustBenflOwnType","name":"CustBenflOwnType","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.FornTaxId","name":"FornTaxId","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.CitzCntryType","name":"CitzCntryType","canonicalInfo":[{"description":"","value":""},{"description":"ARUBA","value":"AA"},{"description":"ANTIGUA & BARBUDA","value":"AC"},{"description":"UNITED ARAB EMIRATES","value":"AE"},{"description":"AFGHANISTAN","value":"AF"},{"description":"ALGERIA","value":"AG"},{"description":"AZERBAIJAN","value":"AJ"},{"description":"ALBANIA","value":"AL"},{"description":"ARMENIA","value":"AM"},{"description":"ANDORRA","value":"AN"},{"description":"ANGOLA","value":"AO"},{"description":"AMERICAN SAMOA","value":"AQ"},{"description":"ARGENTINA","value":"AR"},{"description":"AUSTRALIA","value":"AS"},{"description":"ASHMORE & CARTIER IS","value":"AT"},{"description":"AUSTRIA","value":"AU"},{"description":"ANGUILLA","value":"AV"},{"description":"AKROTIRI","value":"AX"},{"description":"ANTARCTICA","value":"AY"},{"description":"BAHRAIN","value":"BA"},{"description":"BARBADOS","value":"BB"},{"description":"BOTSWANA","value":"BC"},{"description":"BERMUDA","value":"BD"},{"description":"BELGIUM","value":"BE"},{"description":"BAHAMAS, THE","value":"BF"},{"description":"BANGLADESH","value":"BG"},{"description":"BELIZE","value":"BH"},{"description":"BOSNIA-HERZEGOVINA","value":"BK"},{"description":"BOLIVIA","value":"BL"},{"description":"BURMA","value":"BM"},{"description":"BENIN","value":"BN"},{"description":"BELARUS","value":"BO"},{"description":"SOLOMON ISLANDS","value":"BP"},{"description":"NAVASSA ISLAND","value":"BQ"},{"description":"BRAZIL","value":"BR"},{"description":"BASSAS DA INDIA","value":"BS"},{"description":"BHUTAN","value":"BT"},{"description":"BULGARIA","value":"BU"},{"description":"BOUVET ISLAND","value":"BV"},{"description":"BRUNEI","value":"BX"},{"description":"BURUNDI","value":"BY"},{"description":"CANADA","value":"CA"},{"description":"CAMBODIA","value":"CB"},{"description":"CHAD","value":"CD"},{"description":"SRI LANKA","value":"CE"},{"description":"CONGO","value":"CF"},{"description":"CONGO (KINSHASA)","value":"CG"},{"description":"CHINA, PEOPLE'S REP","value":"CH"},{"description":"CHILE","value":"CI"},{"description":"CAYMAN ISLANDS","value":"CJ"},{"description":"COCOS (KEELING) ISL.","value":"CK"},{"description":"CAMEROON","value":"CM"},{"description":"COMOROS","value":"CN"},{"description":"COLUMBIA","value":"CO"},{"description":"NO MARIANA ISLANDS","value":"CQ"},{"description":"CORAL SEA ISLANDS","value":"CR"},{"description":"COSTA RICA","value":"CS"},{"description":"CENTRAL AFRICAN REP","value":"CT"},{"description":"CUBA","value":"CU"},{"description":"CAPE VERDE","value":"CV"},{"description":"COOK ISLANDS","value":"CW"},{"description":"CYPRUS","value":"CY"},{"description":"DENMARK","value":"DA"},{"description":"DJIBOUTI","value":"DJ"},{"description":"DOMINICA","value":"DO"},{"description":"JARVIS ISLAND","value":"DQ"},{"description":"DOMINICAN REPUBLIC","value":"DR"},{"description":"DHEKELIA","value":"DX"},{"description":"ECUADOR","value":"EC"},{"description":"EGYPT","value":"EG"},{"description":"IRELAND","value":"EI"},{"description":"EQUATORIAL GUINEA","value":"EK"},{"description":"ESTONIA","value":"EN"},{"description":"ERITREA","value":"ER"},{"description":"EL SALVADOR","value":"ES"},{"description":"ETHIOPIA","value":"ET"},{"description":"EUROPA ISLAND","value":"EU"},{"description":"CZECH REPUBLIC","value":"EZ"},{"description":"FRENCH GUIANA","value":"FG"},{"description":"FINLAND","value":"FI"},{"description":"FIJI","value":"FJ"},{"description":"FALKLAND ISLANDS","value":"FK"},{"description":"MICRONESIA, FED STS","value":"FM"},{"description":"FAROE ISLANDS","value":"FO"},{"description":"FRENCH POLYNESIA","value":"FP"},{"description":"BAKER ISLAND","value":"FQ"},{"description":"FRANCE","value":"FR"},{"description":"FRENCH SO & ANTARCTC","value":"FS"},{"description":"GAMBIA, THE","value":"GA"},{"description":"GABON","value":"GB"},{"description":"GEORGIA","value":"GG"},{"description":"GHANA","value":"GH"},{"description":"GIBRALTAR","value":"GI"},{"description":"GRENADA","value":"GJ"},{"description":"GUERNSEY","value":"GK"},{"description":"GREENLAND","value":"GL"},{"description":"GERMANY","value":"GM"},{"description":"GLORIOSO ISLANDS","value":"GO"},{"description":"GUADELOUPE","value":"GP"},{"description":"GUAM","value":"GQ"},{"description":"GREECE","value":"GR"},{"description":"GUATEMALA","value":"GT"},{"description":"GUINEA","value":"GV"},{"description":"GUYANA","value":"GY"},{"description":"GAZA STRIP","value":"GZ"},{"description":"HAITI","value":"HA"},{"description":"HONG KONG","value":"HK"},{"description":"HEARD & MCDONALD ISL","value":"HM"},{"description":"HONDURAS","value":"HO"},{"description":"HOWLAND ISLAND","value":"HQ"},{"description":"CROATIA","value":"HR"},{"description":"HUNGARY","value":"HU"},{"description":"ICELAND","value":"IC"},{"description":"INDONESIA","value":"ID"},{"description":"ISLE OF MAN","value":"IM"},{"description":"INDIA","value":"IN"},{"description":"OCEAN TERRITORY","value":"IO"},{"description":"CLIPPERTON ISLAND","value":"IP"},{"description":"IRAN","value":"IR"},{"description":"ISRAEL","value":"IS"},{"description":"ITALY","value":"IT"},{"description":"IVORY COAST","value":"IV"},{"description":"IRAQ-SAUDI NEUTRALZN","value":"IY"},{"description":"IRAQ","value":"IZ"},{"description":"JAPAN","value":"JA"},{"description":"JERSEY","value":"JE"},{"description":"JAMAICA","value":"JM"},{"description":"JAN MAYEN","value":"JN"},{"description":"JORDAN","value":"JO"},{"description":"JOHNSTON ATOLL","value":"JQ"},{"description":"JUAN DE NOVA ISLAND","value":"JU"},{"description":"KENYA","value":"KE"},{"description":"KYRGYZSTAN","value":"KG"},{"description":"KOREA, NORTH","value":"KN"},{"description":"KINGMAN REEF","value":"KQ"},{"description":"KIRIBATI","value":"KR"},{"description":"KOREA, SOUTH","value":"KS"},{"description":"CHRISTMAS IS.INDIAN","value":"KT"},{"description":"KUWAIT","value":"KU"},{"description":"KOSOVO","value":"KV"},{"description":"KAZAKHSTAN","value":"KZ"},{"description":"LAOS","value":"LA"},{"description":"LEBANON","value":"LE"},{"description":"LATVIA","value":"LG"},{"description":"LITHUANIA","value":"LH"},{"description":"LIBERIA","value":"LI"},{"description":"SLOVAKIA","value":"LO"},{"description":"PALMYRA ATOLL","value":"LQ"},{"description":"LIECHTENSTEIN","value":"LS"},{"description":"LESOTHO","value":"LT"},{"description":"LUXEMBOURG","value":"LU"},{"description":"LIBYA","value":"LY"},{"description":"MADAGASCAR","value":"MA"},{"description":"MARTINIQUE","value":"MB"},{"description":"MACAU","value":"MC"},{"description":"MOLDOVA","value":"MD"},{"description":"MAYOTTE","value":"MF"},{"description":"MONGOLIA","value":"MG"},{"description":"MONTSERRAT","value":"MH"},{"description":"MALAWI","value":"MI"},{"description":"MONTENEGRO","value":"MJ"},{"description":"MACEDONIA","value":"MK"},{"description":"MALI","value":"ML"},{"description":"MONACO","value":"MN"},{"description":"MOROCCO","value":"MO"},{"description":"MAURITIUS","value":"MP"},{"description":"MIDWAY ISLANDS","value":"MQ"},{"description":"MAURITANIA","value":"MR"},{"description":"MALTA","value":"MT"},{"description":"OMAN","value":"MU"},{"description":"MALDIVES","value":"MV"},{"description":"MONTENEGRO","value":"MW"},{"description":"MEXICO","value":"MX"},{"description":"MALAYSIA","value":"MY"},{"description":"MOZAMBIQUE","value":"MZ"},{"description":"NEW CALEDONIA","value":"NC"},{"description":"NIUE","value":"NE"},{"description":"NORFOLK ISLAND","value":"NF"},{"description":"NIGER","value":"NG"},{"description":"VANUATU","value":"NH"},{"description":"NIGERIA","value":"NI"},{"description":"NETHERLANDS","value":"NL"},{"description":"SINT MAARTEN","value":"NN"},{"description":"NORWAY","value":"NO"},{"description":"NEPAL","value":"NP"},{"description":"NAURU","value":"NR"},{"description":"SURINAME","value":"NS"},{"description":"NETHERLANDS ANTILLES","value":"NT"},{"description":"NICARAGUA","value":"NU"},{"description":"NEW ZEALAND","value":"NZ"},{"description":"OTHER COUNTRY","value":"OC"},{"description":"SOUTH SUDAN","value":"OD"},{"description":"PARAGUAY","value":"PA"},{"description":"PITCAIRN ISLANDS","value":"PC"},{"description":"PERU","value":"PE"},{"description":"PARACEL ISLANDS","value":"PF"},{"description":"SPRATLY ISLANDS","value":"PG"},{"description":"PAKISTAN","value":"PK"},{"description":"POLAND","value":"PL"},{"description":"PANAMA","value":"PM"},{"description":"PORTUGAL","value":"PO"},{"description":"PAPUA NEW GUINEA","value":"PP"},{"description":"PALAU","value":"PS"},{"description":"GUINEA-BISSAU","value":"PU"},{"description":"QATAR","value":"QA"},{"description":"REUNION","value":"RE"},{"description":"SERBIA","value":"RI"},{"description":"MARSHALL ISLANDS","value":"RM"},{"description":"SAINT MARTIN","value":"RN"},{"description":"ROMANIA","value":"RO"},{"description":"PHILIPPINES","value":"RP"},{"description":"PUERTO RICO","value":"RQ"},{"description":"RUSSIA","value":"RS"},{"description":"RWANDA","value":"RW"},{"description":"SAUDI ARABIA","value":"SA"},{"description":"ST PEIRRE & MIQUELON","value":"SB"},{"description":"ST. KITTS & NEVIS","value":"SC"},{"description":"SEYCHELLES","value":"SE"},{"description":"SOUTH AFRICA","value":"SF"},{"description":"SENEGAL","value":"SG"},{"description":"ST. HELENA","value":"SH"},{"description":"SLOVENIA","value":"SI"},{"description":"SIERRA LEONE","value":"SL"},{"description":"SAN MARINO","value":"SM"},{"description":"SINGAPORE","value":"SN"},{"description":"SOMALIA","value":"SO"},{"description":"SPAIN","value":"SP"},{"description":"ST. LUCIA","value":"ST"},{"description":"SUDAN","value":"SU"},{"description":"SVALBARD","value":"SV"},{"description":"SWEDEN","value":"SW"},{"description":"SO GEO&SANDWICH ISL","value":"SX"},{"description":"SYRIA","value":"SY"},{"description":"SWITZERLAND","value":"SZ"},{"description":"SAINT BARTHELEMY","value":"TB"},{"description":"UNITED ARAB EMIRATES","value":"TC"},{"description":"TRINIDAD & TOBAGO","value":"TD"},{"description":"TROMELIN ISLAND","value":"TE"},{"description":"THAILAND","value":"TH"},{"description":"TAJIKISTAN","value":"TI"},{"description":"TURKS&CAICOS ISLANDS","value":"TK"},{"description":"TOKELAU","value":"TL"},{"description":"TONGA","value":"TN"},{"description":"TOGO","value":"TO"},{"description":"SAO TOME & PRINCIPE","value":"TP"},{"description":"TUNISIA","value":"TS"},{"description":"EAST TIMOR","value":"TT"},{"description":"TURKEY","value":"TU"},{"description":"TUVALU","value":"TV"},{"description":"TAIWAN","value":"TW"},{"description":"TURKMENISTAN","value":"TX"},{"description":"TANZANIA, UN REP OF","value":"TZ"},{"description":"CURACAO","value":"UC"},{"description":"UGANDA","value":"UG"},{"description":"NORTHERN IRELAND","value":"UK"},{"description":"UKRAINE","value":"UP"},{"description":"BURKINA FASO","value":"UV"},{"description":"URUGUAY","value":"UY"},{"description":"UZBEKISTAN","value":"UZ"},{"description":"ST VINCENT&GRENADINS","value":"VC"},{"description":"VENEZUELA","value":"VE"},{"description":"VIRGIN ISLANDS(BRIT)","value":"VI"},{"description":"VIETNAM","value":"VM"},{"description":"VIRGIN ISLANDS (US)","value":"VQ"},{"description":"VATICAN CITY","value":"VT"},{"description":"NAMIBIA","value":"WA"},{"description":"WEST BANK","value":"WE"},{"description":"WALLIS & FUTUNA","value":"WF"},{"description":"WESTERN SAHARA","value":"WI"},{"description":"WAKE ISLAND","value":"WQ"},{"description":"WESTERN SAMOA","value":"WS"},{"description":"SWAZILAND","value":"WZ"},{"description":"YEMEN","value":"YM"},{"description":"ZAMBIA","value":"ZA"},{"description":"ZIMBABWE","value":"ZI"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.GIINId","name":"GIINId","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.GIINDt","name":"GIINDt","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.GIINCertDt","name":"GIINCertDt","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst","name":"RptChapExst","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst","name":"RptChapExst","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType","name":"RptChapType","canonicalInfo":[{"description":"","value":""},{"description":"Chapter 3","value":"3"},{"description":"Chapter 4","value":"4"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType","name":"RptChapType","canonicalInfo":[{"description":"","value":""},{"description":"Chapter 3","value":"3"},{"description":"Chapter 4","value":"4"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSExmpCode","name":"IRSExmpCode","canonicalInfo":[{"description":"","value":""},{"description":"Income connected with U.S. trade/busines","value":"1"},{"description":"Exempt under IRC","value":"2"},{"description":"Income is non-U.S. sourced","value":"3"},{"description":"Exempt under tax treaty","value":"4"},{"description":"Porfolio intererest exemption","value":"5"},{"description":"Other-payment not subject to chpt 4 w/h","value":"21"},{"description":"QDD assumes primary w/h responsibility","value":"22"},{"description":"Exempt under section 897(I)","value":"23"},{"description":"Exempt under section 892","value":"24"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSExmpCode","name":"IRSExmpCode","canonicalInfo":[{"description":"","value":""},{"description":"Income connected with U.S. trade/busines","value":"1"},{"description":"Exempt under IRC","value":"2"},{"description":"Income is non-U.S. sourced","value":"3"},{"description":"Exempt under tax treaty","value":"4"},{"description":"Porfolio intererest exemption","value":"5"},{"description":"Other-payment not subject to chpt 4 w/h","value":"21"},{"description":"QDD assumes primary w/h responsibility","value":"22"},{"description":"Exempt under section 897(I)","value":"23"},{"description":"Exempt under section 892","value":"24"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSExmpDesc","name":"IRSExmpDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSExmpDesc","name":"IRSExmpDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSRecipCode","name":"IRSRecipCode","canonicalInfo":[{"description":"","value":""},{"description":"U.S. branch-treated as U.S. Person","value":"5"},{"description":"U.S. branch-not treated as U.S. Person","value":"6"},{"description":"U.S. branch-ECI presumption applied","value":"7"},{"description":"Private Foundation","value":"8"},{"description":"Artist or Athlete","value":"9"},{"description":"Fiduciary (estate)","value":"10"},{"description":"Fiduciary (other)","value":"11"},{"description":"Qualified Securities Lender - QI","value":"13"},{"description":"Qualified Securities Lender - Other","value":"14"},{"description":"Corporation","value":"15"},{"description":"Individual","value":"16"},{"description":"Estate","value":"17"},{"description":"Private Foundation","value":"18"},{"description":"International Organization","value":"19"},{"description":"Tax Exempt Organization (Section 501(c))","value":"20"},{"description":"Unknown Recipient","value":"21"},{"description":"Artist or Athlete","value":"22"},{"description":"Pension","value":"23"},{"description":"Foreign Central Bank of Issue","value":"24"},{"description":"Nonqualifed Intermediary","value":"25"},{"description":"Hybrid entity making Treaty Claim","value":"26"},{"description":"W/H Rate pool - General","value":"27"},{"description":"W/H Rate pool - Exempt Organization","value":"28"},{"description":"PAI WH Rate Pool - General","value":"29"},{"description":"PAI WH Rate Pool - Exempt Organization","value":"30"},{"description":"Agency WH Rate Pool - General","value":"31"},{"description":"Agency WH Rate Pool -Exempt Organization","value":"32"},{"description":"Qualified Derivatives Dealer","value":"35"},{"description":"Foreign Government - Integral Part","value":"36"},{"description":"Foreign Government - Controlled Entity","value":"37"},{"description":"Publicly Traded Partnership","value":"38"},{"description":"Disclosing Qualified Intermediary","value":"39"},{"description":"","value":""},{"description":"Participating FFI-Other","value":"5"},{"description":"Participating FFI-Reporting Model 2 FFI","value":"6"},{"description":"RDC FFI-Reporting Model 1 FFI","value":"7"},{"description":"RDC FFI-Sponsored Entity","value":"8"},{"description":"RDC FFI-Other","value":"9"},{"description":"Certified Deemed Compliant FFI-Other","value":"10"},{"description":"CDC FFI-FFI with Low Value Accounts","value":"11"},{"description":"CDC FFI-Non-Registering Local Bank","value":"12"},{"description":"CDC FFI-Sponsored Entity","value":"13"},{"description":"CDC FFI-Investment Advisor/Manager","value":"14"},{"description":"Nonparticipating FFI","value":"15"},{"description":"Owner-Documented FFI","value":"16"},{"description":"U.S. Branch-treated as U.S. person","value":"17"},{"description":"U.S. Branch-not treated as U.S. person","value":"18"},{"description":"Passive NFFE ID Substantial U.S. Owners","value":"19"},{"description":"Passive NFFE-no Substantial U.S. Owners","value":"20"},{"description":"Publicly Traded NFFE or Affiliate","value":"21"},{"description":"Active NFFE","value":"22"},{"description":"Individual","value":"23"},{"description":"Section 501(c) Entities","value":"24"},{"description":"Excepted Territory NFFE","value":"25"},{"description":"Exempt Beneficial Owner","value":"27"},{"description":"Entity Wholly Owned by Exempt Ben. Owner","value":"28"},{"description":"Unknown Recipient","value":"29"},{"description":"Recalcitrant Account Holder","value":"30"},{"description":"Nonreporting IGA FFI","value":"31"},{"description":"Direct reporting NFFE","value":"32"},{"description":"U.S. reportable account","value":"33"},{"description":"Non-consenting U.S. account","value":"34"},{"description":"Sponsored direct reporting NFFE","value":"35"},{"description":"Excepted inter-affiliate FFI","value":"36"},{"description":"Undocumented Preexisting Obligation","value":"37"},{"description":"US branch-ECI presumption applied","value":"38"},{"description":"Acct Holder of Excluded Financial Acct","value":"39"},{"description":"Passive NFFE reported by FFI","value":"40"},{"description":"NFFE subject to 1472 withholding","value":"41"},{"description":"QI-Recalcitrant Pool-General","value":"49"},{"description":"US W/H Agent-Foreign Branch or FI","value":"50"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSRecipCode","name":"IRSRecipCode","canonicalInfo":[{"description":"","value":""},{"description":"U.S. branch-treated as U.S. Person","value":"5"},{"description":"U.S. branch-not treated as U.S. Person","value":"6"},{"description":"U.S. branch-ECI presumption applied","value":"7"},{"description":"Private Foundation","value":"8"},{"description":"Artist or Athlete","value":"9"},{"description":"Fiduciary (estate)","value":"10"},{"description":"Fiduciary (other)","value":"11"},{"description":"Qualified Securities Lender - QI","value":"13"},{"description":"Qualified Securities Lender - Other","value":"14"},{"description":"Corporation","value":"15"},{"description":"Individual","value":"16"},{"description":"Estate","value":"17"},{"description":"Private Foundation","value":"18"},{"description":"International Organization","value":"19"},{"description":"Tax Exempt Organization (Section 501(c))","value":"20"},{"description":"Unknown Recipient","value":"21"},{"description":"Artist or Athlete","value":"22"},{"description":"Pension","value":"23"},{"description":"Foreign Central Bank of Issue","value":"24"},{"description":"Nonqualifed Intermediary","value":"25"},{"description":"Hybrid entity making Treaty Claim","value":"26"},{"description":"W/H Rate pool - General","value":"27"},{"description":"W/H Rate pool - Exempt Organization","value":"28"},{"description":"PAI WH Rate Pool - General","value":"29"},{"description":"PAI WH Rate Pool - Exempt Organization","value":"30"},{"description":"Agency WH Rate Pool - General","value":"31"},{"description":"Agency WH Rate Pool -Exempt Organization","value":"32"},{"description":"Qualified Derivatives Dealer","value":"35"},{"description":"Foreign Government - Integral Part","value":"36"},{"description":"Foreign Government - Controlled Entity","value":"37"},{"description":"Publicly Traded Partnership","value":"38"},{"description":"Disclosing Qualified Intermediary","value":"39"},{"description":"","value":""},{"description":"Participating FFI-Other","value":"5"},{"description":"Participating FFI-Reporting Model 2 FFI","value":"6"},{"description":"RDC FFI-Reporting Model 1 FFI","value":"7"},{"description":"RDC FFI-Sponsored Entity","value":"8"},{"description":"RDC FFI-Other","value":"9"},{"description":"Certified Deemed Compliant FFI-Other","value":"10"},{"description":"CDC FFI-FFI with Low Value Accounts","value":"11"},{"description":"CDC FFI-Non-Registering Local Bank","value":"12"},{"description":"CDC FFI-Sponsored Entity","value":"13"},{"description":"CDC FFI-Investment Advisor/Manager","value":"14"},{"description":"Nonparticipating FFI","value":"15"},{"description":"Owner-Documented FFI","value":"16"},{"description":"U.S. Branch-treated as U.S. person","value":"17"},{"description":"U.S. Branch-not treated as U.S. person","value":"18"},{"description":"Passive NFFE ID Substantial U.S. Owners","value":"19"},{"description":"Passive NFFE-no Substantial U.S. Owners","value":"20"},{"description":"Publicly Traded NFFE or Affiliate","value":"21"},{"description":"Active NFFE","value":"22"},{"description":"Individual","value":"23"},{"description":"Section 501(c) Entities","value":"24"},{"description":"Excepted Territory NFFE","value":"25"},{"description":"Exempt Beneficial Owner","value":"27"},{"description":"Entity Wholly Owned by Exempt Ben. Owner","value":"28"},{"description":"Unknown Recipient","value":"29"},{"description":"Recalcitrant Account Holder","value":"30"},{"description":"Nonreporting IGA FFI","value":"31"},{"description":"Direct reporting NFFE","value":"32"},{"description":"U.S. reportable account","value":"33"},{"description":"Non-consenting U.S. account","value":"34"},{"description":"Sponsored direct reporting NFFE","value":"35"},{"description":"Excepted inter-affiliate FFI","value":"36"},{"description":"Undocumented Preexisting Obligation","value":"37"},{"description":"US branch-ECI presumption applied","value":"38"},{"description":"Acct Holder of Excluded Financial Acct","value":"39"},{"description":"Passive NFFE reported by FFI","value":"40"},{"description":"NFFE subject to 1472 withholding","value":"41"},{"description":"QI-Recalcitrant Pool-General","value":"49"},{"description":"US W/H Agent-Foreign Branch or FI","value":"50"}],"required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSRecipDesc","name":"IRSRecipDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.RptChapArray.RptChapInfoRec.IRSRecipDesc","name":"IRSRecipDesc","required":false},{"path":"x_TaxDetail.TaxDetail.Alien.AlienIRSRptType","name":"AlienIRSRptType","canonicalInfo":[{"description":"","value":""},{"description":"","value":"NoRpt"},{"description":"","value":"1042S"},{"description":"","value":"1099INT"}],"required":false},{"path":"x_BusDetail.BusDetail.NetWorthAmt","name":"NetWorthAmt","required":false},{"path":"x_BusDetail.BusDetail.LastConDt","name":"LastConDt","required":false},{"path":"x_RegDetail.RegDetail.ReqLegalEntityType","name":"ReqLegalEntityType","canonicalInfo":[{"description":"Exclude","value":"false"},{"description":"Include","value":"true"}],"required":false},{"path":"x_RegDetail.RegDetail.ExcOwnPct","name":"ExcOwnPct","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConText","name":"ConText","required":false},{"path":"x_RegDetail.RegDetail.ExcPctRsnCode","name":"ExcPctRsnCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_RegDetail.RegDetail.BenflOwnExclCode","name":"BenflOwnExclCode","canonicalInfo":[{"description":"","value":""},{"description":"Foreign Person","value":"FP"},{"description":"BENOWN info not tracked in 20/20.","value":"NA"},{"description":"Natural Person","value":"NP"}],"required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConName","name":"ConName","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.ConVal","name":"ConVal","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_ConDetail.ConDetailArray.ConDetailRec.ConDetail.PrioritySeq","name":"PrioritySeq","required":false},{"path":"x_RegDetail.BenflOwnExclDesc","name":"BenflOwnExclDesc","required":false},{"path":"x_RegDetail.ExcPctRsnDesc","name":"ExcPctRsnDesc","required":false},{"path":"x_RegDetail.RegDetail.AnnRevenueAmt","name":"AnnRevenueAmt","required":false}]}
statusMessage is: Service Dictionary Query successful
statusFlag is: true
UUID is: string

6 com.kinective.testscripts.Fi.FiTest@71d44a3
jh2020CreateCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC89, #TC91 Customer Create
Parameters: {EXPECTED MESSAGE=Existing CIF has same social security number, ERROR MESSAGE=, TEST SCENARIO=#TC91 Create a new customer with customer type 'Business' when customer already exists, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateCustomer, idList=, customerBase={ "customerType": "Business", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "Rock em Sock em", "occupation": "Self-Employed" } ], "name": { "businessName": "Rock em Sock em, LLC", "firstName": "", "lastName": "", "middleName": "", "legalName": "", "prefix": "" }, "phones": {{phones}}, "residences": {{residences}}, "annualIncome": "500000", "gender": "Male", "naicsCode": 315210, "fincenExempt": null, "taxID": "592666900", "taxIDType": "B" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "BJS", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC91 Create a new customer with customer type 'Business' when customer already exists
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1889 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Existing CIF has same social security number Fault Cat: Fault Fault Code: 400007 Fault Elem: TaxDetail.TINInfo.TaxId Fault Elem Val: 592666900 Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: BJS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Existing CIF has same social security number Fault Cat: Fault Fault Code: 400007 Fault Elem: TaxDetail.TINInfo.TaxId Fault Elem Val: 592666900 Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: BJS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: bd17b32d-c35a-4ad5-a880-425162fed18c

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=The numeric value is greater than maximum allowed, ERROR MESSAGE=, TEST SCENARIO=#TC111 Create Customer with Invalid Phone Number, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "number": "1112222", "areaCode": "212", "extension": 0, "phoneType": "Mobile", "countryCode": 1 }, { "number": "992111434", "areaCode": null, "extension": 0, "phoneType": "Home", "countryCode": "380" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "type": "FP", "value": "F7Z00000", "issuer": "UKR", "issueDate": "2022-12-22", "expirationDate": "2030-12-22" } ], customerBase={ "dob": "1979-10-28", "name": { "prefix": null, "suffix": null, "lastName": "Verh", "firstName": "Alice", "legalName": null, "middleName": null, "businessName": null }, "email": { "emailType": "Primary E-Mail", "emailAddress": "alicetest@gmail.com" }, "taxID": "999999999", "idList": {{idList}}, "phones": {{phones}}, "taxIDType": "F", "residences": {{residences}}, "alienStatus": { "giin": null, "residentCity": "Milan", "postalCountry": "20122", "postalProvince": null, "residentCountry": "IT", "w8CertificationDate": "2023-11-27" }, "employments": [ { "occupation": "Owner/Investor", "employerName": "NY42G LLC" } ], "foreignInfo": { "taxID": "FZ700000", "address": "Milano, MI 20122" }, "customerType": "Person", "tinCertification": "Certified", "citizenshipCountry": "US" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "city": null, "state": null, "suite": null, "country": "IT", "postalCode": null, "streetName": "Via Donizetti Gaetano 41", "addressType": "Current", "streetNumber": null, "postalExtension": null } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "officerCode": "JHA", "branchNumber": "5", "customerBase": {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC111 Create Customer with Invalid Phone Number
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 2294 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: The numeric value is greater than maximum allowed Fault Cat: Error Fault Code: 9920047 Fault Elem: CustDetail.PhoneArray.PhoneInfo.PhoneNum Fault Elem Val: 380992111434

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: The numeric value is greater than maximum allowed Fault Cat: Error Fault Code: 9920047 Fault Elem: CustDetail.PhoneArray.PhoneInfo.PhoneNum Fault Elem Val: 380992111434
statusFlag is: false
UUID is: b1763a45-a7ef-49cd-8e05-b67341531ef9

3 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Invalid risk code, ERROR MESSAGE=, TEST SCENARIO=#TC118 Create a new customer with Invalid Risk Code (Alphabate Validation), coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "A", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222602450", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC118 Create a new customer with Invalid Risk Code (Alphabate Validation)
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1666 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: A Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: A Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: eb99b6d6-fa05-40cf-a878-bea64ecd12ff

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Invalid code, must be M, F, or O, ERROR MESSAGE=, TEST SCENARIO=#TC114 Create Customer without Gender field, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "naicsCode": null, "fincenExempt": null, "taxID": "222661280", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC114 Create Customer without Gender field
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1572 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: 6c001690-c065-40ed-9cfa-68fb5e060bdd

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewLoan
Test class: com.kinective.testscripts.Loans.LoansTest
Test method: #TC102, #TC103 book loan origination data to a Core or Servicing system provider
Parameters: {EXPECTED MESSAGE=Loan Boarding File Uploaded, automaticFundsTransfer=, ERROR MESSAGE=, TEST SCENARIO=#TC103 Create loan with six borrowers, loanDetails=, EXPECTED STATUS=200, responseTimeSeconds=15, TEST ID=jh2020CreateNewLoan, governmentMonitoring=, escrows=, VERIFY FIELDS=loanNumber, customers=, collateral=, loanSearchBody=, BODY={ "assetID": "jxchange_2020_api_test", "content": { "loan": { "customers": [ { "addresses": [ ], "annualIncome": 50000.00, "birthDate": "1966-07-23", "creditScoreDetails": [ { "creditScore": 750 } ], "customerID": "FAA0041", "customerType": "Person", "employer": { "employerName": "Barnaby's Home Improvement", "isSelfEmployed": false }, "governmentMonitoring": { "age": 57, "genderDetails": { "gender": "Male" } }, "name": { "businessName": "", "firstName": "Jack", "lastName": "BlackSixBorrFasb", "legalName": "Jack S Black", "middleName": "S", "suffix": "" }, "maritalStatusType": "Separated", "phoneNumbers": [ ], "relationshipType": "Borrower", "riskRating": "string", "taxID": "999-60-6666", "tinCertDate": "2023-10-05", "tinType": "SSN" }, { "addresses": [ ], "annualIncome": 25000.00, "birthDate": "1966-07-23", "creditScoreDetails": [ { "creditScore": 750 } ], "customerID": "FAA0052", "customerType": "Person", "employer": { "employerName": "Case Improvement", "isSelfEmployed": false }, "governmentMonitoring": { "age": 52, "genderDetails": { "gender": "Female" } }, "name": { "businessName": "", "firstName": "Jane", "lastName": "Black", "legalName": "Jan S Black", "middleName": "S", "suffix": "" }, "maritalStatusType": "Married", "phoneNumbers": [ ], "relationshipType": "Borrower", "riskRating": "", "taxID": "999-60-5555", "tinCertDate": "2023-10-05", "tinType": "SSN" }, { "addresses": [ ], "annualIncome": 30000.00, "birthDate": "1965-07-23", "creditScoreDetails": [ { "creditScore": 750 } ], "customerID": "FAA0091", "customerType": "Person", "employer": { "employerName": "Barnaby's Home Improvement", "isSelfEmployed": true }, "governmentMonitoring": { "age": 57, "genderDetails": { "gender": "Male" } }, "name": { "businessName": "", "firstName": "Pop", "lastName": "Firstimer", "legalName": "Pop S Firstimer", "middleName": "S", "suffix": "" }, "maritalStatusType": "Separated", "phoneNumbers": [ ], "relationshipType": "Borrower", "riskRating": "string", "taxID": "999-60-6666", "tinCertDate": "2023-10-05", "tinType": "SSN" }, { "addresses": [ ], "annualIncome": 20000.00, "birthDate": "1966-07-23", "creditScoreDetails": [ { "creditScore": 750 } ], "customerID": "FAA0061", "customerType": "Person", "employer": { "employerName": "Barnaby's Home Improvement", "isSelfEmployed": false }, "governmentMonitoring": { "age": 50, "genderDetails": { "gender": "Male" } }, "name": { "businessName": "", "firstName": "Fourth", "lastName": "Firstimer", "legalName": "Fourth S Firstimer", "middleName": "S", "suffix": "" }, "maritalStatusType": "Separated", "phoneNumbers": [ ], "relationshipType": "Borrower", "riskRating": "string", "taxID": "999-60-6666", "tinCertDate": "2023-10-05", "tinType": "SSN" }, { "addresses": [ ], "annualIncome": 90000.00, "birthDate": "1960-07-23", "creditScoreDetails": [ { "creditScore": 700 } ], "customerID": "FAA0071", "customerType": "Person", "employer": { "employerName": "Barnaby's Home Improvement", "isSelfEmployed": false }, "governmentMonitoring": { "age": 50, "genderDetails": { "gender": "Male" } }, "name": { "businessName": "", "firstName": "Fifth", "lastName": "Firstimer", "legalName": "Fifth S Firstimer", "middleName": "S", "suffix": "" }, "maritalStatusType": "Separated", "phoneNumbers": [ ], "relationshipType": "Cosigner", "riskRating": "string", "taxID": "999-60-2221", "tinCertDate": "2023-10-05", "tinType": "SSN" }, { "addresses": [ ], "annualIncome": 70000.00, "birthDate": "1966-07-23", "creditScoreDetails": [ { "creditScore": 850 } ], "customerID": "FAA0081", "customerType": "Person", "employer": { "employerName": "Barnaby's Home Improvement", "isSelfEmployed": false }, "governmentMonitoring": { "age": 57, "genderDetails": { "gender": "Male" } }, "name": { "businessName": "", "firstName": "Sixth", "lastName": "Firstimer", "legalName": "Sixth S Firstimer", "middleName": "S", "suffix": "" }, "maritalStatusType": "Separated", "phoneNumbers": [ ], "relationshipType": "Guarantor", "riskRating": "string", "taxID": "999-60-6666", "tinCertDate": "2023-10-05", "tinType": "SSN" } ], "escrows": [ { "currentPremium": 1200.00, "disbursementFrequency": "Monthly", "escrowInstallmentDisbursment": [ { "disbursmentAmount": 100.00, "disbursmentDate": "2023-11-01" } ], "escrowRate": 99, "escrowMonthlyAmount": "100.00", "escrowType": "City Property Tax", "insuranceCoverageAmount": "", "insuranceExpirationDate": "", "isCollected": true, "payeeNumber": "CityPayeecode", "taxInsurancePolicyNumber": "2citytaxpol" }, { "currentPremium": 600.00, "disbursementFrequency": "SemiAnnually", "escrowInstallmentDisbursment": [ { "disbursmentAmount": 300.00, "disbursmentDate": "2024-03-01" } ], "escrowRate": 98, "escrowMonthlyAmount": "50.00", "escrowType": "County Property Tax", "insuranceCoverageAmount": "", "insuranceExpirationDate": "", "isCollected": true, "payeeNumber": "CountyPayeecode", "taxInsurancePolicyNumber": "2countypol" }, { "currentPremium": 4800.00, "disbursementFrequency": "Annually", "escrowInstallmentDisbursment": [ { "disbursmentAmount": 4800.00, "disbursmentDate": "2024-09-01" } ], "escrowRate": 97, "escrowMonthlyAmount": "400.00", "escrowType": "Hazard Insurance", "insuranceCoverageAmount": 350000.00, "insuranceExpirationDate": "2024-08-31", "isCollected": true, "payeeNumber": "hazardpayeecode", "taxInsurancePolicyNumber": "1hazpolicy" }, { "currentPremium": 1600.00, "disbursementFrequency": "Monthly", "escrowInstallmentDisbursment": [ { "disbursmentAmount": 133.33, "disbursmentDate": "2024-02-01" } ], "escrowRate": "96", "escrowMonthlyAmount": "133.33", "escrowType": "Mortgage Insurance", "insuranceCoverageAmount": 350000.00, "insuranceExpirationDate": "2024-01-31", "isCollected": true, "payeeNumber": "MIpayeecode", "taxInsurancePolicyNumber": "878" }, { "currentPremium": 2400.00, "disbursementFrequency": "Quarterly", "escrowInstallmentDisbursment": [ { "disbursmentAmount": 2400.00, "disbursmentDate": "2024-03-01" } ], "escrowRate": "95", "escrowMonthlyAmount": "200.00", "escrowType": "Flood Insurance", "insuranceCoverageAmount": 75000.00, "insuranceExpirationDate": "2024-02-28", "isCollected": true, "payeeNumber": "fldPayeecode", "taxInsurancePolicyNumber": "floodpol" } ], "collateral": [ { "collateralCode": "500", "collateralDetails": { "addresses": [ { "city": "Lake Mary", "county": "Seminole", "postalCode": "32746", "postalExtension": "1145", "state": "FL", "streetName": "Old Lake Mary Rd", "streetNumber": "500", "suite": "454" } ], "financedNumberOfUnits": 1, "lienPosition": "First Lien", "occupancyCode": "", "propertyCensusCode": "", "propertyCountyCode": "", "propertyMsaCode": "", "propertyStateCode": "", "propertyType": "1", "propertyParcelNumber": "456-66554-11", "structureBuiltYear": "1972" }, "collateralDescription": "1st Lien Property single family residence" } ], "loanDetails": { "accountInformation": { "accountNumber": "999109", "accountType": "Mortgage" }, "arm": { "capReviewDate": "2024-07-01", "capTerm": "1", "capUpwardDownwardRate": 12, "ceiling": "8.0", "changeNoticeDays": "28", "floor": "2.0", "rateIndex": 6.0, "rateIndexType": "604", "rateReviewDate": "2024-08-01", "rateReviewTerm": 36, "roundingMethod": "U", "roundToAmount": ".125", "variance": ".5", "reamortizeTerm": "", "reamortizePaymentDate": "" }, "applicationDate": "2023-10-05", "appraisalDate": "2023-08-24", "appraisalAmount": 375000, "callReportCode": "1C2A", "balloonAmount": "", "balloonDueDate": "", "combinedLoanToValue": "90.000", "construction": { "type": "", "maturityDate": "", "term": "" }, "couponBookDate": "2019-08-24", "couponBookTerm": 0, "creditLimit": 0, "debtToIncomeRatio": 0, "fasb": [ { "amortizationTerm": "360", "amount": 25, "fasbAmortizationMethod": "S", "fasbType": "Cost" }, { "amortizationTerm": "240", "amount": 36, "fasbAmortizationMethod": "I", "fasbType": "Fee" } ], "floodCertification": { "communityNumber": "commnumber", "communityName": "commname", "floodCertificationNumber": "cernum", "floodZone": "Y", "floodZoneDeterminationDate": "2019-08-24", "mapPanelNumber": "pannum", "mapPanelNumberEffectiveDate": "2020-08-24" }, "fundingDate": "2023-10-05", "governementIndicator": false, "institutionDetails": { "branchNumber": 2 }, "interest": { "interestRate": 4 }, "isBalloon": false, "isFirstTimeHomebuyer": true, "loanAmount": 300345, "loanToValue": 80, "maturityDate": "2053-11-01", "naicsCode": 123654, "numberOfUnits": "", "netProceeds": 0, "officers": [ { "officerCode": "TCS", "officerType": "Broker" }, { "officerCode": "abc", "officerType": "CO" } ], "originationDate": "2023-10-05", "payments": [ { "frequency": "Monthly", "paymentAmount": 1433.89, "paymentDate": "2023-12-01", "paymentType": "PI", "piAmount": 1433.89 } ], "points": 2875, "printCouponCode": "N", "propertyWillBe": "PrimaryResidence", "productCode": "20", "productName": "Real Estate 365", "purposeCode": "16", "term": 360, "termCode": "Monthly" }, "automaticFundsTransfer": { } } }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC103 Create loan with six borrowers
Steps:

Generating Access Token

 End Point URI:loan/loan-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1211 milli second


loanNumber Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Loan Boarding File Uploaded!

 Loan has been booked successfully

Content is : {"loanNumber":"999109"}
statusMessage is: Loan Boarding File Uploaded!
statusFlag is: true
UUID is: string

2 com.kinective.testscripts.Loans.LoansTest@73a1e9a9
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC98 Create Customer with Foreign Addresses and customer details, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "number": "1112222", "areaCode": "212", "extension": 0, "phoneType": "Work", "countryCode": 1 }, { "number": "9921114", "areaCode": null, "extension": 0, "phoneType": "Home", "countryCode": "380" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "type": "FP", "value": "F7Z00000", "issuer": "UKR", "issueDate": "2022-12-22", "expirationDate": "2030-12-22" } ], customerBase={ "dob": "1979-10-28", "name": { "prefix": null, "suffix": null, "lastName": "Verh", "firstName": "Alice", "legalName": null, "middleName": null, "businessName": null }, "email": { "emailType": "Primary E-Mail", "emailAddress": "alicetest@gmail.com" }, "taxID": "999999999", "idList": {{idList}}, "phones": {{phones}}, "taxIDType": "T", "residences": {{residences}}, "alienStatus": { "giin": null, "residentCity": "Milan", "postalCountry": "20122", "postalProvince": null, "residentCountry": "IT", "w8CertificationDate": "2023-11-27" }, "employments": [ { "occupation": "Owner/Investor", "employerName": "NY42G LLC" } ], "foreignInfo": { "taxID": "FZ700000", "address": "Milano, MI 20122" }, "gender": "Male", "customerType": "Person", "tinCertification": "Certified" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "city": null, "state": null, "suite": null, "country": "IT", "postalCode": null, "streetName": "Via Donizetti Gaetano 41", "addressType": "Current", "streetNumber": null, "postalExtension": null } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "officerCode": "JHA", "branchNumber": "5", "customerBase": {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC98 Create Customer with Foreign Addresses and customer details
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 2453 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Customer Create Successful. CIF Number: V0003140 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.

 Customer creation has been successful.

Content is : {"customerID":"V0003140"}
statusMessage is: Customer Create Successful. CIF Number: V0003140 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
statusFlag is: true
UUID is: dbc7f428-f293-451f-999d-3c39a66012b7

3 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Invalid risk code, ERROR MESSAGE=, TEST SCENARIO=#TC119 Create a new customer with Invalid Risk Code (Number Validation), coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "15", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222602450", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC119 Create a new customer with Invalid Risk Code (Number Validation)
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1603 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 15 Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 15 Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: b21cd1da-5404-4478-a160-6433dfdfccba

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC99 Create Customer with Foreign Addresses and customer details Correct, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "number": "1112222", "areaCode": "212", "extension": 0, "phoneType": "Work", "countryCode": 1 }, { "number": "9921114", "areaCode": null, "extension": 0, "phoneType": "Home", "countryCode": "380" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "type": "FP", "value": "F7Z00000", "issuer": "UKR", "issueDate": "2022-12-22", "expirationDate": "2030-12-22" } ], customerBase={ "dob": "1979-10-28", "name": { "prefix": null, "suffix": null, "lastName": "Verh", "firstName": "Alice", "legalName": null, "middleName": null, "businessName": null }, "email": { "emailType": "Primary E-Mail", "emailAddress": "alicetest@gmail.com" }, "taxID": "999999999", "idList": {{idList}}, "phones": {{phones}}, "taxIDType": "T", "residences": {{residences}}, "alienStatus": { "giin": null, "residentCity": "Milan", "postalCountry": "20122", "citizenCountry": "UP", "postalProvince": null, "residentCountry": "IT", "w8CertificationDate": "2023-11-27" }, "employments": [ { "occupation": "Owner/Investor", "employerName": "NY42G LLC" } ], "foreignInfo": { "taxID": "FZ700000", "address": "Milano, MI 20122" }, "gender": "Male", "customerType": "Person", "tinCertification": "Certified" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "city": null, "state": null, "suite": null, "country": "IT", "postalCode": null, "streetName": "Via Donizetti Gaetano 41", "addressType": "Current", "streetNumber": null, "postalExtension": null } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "officerCode": "JHA", "branchNumber": "5", "customerBase": {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC99 Create Customer with Foreign Addresses and customer details Correct
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 2103 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Customer Create Successful. CIF Number: V0003150 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.

 Customer creation has been successful.

Content is : {"customerID":"V0003150"}
statusMessage is: Customer Create Successful. CIF Number: V0003150 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
statusFlag is: true
UUID is: 01610983-6624-4970-93db-c565301d9134

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC100 Create Customer with Foreign Addresses dark metters, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "number": "1112222", "areaCode": "212", "extension": 0, "phoneType": "Work", "countryCode": 1 }, { "number": "9921114", "areaCode": null, "extension": 0, "phoneType": "Home", "countryCode": "380" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "type": "FP", "value": "F7Z00000", "issuer": "UKR", "issueDate": "2022-12-22", "expirationDate": "2030-12-22" } ], customerBase={ "dob": "1979-10-28", "name": { "prefix": null, "suffix": null, "lastName": "Verh", "firstName": "Alice", "legalName": null, "middleName": null, "businessName": null }, "email": { "emailType": "Primary E-Mail", "emailAddress": "alicetest@gmail.com" }, "taxID": "999999999", "idList": {{idList}}, "phones": {{phones}}, "taxIDType": "T", "residences": {{residences}}, "alienStatus": { "giin": null, "residentCity": "Milan", "postalCountry": "20122", "citizenCountry": "UP", "postalProvince": null, "residentCountry": "IT", "w8CertificationDate": "2023-11-27" }, "employments": [ { "occupation": "Owner/Investor", "employerName": "NY42G LLC" } ], "foreignInfo": { "taxID": "FZ700000", "address": "Milano, MI 20122" }, "gender": "Male", "customerType": "Person", "tinCertification": "Certified" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "city": null, "state": null, "suite": null, "country": "IT", "postalCode": null, "streetName": "Via Donizetti Gaetano 41", "addressType": "Current", "streetNumber": null, "postalExtension": null } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "officerCode": "JHA", "branchNumber": "5", "customerBase": {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC100 Create Customer with Foreign Addresses dark metters
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1940 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Customer Create Successful. CIF Number: V0003160 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.

 Customer creation has been successful.

Content is : {"customerID":"V0003160"}
statusMessage is: Customer Create Successful. CIF Number: V0003160 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
statusFlag is: true
UUID is: d9b18c8b-d913-4c3f-a9f3-f82334a2db8b

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020QueryServiceDictionaryLn
Test class: com.kinective.testscripts.Fi.FiTest
Test method: #TC106 Query Service Dictionary Data
Parameters: {EXPECTED MESSAGE=Service Dictionary Query successful, ERROR MESSAGE=, TEST SCENARIO=#TC106 Query lending dictionary jh2020., VERIFY FIELDS=serviceDictionaryName,serviceDictionaryType, EXPECTED STATUS=200, serviceDictionaryFilter=[ { "filterInformation": { "code": "AcctType", "value": "L" } } ], responseTimeSeconds=15, TEST ID=jh2020QueryServiceDictionaryLn, BODY={ "assetID": "jxchange_2020_api_test", "content": { "serviceDictionaryName": "LnAcctAdd", "serviceDictionaryType": "Rq", "serviceDictionaryFilter": {{serviceDictionaryFilter}} }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC106 Query lending dictionary jh2020.
Steps:

Generating Access Token

 End Point URI:jack-henry/jxchange/fidata/servicedictionaryquery

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 7591 milli second


serviceDictionaryName Field is present in Response Body


serviceDictionaryType Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Service Dictionary Query successful

 Query for Dictionary has been successful.

Content is : {"serviceDictionaryType":"Rq","serviceDictionaryName":"LnAcctAdd","serviceDictionaryFilter":[{"filterInformation":{"code":"AcctType","value":"L"}}],"dictionaryElementInfo":[{"path":"ErrOvrRdInfoArray.ErrOvrRd.ErrCode","name":"ErrCode","required":false},{"path":"AccountId.AcctId","name":"AcctId","required":false},{"path":"AccountId.AcctType","name":"AcctType","required":false},{"path":"LnAdd.LnInfoRec.Term.TermCnt","name":"TermCnt","required":false},{"path":"LnAdd.LnInfoRec.Term.TermUnits","name":"TermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnInfoRec.PmtTermUnits","name":"PmtTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"},{"description":"Semi-Monthly","value":"SemiMonthly"}],"required":false},{"path":"LnAdd.LnInfoRec.PmtTerm","name":"PmtTerm","required":false},{"path":"LnAdd.LnInfoRec.PmtDayOfMonth","name":"PmtDayOfMonth","required":false},{"path":"LnAdd.LnInfoRec.PmtCode","name":"PmtCode","canonicalInfo":[{"description":"Scheduled payment includes accrued int.","value":"0"},{"description":"Amount is scheduled payment plus accrued","value":"1"},{"description":"Payment is accrued interest only","value":"2"},{"description":"Scheduled payment is principal only","value":"3"},{"description":"Single payment at maturity basis","value":"5"}],"required":false},{"path":"LnAdd.LnInfoRec.PmtAmt","name":"PmtAmt","required":false},{"path":"LnAdd.LnInfoRec.OrigBal","name":"OrigBal","required":false},{"path":"LnAdd.LnInfoRec.OpenDt","name":"OpenDt","required":false},{"path":"LnAdd.LnInfoRec.OffCode","name":"OffCode","canonicalInfo":[{"description":"","value":""},{"description":"AMY ALDRICH","value":"AA"},{"description":"AMY COSSEY","value":"AC"},{"description":"AMANDA ELLINGFORD","value":"AE"},{"description":"AARON MCGRATH","value":"AH"},{"description":"ALLEN MILES","value":"AM"},{"description":"AL SUOSSO","value":"AS"},{"description":"ALVINA VANVELDHUIZEN","value":"AV"},{"description":"ARIELLE YATES","value":"AY"},{"description":"BECKY BAKER","value":"BB"},{"description":"BEAU DIAL","value":"BD"},{"description":"BECKY DERSTINE","value":"BE"},{"description":"BRENDA HOLAS","value":"BH"},{"description":"BARBARA KEMPF","value":"BK"},{"description":"BUDDY LEE","value":"BL"},{"description":"BRIAN LIPSCOMB","value":"BL7"},{"description":"BILL NICHOLSON","value":"BN"},{"description":"BECKY PELLHAM","value":"BP"},{"description":"BLAKE RAY","value":"BR"},{"description":"BENJAMIN TUMMONS","value":"BT"},{"description":"BETH USSERY","value":"BU"},{"description":"BRYAN WRIGHT","value":"BW"},{"description":"CHARLES WALLACE","value":"CA"},{"description":"CAROL MITTAG","value":"CAM"},{"description":"CONRAD HAMILTON","value":"CH"},{"description":"CHRIS MEDLIN","value":"CM"},{"description":"CARMEN POOLE","value":"CP"},{"description":"CAROLYN SMITH","value":"CS"},{"description":"CLIFF THOMAS","value":"CT"},{"description":"CHERYL WONDRASCH","value":"CW"},{"description":"CHRISTA MOELLER","value":"CX"},{"description":"CASEY ALEXANDER","value":"CY"},{"description":"CORBIN SPERRY","value":"CZ"},{"description":"DALE BATKO","value":"DA"},{"description":"DARREN BROWN","value":"DAB"},{"description":"DOUG BAUCOM","value":"DB"},{"description":"DARRELL DAHLE-MELSAETHER","value":"DM"},{"description":"DANIEL MOULTRIE","value":"DM6"},{"description":"DEBBIE NEAL","value":"DN"},{"description":"DAN REECE","value":"DR"},{"description":"DON SMITH","value":"DS"},{"description":"DONNA WALSH","value":"DW"},{"description":"ELIZABETH GRISSOM","value":"EG"},{"description":"EMORY MOSIER","value":"EM"},{"description":"ERIC SZEWCZYK","value":"ES"},{"description":"FRITZ HOEFT","value":"FH"},{"description":"FELICIA HOSKINS","value":"FO"},{"description":"GARRETT BLACK","value":"GB"},{"description":"GRETCHEN KAUFMAN","value":"GK"},{"description":"GRACE MYHRE","value":"GM"},{"description":"GERMAINE RUSNC","value":"GR"},{"description":"HALEY ALLEN","value":"HA"},{"description":"HEATHER GORDON","value":"HG"},{"description":"HEATHER LOGAN","value":"HL"},{"description":"HALEY SPERRY","value":"HS"},{"description":"IRENE LAFLEX","value":"IL"},{"description":"INGRID LARSON","value":"IN"},{"description":"JOSH BRASWELL","value":"JA"},{"description":"JACOB BARNES","value":"JB"},{"description":"JENNIFER COLWELL","value":"JC"},{"description":"JARED SEBASTIAN","value":"JD"},{"description":"JOHN GROVES","value":"JG"},{"description":"JARVAE HALL","value":"JH"},{"description":"JACK HENRY","value":"JHA"},{"description":"JOSHUA JORDAN","value":"JJ"},{"description":"JENNIFER KESLER","value":"JK"},{"description":"JASON LIMBAUGH","value":"JL"},{"description":"JANIS MANES","value":"JM"},{"description":"JEREMY NEWLAND","value":"JN"},{"description":"JENNIFER PRIER","value":"JP"},{"description":"JOHN WALKER","value":"JR"},{"description":"JEANNE STRUTZ","value":"JS"},{"description":"JAMES TROUB","value":"JT"},{"description":"JACKIE LEWIS","value":"JV"},{"description":"JEFF WINN","value":"JW"},{"description":"JACK CIVILIKAS","value":"JX"},{"description":"JOHN STEINMAN","value":"JZ"},{"description":"KATHY ALLEN","value":"KA"},{"description":"KIM BRANDT","value":"KB"},{"description":"KATE BARON","value":"KE"},{"description":"KRISTEN FALIES","value":"KF"},{"description":"KRISTEN KAISLER","value":"KK"},{"description":"KARAH LAFFERTY","value":"KL"},{"description":"KEVIN LIPSKI","value":"KN"},{"description":"KRISTEN REYNOLDS","value":"KR"},{"description":"LISA ALLING","value":"LA"},{"description":"LEROY BANKS","value":"LB"},{"description":"LAURA GOFORTH","value":"LG"},{"description":"LORI HYMER","value":"LH"},{"description":"LINLEY SIRACUSA","value":"LS"},{"description":"LINLEY BARASH","value":"LS1"},{"description":"LARRY WEAS","value":"LW"},{"description":"MARILYN BRYAN","value":"MB"},{"description":"MELISA CRASS","value":"MC"},{"description":"MIKE SHANKLE","value":"ME"},{"description":"MARGIE FENSKE","value":"MF"},{"description":"MARSHA GLIESSNER","value":"MG"},{"description":"MARK JACQUES","value":"MJ"},{"description":"MARK SANDERS","value":"MK"},{"description":"MELANIE LENOX","value":"ML"},{"description":"MELISSA MILLER","value":"MM"},{"description":"MOLLY MANTEI","value":"MM1"},{"description":"MELODIE STOCKTON","value":"MN"},{"description":"MOLLY STEWART","value":"MS"},{"description":"OFFICER FOR PLACING MESSAGES","value":"MSG"},{"description":"MICHEAL YOUNG","value":"MY"},{"description":"MARY CARKEET","value":"MZ"},{"description":"MONETT J7 A","value":"M01"},{"description":"MONETT J7 A","value":"M02"},{"description":"MONETT J7 A","value":"M03"},{"description":"MONETT J7 A","value":"M04"},{"description":"MONETT J7 A","value":"M05"},{"description":"MONETT J7 A","value":"M06"},{"description":"MONETT J7 A","value":"M07"},{"description":"MONETT J7 A","value":"M08"},{"description":"MONETT J7 A","value":"M09"},{"description":"MONETT J7 A","value":"M10"},{"description":"MONETT J7 A","value":"M11"},{"description":"MONETT J7 A","value":"M12"},{"description":"MONETT J7 A","value":"M13"},{"description":"MONETT J7 A","value":"M14"},{"description":"MONETT J7 A","value":"M15"},{"description":"MONETT J7 A","value":"M16"},{"description":"MONETT J7 A","value":"M17"},{"description":"MONETT J7 A","value":"M18"},{"description":"MONETT J7 A","value":"M19"},{"description":"MONETT J7 A","value":"M20"},{"description":"MONETT J7 A","value":"M21"},{"description":"MONETT J7 A","value":"M22"},{"description":"MONETT J7 A","value":"M23"},{"description":"MONETT J7 B","value":"M24"},{"description":"MONETT J7 B","value":"M25"},{"description":"MONETT J7 B","value":"M26"},{"description":"MONETT J7 B","value":"M27"},{"description":"MONETT J7 B","value":"M28"},{"description":"MONETT J7 B","value":"M29"},{"description":"MAX BLALOCK III","value":"M3"},{"description":"MONETT J7 B","value":"M30"},{"description":"MONETT J7 B","value":"M31"},{"description":"MONETT J7 B","value":"M32"},{"description":"MONETT J7 B","value":"M33"},{"description":"MONETT J7 B","value":"M34"},{"description":"MONETT J7 B","value":"M35"},{"description":"MONETT J7 B","value":"M36"},{"description":"MONETT J7 C","value":"M37"},{"description":"MONETT J7 C","value":"M38"},{"description":"MONETT J7 C","value":"M39"},{"description":"MONETT J7 C","value":"M40"},{"description":"MONETT J7 C","value":"M41"},{"description":"MONETT J7 C","value":"M42"},{"description":"MONETT J7 C","value":"M43"},{"description":"MONETT J7 C","value":"M44"},{"description":"MONETT J7 C","value":"M45"},{"description":"MONETT J7 C","value":"M46"},{"description":"MONETT J7 C","value":"M47"},{"description":"MONETT J7 C","value":"M48"},{"description":"MONETT J7 C","value":"M49"},{"description":"MONETT J7 C","value":"M50"},{"description":"MONETT J7 C","value":"M51"},{"description":"MONETT J7 C","value":"M52"},{"description":"MONETT J7 C","value":"M53"},{"description":"MONETT J7 C","value":"M54"},{"description":"MONETT J7 C","value":"M55"},{"description":"MONETT J7 C","value":"M56"},{"description":"MONETT J7 C","value":"M57"},{"description":"MONETT J7 C","value":"M58"},{"description":"MONETT J7 C","value":"M59"},{"description":"MONETT J7 C","value":"M60"},{"description":"MONETT J7 E","value":"M61"},{"description":"MONETT J7 E","value":"M62"},{"description":"MONETT J7 E","value":"M63"},{"description":"MONETT J7 E","value":"M64"},{"description":"MONETT J7 E","value":"M65"},{"description":"MONETT J7 E","value":"M66"},{"description":"MONETT J7 E","value":"M67"},{"description":"MONETT J7 E","value":"M68"},{"description":"MONETT J7 E","value":"M69"},{"description":"MONETT J7 E","value":"M70"},{"description":"MONETT J7 E","value":"M71"},{"description":"MONETT J7 E","value":"M72"},{"description":"MONETT J7 3","value":"M73"},{"description":"MONETT J7 E","value":"M74"},{"description":"MONETT J7 E","value":"M75"},{"description":"MONETT J7 E","value":"M76"},{"description":"MONETT J7 E","value":"M77"},{"description":"MONETT J7 E","value":"M78"},{"description":"MONETT J7 E","value":"M79"},{"description":"MONETT J7 E","value":"M80"},{"description":"MONETT J7 E","value":"M81"},{"description":"MONETT J7 E","value":"M82"},{"description":"MONETT J7 E","value":"M83"},{"description":"MONETT J7 E","value":"M84"},{"description":"NIKKI MCRAY","value":"NM"},{"description":"PATRICIA DOMINGUEZ","value":"PAD"},{"description":"PATRICK KOSTER","value":"PK"},{"description":"REBECCA SIBLE","value":"RA"},{"description":"RICHIE DODGEN","value":"RD"},{"description":"RENEE DEANE","value":"RE"},{"description":"RON HARMAN","value":"RH"},{"description":"RICKY J MILLER","value":"RJM"},{"description":"R J WITT","value":"RJW"},{"description":"ROBERT ONEAL","value":"RO"},{"description":"ROBERT ONEAL","value":"RO2"},{"description":"RENDY SMITH","value":"RS"},{"description":"SHARON ATCHER","value":"SA"},{"description":"STACY BISHOP","value":"SB"},{"description":"STEPHANIE CAREY","value":"SC"},{"description":"SARAH DELUCIA","value":"SD"},{"description":"SUSAN GRIPKA","value":"SG"},{"description":"SARAH DYESS","value":"SH"},{"description":"STACY LECLAIR","value":"SJL"},{"description":"STEVE BROCK","value":"SK"},{"description":"SYLVIA LITTLE","value":"SL"},{"description":"SHARON MCCLUSKEY","value":"SM"},{"description":"STEPHEN ANDERSON","value":"SN"},{"description":"STACY PERIMAN","value":"SP"},{"description":"SANDRA BOOKER","value":"SR"},{"description":"SHANNON STREET","value":"SS"},{"description":"STEVE SHERMAN","value":"ST"},{"description":"SPENCER PREVALL","value":"SV"},{"description":"SHANNON SIMS","value":"SX"},{"description":"SANDY BROWNING","value":"SY"},{"description":"SCOTT GLEASON","value":"SZ"},{"description":"SPRINGFIELD S1 A","value":"S01"},{"description":"SPRINGFIELD S1 A","value":"S02"},{"description":"SPRINGFIELD S1 A","value":"S03"},{"description":"SPRINGFIELD S1 A","value":"S04"},{"description":"SPRINGFIELD S1 A","value":"S05"},{"description":"SPRINGFIELD S1 A","value":"S06"},{"description":"SPRINGFIELD S1 A","value":"S07"},{"description":"SPRINGFIELD S1 A","value":"S08"},{"description":"SPRINGFIELD S1 A","value":"S09"},{"description":"SPRINGFIELD S1 A","value":"S10"},{"description":"SPRINGFIELD S1 A","value":"S11"},{"description":"SPRINGFIELD S1 A","value":"S12"},{"description":"SPRINGFIELD S1 B","value":"S13"},{"description":"SPRINGFIELD S1 B","value":"S14"},{"description":"SPRINGFIELD S1 B","value":"S15"},{"description":"SPRINGFIELD S1 B","value":"S16"},{"description":"SPRINGFIELD S1 B","value":"S17"},{"description":"SPRINGFIELD S1 B","value":"S18"},{"description":"SPRINGFIELD S1 B","value":"S19"},{"description":"SPRINGFIELD S1 B","value":"S20"},{"description":"SPRINGFIELD S1 B","value":"S21"},{"description":"SPRINGFIELD S1 B","value":"S22"},{"description":"SPRINGFIELD S1 B","value":"S23"},{"description":"SPRINGFIELD S1 B","value":"S24"},{"description":"TERRI BARNGROVER","value":"TA"},{"description":"TAMMY BANGS","value":"TB"},{"description":"TONI MONTILEONE","value":"TD"},{"description":"TRACEY LEASE","value":"TE"},{"description":"TIFFANY JANE","value":"TJ"},{"description":"TODD LYLE","value":"TL"},{"description":"TAMMY LANDOLL","value":"TO"},{"description":"TAMMY PERRY","value":"TP"},{"description":"TRICIA SMITH","value":"TS"},{"description":"TAMMY SARGENT","value":"TS7"},{"description":"TRACIE WEIR","value":"TW"},{"description":"VICKY DUDLEY","value":"VD"},{"description":"VICTOR SIMONETTI","value":"VI"},{"description":"VINCE RACCA","value":"VR"},{"description":"VINCE SPAVALE","value":"VS"}],"required":false},{"path":"LnAdd.LnInfoRec.MatDt","name":"MatDt","required":false},{"path":"LnAdd.LnInfoRec.IntRate","name":"IntRate","required":false},{"path":"LnAdd.LnInfoRec.BrCode","name":"BrCode","canonicalInfo":[{"description":"Monett Branch","value":"1"},{"description":"Springfield Branch","value":"2"},{"description":"Birmingham Branch","value":"3"},{"description":"San Diego Branch","value":"4"},{"description":"Centennial Branch","value":"5"},{"description":"Alpharetta Branch","value":"6"},{"description":"Lenexa Branch","value":"7"},{"description":"Elizabethtown Branch","value":"8"},{"description":"Mendota Heights Branch","value":"9"},{"description":"Omaha Branch","value":"10"},{"description":"Lyndhurst Branch","value":"11"},{"description":"Online Branch","value":"12"}],"required":false},{"path":"LnAdd.LnInfoRec.ProdCode","name":"ProdCode","canonicalInfo":[{"description":"COMMERCIAL R/E","value":"BC"},{"description":"COMMERCIAL","value":"BE"},{"description":"CONSUMER LOANS","value":"CC"},{"description":"CORRESPONDENT LEND","value":"CL"},{"description":"DEALER LOAN","value":"DE"},{"description":"HELOC INTEREST ONLY","value":"EC"},{"description":"HELOC % OF BALANCE","value":"EM"},{"description":"HELOAN","value":"EP"},{"description":"HOME EQ % PRIN TX","value":"ET"},{"description":"EQUICHECK","value":"E4"},{"description":"FLOOR PLAN","value":"FL"},{"description":"ADJUSTABLE RATE MTG","value":"GA"},{"description":"CONSUMER CONST","value":"HC"},{"description":"INDIRECT - RV LOAN","value":"IR"},{"description":"DIRECT - VEHICLE","value":"IV"},{"description":"LEASE LOAN","value":"LL"},{"description":"LETTERS OF CREDIT","value":"LO"},{"description":"COMMERCIAL CONST","value":"L3"},{"description":"MASTER PLAN LOC","value":"MP"},{"description":"MOBILE HOME","value":"MS"},{"description":"FIXED RATE MORTGAGE","value":"MT"},{"description":"SBA PPP","value":"PP"},{"description":"RAW LAND COMMERCIAL","value":"PW"},{"description":"PERSONAL LINE","value":"P1"},{"description":"RAW LAND","value":"RF"},{"description":"COMMERCIAL LOC","value":"R2"},{"description":"FIXED RATE MORTGAGE","value":"S"},{"description":"SBA 7A 365/365","value":"SA"},{"description":"SBA LOAN 30/360","value":"SB"},{"description":"PERSONAL LOAN","value":"SG"},{"description":"SBA 504","value":"SR"},{"description":"TAX FREE 30/360","value":"TA"},{"description":"USDA GUARANTEED LN","value":"US"}],"required":false},{"path":"LnAdd.LnInfoRec.AcctStat","name":"AcctStat","canonicalInfo":[{"description":"Loan is active, Transactions accepted","value":"1"},{"description":"Loan closed, Transactions not accepted","value":"2"},{"description":"Loan matured, System will not allow advn","value":"3"},{"description":"New loan today, transactions accepted","value":"4"},{"description":"Open not accruing, transactions accepted","value":"5"},{"description":"Accruing but frozen, trans not accepted","value":"6"},{"description":"Frozen not accruing, trans not accepted","value":"7"},{"description":"Charged off not accruing, trans accepted","value":"8"}],"required":false},{"path":"LnAdd.LnInfoRec.CustId","name":"CustId","required":false},{"path":"LnAdd.LnInfoRec.AcctTitleArray.AcctTitleInfo.AddlName.ComName","name":"ComName","required":false},{"path":"LnAdd.LnInfoRec.AcctTitleArray.AcctTitleInfo.AddlName.ComName","name":"ComName","required":false},{"path":"LnAdd.LnInfoRec.SalesPerson","name":"SalesPerson","required":false},{"path":"LnAdd.LnInfoRec.TINInfo.TaxId","name":"TaxId","required":false},{"path":"LnAdd.LnInfoRec.TINInfo.TaxIdOwnerName.ComName","name":"ComName","required":false},{"path":"LnAdd.LnInfoRec.TINInfo.TINCode","name":"TINCode","canonicalInfo":[{"description":"","value":""},{"description":"Federal Tax Identification","value":"T"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Additional Insurance","value":"User Code Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Uncollectable","value":"User Code Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Watch List Code","value":"User Code Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Square Footage","value":"User Code Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User code #5","value":"User Code Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User code #6","value":"User Code Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Second mtg exp date","value":"User Date Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Date of Judgement","value":"User Date Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Watch List Date","value":"User Date Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Appraisal Date","value":"User Date Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User date #5","value":"User Date Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User date #6","value":"User Date Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Second mtg amount","value":"User Amount Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Judgement amount","value":"User Amount Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Watch Amount","value":"User Amount Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Sq. Ft.","value":"User Amount Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Additional Info","value":"User Amount Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #6","value":"User Amount Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #1","value":"User Description Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #2","value":"User Description Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #3","value":"User Description Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #4","value":"User Description Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #5","value":"User Description Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User desc #6","value":"User Description Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #1","value":"User 1 Alpha Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #2","value":"User 1 Alpha Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #3","value":"User 1 Alpha Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"# of rooms","value":"User 1 Alpha Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #5","value":"User 1 Alpha Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 1 alpha #6","value":"User 1 Alpha Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #1","value":"User 5 Alpha Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #2","value":"User 5 Alpha Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #3","value":"User 5 Alpha Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #4","value":"User 5 Alpha Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #5","value":"User 5 Alpha Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User 5 alpha #6","value":"User 5 Alpha Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#1","value":"User 11 Numeric Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#2","value":"User 11 Numeric Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#3","value":"User 11 Numeric Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#4","value":"User 11 Numeric Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#5","value":"User 11 Numeric Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User amount #2-#6","value":"User 11 Numeric Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"Perenctage","value":"User 3 Numeric Desc 1"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #2","value":"User 3 Numeric Desc 2"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #3","value":"User 3 Numeric Desc 3"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #4","value":"User 3 Numeric Desc 4"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #5","value":"User 3 Numeric Desc 5"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","canonicalInfo":[{"description":"User numeric 3 #6","value":"User 3 Numeric Desc 6"}],"required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.TitleNeeded","name":"TitleNeeded","required":false},{"path":"LnAdd.LnAcctInfo.SubPrimeLnCode","name":"SubPrimeLnCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnAcctInfo.StudentLnCode","name":"StudentLnCode","canonicalInfo":[{"description":"","value":""},{"description":"Demand","value":"D"},{"description":"Student","value":"S"}],"required":false},{"path":"LnAdd.LnAcctInfo.RstrAdvaOvrLmt","name":"RstrAdvaOvrLmt","required":false},{"path":"LnAdd.LnAcctInfo.PurpCode","name":"PurpCode","canonicalInfo":[{"description":"","value":""},{"description":"Other Consumer Purpose","value":"1"},{"description":"SBA 7a Guaranteed Loans","value":"2"},{"description":"SBA 504 Program","value":"3"},{"description":"USDA Government Guaranteed Loan","value":"4"},{"description":"Vacation","value":"11"},{"description":"Education","value":"13"},{"description":"Consolidate Bills","value":"15"},{"description":"Purchase Of Stock/Bonds","value":"16"},{"description":"Purchase Other Consumer Goods","value":"17"},{"description":"Floor Plan","value":"24"},{"description":"Purchase Mobile Home","value":"25"},{"description":"Agriculture Purpose","value":"28"},{"description":"Purchase New Automobile","value":"31"},{"description":"Purchase Farm Equipment","value":"33"},{"description":"Purchase Used Automobile","value":"34"},{"description":"Purchase New/Used Recreational Vehicle","value":"35"},{"description":"Purchase New/Used Boat","value":"37"},{"description":"Purchase New/Used Aircraft","value":"38"},{"description":"Real Estate/Other","value":"44"},{"description":"Construction Of Primary Dwelling","value":"50"},{"description":"Home Improvement Purpose (Secured By Real Estate)","value":"51"},{"description":"Do Not Use (Previously Was Home Imp. Not Secured Code)","value":"53"},{"description":"2nd Mortgage Up To 5 Years","value":"62"},{"description":"Purchase Unimproved Land","value":"68"},{"description":"Purch. Money/Refinance Of Purch. 1st Mtg. Non-Owner Occupied","value":"69"},{"description":"Purch. Money/Refinance Of Purch. 1st Mtg. Primary Residence","value":"70"},{"description":"Personal Line Of Credit Loans","value":"74"},{"description":"Other Business Purpose","value":"85"},{"description":"Land Acquisition And Development Business Purpose Loan","value":"86"},{"description":"Permanent Financing (Real Est.) Business Purpose Loan","value":"87"},{"description":"Investment/Rental Property Purchase Business Purpose Loan","value":"88"},{"description":"Short Term Working Capital (Includes Seasonal Borrowings)","value":"90"},{"description":"Retail Paper/Consumer Contracts","value":"91"},{"description":"Capital Expenditures (Property,plant,equipment)","value":"92"},{"description":"Crop Production","value":"93"},{"description":"Livestock Production (Including Fisheries)","value":"94"},{"description":"Home Equity","value":"95"},{"description":"Tax Advantage Plus","value":"96"},{"description":"Construction Business Purpose","value":"97"},{"description":"Land Acquisition Business Purpose Loan","value":"98"},{"description":"Do Not Use","value":"99"}],"required":false},{"path":"LnAdd.LnAcctInfo.PtPaid","name":"PtPaid","required":false},{"path":"LnAdd.LnAcctInfo.PrtPastDueNotCode","name":"PrtPastDueNotCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnAcctInfo.PrtCouponBook","name":"PrtCouponBook","required":false},{"path":"LnAdd.LnAcctInfo.PrtBilNotCode","name":"PrtBilNotCode","canonicalInfo":[{"description":"APR","value":"A"},{"description":"No","value":"N"},{"description":"Statement","value":"S"},{"description":"Yes","value":"Y"},{"description":"Regulation Z","value":"Z"}],"required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenCode","name":"PrePmtPenCode","canonicalInfo":[{"description":"","value":""},{"description":"UNSCHEDULED PRINCIPAL PAYMENT","value":"1"}],"required":false},{"path":"LnAdd.LnAcctInfo.LateChgCode","name":"LateChgCode","canonicalInfo":[{"description":"Charge Code","value":""},{"description":"Charge Code","value":"2"},{"description":"Charge Code","value":"3"},{"description":"Charge Code","value":"4"},{"description":"Charge Code","value":"5"},{"description":"Charge Code","value":"7"},{"description":"Charge Code","value":"8"},{"description":"Charge Code","value":"9"},{"description":"Charge Code","value":"10"},{"description":"Charge Code","value":"14"},{"description":"Charge Code","value":"15"},{"description":"Charge Code","value":"16"},{"description":"Charge Code","value":"17"},{"description":"Charge Code","value":"18"},{"description":"Charge Code","value":"19"},{"description":"Charge Code","value":"20"},{"description":"Charge Code","value":"21"},{"description":"Charge Code","value":"22"},{"description":"Charge Code","value":"24"},{"description":"Charge Code","value":"25"},{"description":"Charge Code","value":"30"},{"description":"Charge Code","value":"31"},{"description":"Charge Code","value":"32"},{"description":"Charge Code","value":"34"},{"description":"Charge Code","value":"35"},{"description":"Charge Code","value":"36"},{"description":"Charge Code","value":"37"},{"description":"Charge Code","value":"38"},{"description":"Charge Code","value":"39"},{"description":"Charge Code","value":"40"},{"description":"Charge Code","value":"41"},{"description":"Charge Code","value":"42"},{"description":"Charge Code","value":"43"},{"description":"Charge Code","value":"44"},{"description":"Charge Code","value":"45"},{"description":"Charge Code","value":"47"},{"description":"Charge Code","value":"48"},{"description":"Charge Code","value":"49"},{"description":"Charge Code","value":"50"},{"description":"Charge Code","value":"51"},{"description":"Charge Code","value":"52"},{"description":"Charge Code","value":"53"},{"description":"Charge Code","value":"54"},{"description":"Charge Code","value":"55"},{"description":"Charge Code","value":"56"},{"description":"Charge Code","value":"57"},{"description":"Charge Code","value":"58"},{"description":"Charge Code","value":"59"},{"description":"Charge Code","value":"60"},{"description":"Charge Code","value":"61"},{"description":"Charge Code","value":"63"},{"description":"Charge Code","value":"72"},{"description":"Charge Code","value":"77"}],"required":false},{"path":"LnAdd.LnAcctInfo.IncCombStmt","name":"IncCombStmt","required":false},{"path":"LnAdd.LnAcctInfo.HldMailCode","name":"HldMailCode","canonicalInfo":[{"description":"","value":""},{"description":" *** DO NOT MAIL ***","value":" 2"},{"description":"ATTN: BOOKKEEPING DEPT","value":" 3"},{"description":"ATTN: LOAN SERVICING DEPT","value":" 4"},{"description":"ATTN: DATA PROCESSING DEPT","value":" 5"},{"description":"SKIPPED LEFT NO NEW ADDRESS","value":" 6"},{"description":"UNDELIVERABLE","value":" 7"},{"description":"ROUTE TO ED","value":" 8"},{"description":"FORWARD TO COLLECTIONS","value":" 9"}],"required":false},{"path":"LnAdd.LnAcctInfo.ExmnrClsfCode","name":"ExmnrClsfCode","required":false},{"path":"LnAdd.LnAcctInfo.CurLnToValRatio","name":"CurLnToValRatio","required":false},{"path":"LnAdd.LnAcctInfo.CrRatingCode","name":"CrRatingCode","required":false},{"path":"LnAdd.LnAcctInfo.CouponBookTerm","name":"CouponBookTerm","required":false},{"path":"LnAdd.LnAcctInfo.CollatCode","name":"CollatCode","canonicalInfo":[{"description":"","value":""},{"description":"AUTOMOBILE","value":"10"},{"description":"CRE-Raw Land: Condominiums/Townhomes - 1st Lien","value":"201"},{"description":"CRE-Raw Land: Condominiums/Townhomes - 2nd+ Lien","value":"202"},{"description":"CRE-Raw Land: Hotel/Motel - 1st Lien","value":"203"},{"description":"CRE-Raw Land: Hotel/Motel - 2nd+ Lien","value":"204"},{"description":"CRE-Raw Land: Industrial/Warehouse - 1st Lien","value":"205"},{"description":"CRE-Raw Land: Industrial/Warehouse - 2nd+ Lien","value":"206"},{"description":"CRE-Raw Land: Multi-Family - 1st Lien","value":"207"},{"description":"CRE-Raw Land: Multi-Family - 2nd+ Lien","value":"208"},{"description":"CRE-Raw Land: Office/Professional/Showroom - 1st Lien","value":"209"},{"description":"CRE-Raw Land: Office/Professional/Showroom - 2nd+ Lien","value":"210"},{"description":"CRE-Raw Land: Retail - 1st Lien","value":"211"},{"description":"CRE-Raw Land: Retail - 2nd+ Lien","value":"212"},{"description":"CRE-Raw Land: Other - 1st Lien","value":"213"},{"description":"CRE-Raw Land: Other - 2nd+ Lien","value":"214"},{"description":"CRE-Developed Lots: Condominiums/Townhomes - 1st Lien","value":"215"},{"description":"CRE-Developed Lots: Condominiums/Townhomes - 2nd+ Lien","value":"216"},{"description":"CRE-Developed Lots: Hotel/Motel - 1st Lien","value":"217"},{"description":"CRE-Developed Lots: Hotel/Motel - 2nd+ Lien","value":"218"},{"description":"CRE-Developed Lots: Industrial/Warehouse - 1st Lien","value":"219"},{"description":"CRE-Developed Lots: Industrial/Warehouse - 2nd+ Lien","value":"220"},{"description":"CRE-Developed Lots: Multi-Family - 1st Lien","value":"221"},{"description":"CRE-Developed Lots: Multi-Family - 2nd+ Lien","value":"222"},{"description":"CRE-Developed Lots: Office/Professional/Showroom - 1st Lien","value":"223"},{"description":"CRE-Developed Lots: Office/Professional/Showroom - 2nd+ Lien","value":"224"},{"description":"CRE-Developed Lots: Retail - 1st Lien","value":"225"},{"description":"CRE-Developed Lots: Retail - 2nd+ Lien","value":"226"},{"description":"CRE-Developed Lots: Other - 1st Lien","value":"227"},{"description":"CRE-Developed Lots: Other - 2nd+ Lien","value":"228"},{"description":"CRE-Condominiums/Townhomes: Residential - 1st Lien","value":"229"},{"description":"CRE-Condominiums/Townhomes: Residential - 2nd+ Lien","value":"230"},{"description":"CRE-Condominiums/Townhomes: Commercial - 1st Lien","value":"231"},{"description":"CRE-Condominiums/Townhomes: Commercial - 2nd+ Lien","value":"232"},{"description":"CRE-Hotel/Motel: Upper/Luxury/Full Service - 1st Lien","value":"233"},{"description":"CRE-Hotel/Motel: Upper/Luxury/Full Service - 2nd+ Lien","value":"234"},{"description":"CRE-Hotel/Motel: Middle - 1st Lien","value":"235"},{"description":"CRE-Hotel/Motel: Middle - 2nd+ Lien","value":"236"},{"description":"CRE-Hotel/Motel: Budget/Economy/Limited - 1st Lien","value":"237"},{"description":"CRE-Hotel/Motel: Budget/Economy/Limited - 2nd+ Lien","value":"238"},{"description":"CRE-Hotel/Motel: Non-National Flag - 1st Lien","value":"239"},{"description":"CRE-Hotel/Motel: Non-National Flag - 2nd+ Lien","value":"240"},{"description":"CRE-Industrial/Warehouse: 100% Credit Tenant - 1st Lien","value":"241"},{"description":"CRE-Industrial/Warehouse: 100% Credit Tenant - 2nd+ Lien","value":"242"},{"description":"CRE-Industrial/Warehouse: >50% Credit Tenant - 1st Lien","value":"243"},{"description":"CRE-Industrial/Warehouse: >50% Credit Tenant - 2nd+ Lien","value":"244"},{"description":"CRE-Industrial/Warehouse: <50% Credit Tenant - 1st Lien","value":"245"},{"description":"CRE-Industrial/Warehouse: <50% Credit Tenant - 2nd+ Lien","value":"246"},{"description":"CRE-Industrial/Warehouse: Mini-Warehouse - 1st Lien","value":"247"},{"description":"CRE-Industrial/Warehouse: Mini-Warehouse - 2nd+ Lien","value":"248"},{"description":"CRE-Multi-Family: Premier/Upscale - 1st Lien","value":"249"},{"description":"CRE-Multi-Family: Premier/Upscale - 2nd+ Lien","value":"250"},{"description":"CRE-Multi Family: Above Average - 1st Lien","value":"251"},{"description":"CRE-Multi-Family: Above Average - 2nd+ Lien","value":"252"},{"description":"CRE-Multi-Family: Average - 1st Lien","value":"253"},{"description":"CRE-Multi Family: Average - 2nd+ Lien","value":"254"},{"description":"CRE-Office/Professional/Showroom: Premier/Upscale - 1st Lien","value":"255"},{"description":"CRE-Office/Professional/Showroom: Premier/Upscale -2nd+ Lien","value":"256"},{"description":"CRE-Office/Professional/Showroom: Above Average - 1st Lien","value":"257"},{"description":"CRE-Office/Professional/Showroom: Above Average - 2nd+ Lien","value":"258"},{"description":"CRE-Office/Professional/Showroom: Average - 1st Lien","value":"259"},{"description":"CRE-Office/Professional/Showroom: Average - 2nd+ Lien","value":"260"},{"description":"CRE-Retail: 100% Credit Tenant - 1st Lien","value":"261"},{"description":"CRE-Retail: 100% Credit Tenant - 2nd+ Lien","value":"262"},{"description":"CRE-Retail: >50% Credit Tenant - 1st Lien","value":"263"},{"description":"CRE-Retail: >50% Credit Tenant - 2nd+ Lien","value":"264"},{"description":"CRE-Retail: <50% Credit Tenant - 1st Lien","value":"265"},{"description":"CRE-Retail: <50% Credit Tenant - 2nd+ Lien","value":"266"},{"description":"CRE-Not Elsewhere Classified: General Purpose - 1st Lien","value":"267"},{"description":"CRE-Not Elsewhere Classified: General Purpose - 2nd+ Lien","value":"268"},{"description":"CRE-Not Elsewhere Classified: Special Purpose - 1st Lien","value":"269"},{"description":"CRE-Not Elsewhere Classified: Special Purpose - 2nd+ Lien","value":"270"},{"description":"Residential RE-Raw Land: One Family - 1st Lien","value":"301"},{"description":"Residential RE-Raw Land: One Family - 2nd+ Lien","value":"302"},{"description":"Residential RE-Raw Land: Two Family - 1st Lien","value":"303"},{"description":"Residential RE-Raw Land: Two Family - 2nd+ Lien","value":"304"},{"description":"Residential RE-Raw Land: Three Family - 1st Lien","value":"305"},{"description":"Residential RE-Raw Land: Three Family - 2nd+ Lien","value":"306"},{"description":"Residential RE-Raw Land: Four Family - 1st Lien","value":"307"},{"description":"Residential RE-Raw Land: Four Family - 2nd+ Lien","value":"308"},{"description":"Residential RE-Developed Lots: One Family - 1st Lien","value":"309"},{"description":"Residential RE-Developed Lots: One Family - 2nd+ Lien","value":"310"},{"description":"Residential RE-Developed Lots: Two Family - 1st Lien","value":"311"},{"description":"Residential RE-Developed Lots: Two Family - 2nd+ Lien","value":"312"},{"description":"Residential RE-Developed Lots: Three Family - 1st Lien","value":"313"},{"description":"Residential RE-Developed Lots: Three Family - 2nd+ Lien","value":"314"},{"description":"Residential RE-Developed Lots: Four Family - 1st Lien","value":"315"},{"description":"Residential RE-Developed Lots: Four Family - 2nd+ Lien","value":"316"},{"description":"Residential RE-1-4 Family Spec: One Family -1st Lien","value":"317"},{"description":"Residential RE-1-4 Family Spec: One Family - 2nd+ Lien","value":"318"},{"description":"Residential RE-1-4 Family Spec: Two Family - 1st Lien","value":"319"},{"description":"Residential RE-1-4 Family Spec: Two Family - 2nd+ Lien","value":"320"},{"description":"Residential RE-1-4 Family Spec: Three Family - 1st Lien","value":"321"},{"description":"Residential RE-1-4 Family Spec: Three Family - 2nd+ Lien","value":"322"},{"description":"Residential RE-1-4 Family Spec: Four Family - 1st Lien","value":"323"},{"description":"Residential RE-1-4 Family Spec: Four Family - 2nd+ Lien","value":"324"},{"description":"Residential RE-1-4 Family Contract: One Family - 1st Lien","value":"325"},{"description":"Residential RE-1-4 Family Contract: One Family - 2nd+ Lien","value":"326"},{"description":"Residential RE-1-4 Family Contract: Two Family - 1st Lien","value":"327"},{"description":"Residential RE-1-4 Family Contract: Two Family - 2nd+ Lien","value":"328"},{"description":"Residential RE-1-4 Family Contract: Three Family - 1st Lien","value":"329"},{"description":"Residential RE-1-4 Family Contract: Three Family - 2nd+ Lien","value":"330"},{"description":"Residential RE-1-4 Family Contract: Four Family - 1st Lien","value":"331"},{"description":"Residential RE-1-4 Family Contract: Four Family - 2nd+ Lien","value":"332"},{"description":"Residential RE-1-4 Family Rental: One Family - 1st Lien","value":"333"},{"description":"Residential RE-1-4 Family Rental: One Family - 2nd+ Lien","value":"334"},{"description":"Residential RE-1-4 Family Rental: Two Family - 1st Lien","value":"335"},{"description":"Residential RE-1-4 Family Rental: Two Family - 2nd+ Lien","value":"336"},{"description":"Residential RE-1-4 Family Rental: Three Family - 1st Lien","value":"337"},{"description":"Residential RE-1-4 Family Rental: Three Family - 2nd+ Lien","value":"338"},{"description":"Residential RE-1-4 Family Rental: Four Family - 1st Lien","value":"339"},{"description":"Residential RE-1-4 Family Rental: Four Family - 2nd+ Lien","value":"340"},{"description":"Residential RE-Owner Occupied: Primary-Trad Struct -1st Lien","value":"341"},{"description":"Residential RE-Owner Occupied: Primary-Trad Struct-2nd+ Lien","value":"342"},{"description":"Residential RE-Owner Occupied: Primary-M/H with RE -1st Lien","value":"343"},{"description":"Residential RE-Owner Occupied: Primary-M/H with RE-2nd+ Lien","value":"344"},{"description":"Residential RE-Owner Occupied: Secondary-Trad Strc-1st Lien","value":"345"},{"description":"Residential RE-Owner Occupied: Secondary-Trad Strc-2nd+ Lien","value":"346"},{"description":"Residential RE-Owner Occupied: Secondary-M/H w/RE-1st Lien","value":"347"},{"description":"Residential RE-Owner Occupied: Secondary-M/H w/RE -2nd+ Lien","value":"348"},{"description":"Residential RE-Other Consumer Purpose RE: Raw Land -1st Lien","value":"349"},{"description":"Residential RE-Other Consumer Purpose RE: Raw Land-2nd+ Lien","value":"350"},{"description":"Residential RE-Other Cons Purpose RE: Develped Lot -1st Lien","value":"351"},{"description":"Residential RE-Other Cons Purpose RE: Develped Lot-2nd+ Lien","value":"352"},{"description":"LOC-Standby/Perform: Financial Inst w/Assets >$10 Billion","value":"401"},{"description":"LOC-Standby/Perform: Financial Inst w/Assets >$5 Billion","value":"402"},{"description":"LOC-Standby/Perform: Financial Inst w/Assets <$5 Billion","value":"403"},{"description":"LOC-Direct Pay/Finance: Financial Inst w/Assets >$10 Billion","value":"404"},{"description":"LOC-Direct Pay/Finance: Financial Inst w/Assets >$5 Billion","value":"405"},{"description":"LOC-Direct Pay/Finance: Financial Inst w/Assets <$5 Billion","value":"406"},{"description":"Comml Indust Ag-Owner Occupied RE: General Purpse - 1st Lien","value":"501"},{"description":"Comml Indust Ag-Owner Occupied RE: General Purpse -2nd+ Lien","value":"502"},{"description":"Comml Indust Ag-Owner Occupied RE: Special Purpse - 1st Lien","value":"503"},{"description":"Comml Indust Ag-Owner Occupied RE: Special Purpse -2nd+ Lien","value":"504"},{"description":"Comml Indust Ag-Owner Occupied RE: Agricultural - 1st Lien","value":"505"},{"description":"Comml Indust Ag-Owner Occupied RE: Agricultural - 2nd+ Lien","value":"506"},{"description":"Comml Indust Ag-Accounts Receivable","value":"507"},{"description":"Comml Indust Ag-Inventory","value":"508"},{"description":"Comml Indust Ag-Accounts Receivable and/or Inventory","value":"509"},{"description":"Comml Indust Ag-Furniture And Fixtures","value":"510"},{"description":"Comml Indust Ag-Machinery And Equipment: General Purpose","value":"511"},{"description":"Comml Indust Ag-Machinery And Equipment: Special Purpose","value":"512"},{"description":"Comml Indust Ag-Machinery And Equipment: Agricultural","value":"513"},{"description":"Comml Indust Ag-Vehicles","value":"514"},{"description":"Comml Indust Ag-Other","value":"515"},{"description":"Comml Indust Ag-Cash-Deposit Account(s) at OVB","value":"516"},{"description":"Comml Indust Ag-Cash and/or Deposit Account(s) at Other FI","value":"517"},{"description":"Comml Indust Ag-Negotiable Collateral: Listed Stock","value":"518"},{"description":"Comml Indust Ag-Negotiable Collateral: Unlisted Stock","value":"519"},{"description":"Comml Indust Ag-Negotiable Collateral: Bonds","value":"520"},{"description":"Comml Indust Ag-Cash Value Life Insurance","value":"521"},{"description":"Comml Indust Ag-Unsecured","value":"522"},{"description":"Consumer-Owner Occupied RE - 1st Lien","value":"601"},{"description":"Consumer-Owner Occupied RE - 2nd+ Lien","value":"602"},{"description":"Consumer-Owner Occupied R/E: Primary-M/H With RE - 1st Lien","value":"603"},{"description":"Consumer-Owner Occupied RE: Primary-M/H With RE - 2nd+ Lien","value":"604"},{"description":"Con-S/F Owner Occupied R/E-Secondary-Traditl Struct 1st Lien","value":"605"},{"description":"Con-S/F Owner Occupied R/E-Secondary-Traditl Struct 2nd+lien","value":"606"},{"description":"Con-S/F Owner Occupied R/E-Secondary-M/H With R/E 1st Lien","value":"607"},{"description":"Con-S/F Owner Occupied R/E-Secondary-M/H With R/E 2nd+ Lien","value":"608"},{"description":"Con-Other Consumer Purpose Real Estate-Raw Land 1st Lien","value":"609"},{"description":"Con-Other Consumer Purpose Real Estate-Raw Land 2nd+ Lien","value":"610"},{"description":"Con-Other Consumer Purpose R/E-Developed Lot 1st Lien","value":"611"},{"description":"Con-Other Consumer Purpose R/E-Developed Lot 2nd+ Lien","value":"612"},{"description":"Consumer-Aircraft","value":"613"},{"description":"Consumer-ATV","value":"614"},{"description":"Consumer-Boat","value":"615"},{"description":"Consumer-Consumer Goods","value":"616"},{"description":"Consumer-Marine Vessel","value":"617"},{"description":"Consumer-M/H Without Land - 1st Lien","value":"618"},{"description":"Consumer-Motorcycle","value":"619"},{"description":"Consumer-RV/Motorhome","value":"620"},{"description":"Consumer-RV/Travel Trailer","value":"621"},{"description":"Consumer-Small Watercraft","value":"622"},{"description":"Consumer-Small/Farm Equipment","value":"623"},{"description":"Consumer-Vehicle","value":"624"},{"description":"Consumer-Cash-Deposit Account(s) At OVB","value":"625"},{"description":"Consumer-Cash-Deposit Account(s) At Other Financial Inst","value":"626"},{"description":"Consumer-Negotiable Collateral: Listed Stock","value":"627"},{"description":"Consumer-Negotiable Collateral: Unlisted Stock","value":"628"},{"description":"Consumer-Negotiable Collateral: Bonds","value":"629"},{"description":"Consumer-Cash Value Life Insurance","value":"630"},{"description":"Consumer-Unsecured","value":"631"},{"description":"Undefined Collateral","value":"632"},{"description":"COLLATERAL TRACKING","value":"700"}],"required":false},{"path":"LnAdd.LnAcctInfo.ClsOnZeroBal","name":"ClsOnZeroBal","required":false},{"path":"LnAdd.LnAcctInfo.CalcPartPct","name":"CalcPartPct","required":false},{"path":"LnAdd.LnAcctInfo.AnnIncmAmt","name":"AnnIncmAmt","required":false},{"path":"LnAdd.LnAcctInfo.AcctClsfCode","name":"AcctClsfCode","canonicalInfo":[{"description":"BUSINESS","value":"B"},{"description":"CORP","value":"C"},{"description":"DIRECTOR","value":"D"},{"description":"EMPLOYEE","value":"E"},{"description":"FOREIGN","value":"F"},{"description":"DBA","value":"G"},{"description":"SOLE PROP","value":"H"},{"description":"INDIVIDUAL","value":"I"},{"description":"COUNTYGOVT","value":"J"},{"description":"ESTATE","value":"K"},{"description":"LAWYERTRUS","value":"L"},{"description":"NON-PROFIT","value":"N"},{"description":"OFFICER","value":"O"},{"description":"PERSONAL","value":"P"},{"description":"PARTNERSHI","value":"Q"},{"description":"CHURCH","value":"R"},{"description":"STAT POLIT","value":"S"},{"description":"TRUST","value":"T"},{"description":"US GOVT","value":"U"},{"description":"SERV PROV","value":"V"},{"description":"FIDUCIARY","value":"W"},{"description":"OFFC CHECK","value":"X"},{"description":"OTHER FI","value":"Y"},{"description":"PUBLIC FD","value":"Z"}],"required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwAdviceCode","name":"BorwAdviceCode","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwAdviceCode","name":"BorwAdviceCode","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwAdviceFormatCode","name":"BorwAdviceFormatCode","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwAdviceFormatCode","name":"BorwAdviceFormatCode","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwAge","name":"BorwAge","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwAge","name":"BorwAge","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwRaceCode","name":"BorwRaceCode","canonicalInfo":[{"description":"","value":"0"},{"description":"American Indian/Alaska Native","value":"1"},{"description":"Asian","value":"2"},{"description":"Black or African/American","value":"3"},{"description":"Native Hawaiian or Other Pacific Islande","value":"4"},{"description":"White","value":"5"},{"description":"Information not provided","value":"6"},{"description":"Not applicable","value":"7"},{"description":"No co-borrower","value":"8"}],"required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwRaceCode","name":"BorwRaceCode","canonicalInfo":[{"description":"","value":"0"},{"description":"American Indian/Alaska Native","value":"1"},{"description":"Asian","value":"2"},{"description":"Black or African/American","value":"3"},{"description":"Native Hawaiian/Other Pacific Islander","value":"4"},{"description":"White","value":"5"},{"description":"Information not provided","value":"6"},{"description":"Not applicable","value":"7"},{"description":"No co-borrower","value":"8"}],"required":false},{"path":"LnAdd.LnInfoRec.OffInfoArray.OffInfoRec.OffCodeText","name":"OffCodeText","required":false},{"path":"LnAdd.LnInfoRec.OffInfoArray.OffInfoRec.OffCodeText","name":"OffCodeText","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwBirthDt","name":"BorwBirthDt","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwBirthDt","name":"BorwBirthDt","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwEthnicCode","name":"BorwEthnicCode","canonicalInfo":[{"description":"","value":"0"},{"description":"Hispanic or Latino","value":"1"},{"description":"Not Hispanic or Latino","value":"2"},{"description":"Information not provided","value":"3"},{"description":"Not applicable","value":"4"}],"required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwEthnicCode","name":"BorwEthnicCode","canonicalInfo":[{"description":"","value":"0"},{"description":"Hispanic or Latino","value":"1"},{"description":"Not Hispanic or Latino","value":"2"},{"description":"Information not provided","value":"3"},{"description":"Not applicable","value":"4"}],"required":false},{"path":"LnAdd.LnInfoRec.OffInfoArray.OffInfoRec.OffCode","name":"OffCode","required":false},{"path":"LnAdd.LnInfoRec.OffInfoArray.OffInfoRec.OffCode","name":"OffCode","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwIncmAmt","name":"BorwIncmAmt","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwIncmAmt","name":"BorwIncmAmt","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwSelfEmpl","name":"BorwSelfEmpl","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwGender","name":"BorwGender","canonicalInfo":[{"description":"","value":"0"},{"description":"Male","value":"1"},{"description":"Female","value":"2"},{"description":"Not provided","value":"3"},{"description":"N/A = Non-individual/Non-Tribal","value":"4"},{"description":"N/A = Native American Tribe/org","value":"8"}],"required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwGender","name":"BorwGender","canonicalInfo":[{"description":"","value":"0"},{"description":"Male","value":"1"},{"description":"Female","value":"2"},{"description":"Not provided","value":"3"},{"description":"N/A = Non-individual/Non-Tribal","value":"4"},{"description":"N/A = Native American Tribe/org","value":"8"}],"required":false},{"path":"LnAdd.LnAcctInfo.ExclAutoNonAccr","name":"ExclAutoNonAccr","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCost","name":"ClsCost","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCost","name":"ClsCost","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCost","name":"ClsCost","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCost","name":"ClsCost","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCostSrcCode","name":"ClsCostSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCostSrcCode","name":"ClsCostSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCostSrcCode","name":"ClsCostSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.ClsCostSrcCode","name":"ClsCostSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtAmt","name":"DownPmtAmt","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtAmt","name":"DownPmtAmt","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtAmt","name":"DownPmtAmt","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtAmt","name":"DownPmtAmt","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtSrcCode","name":"DownPmtSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtSrcCode","name":"DownPmtSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtSrcCode","name":"DownPmtSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.DownPmtSrcCode","name":"DownPmtSrcCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.SecdLnAmt","name":"SecdLnAmt","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.SecdLnAmt","name":"SecdLnAmt","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.SecdLnCode","name":"SecdLnCode","required":false},{"path":"LnAdd.LnAcctInfo.LnClsInfoArray.LnClsInfo.SecdLnCode","name":"SecdLnCode","required":false},{"path":"LnAdd.LnAcctInfo.CombLTV","name":"CombLTV","required":false},{"path":"LnAdd.LnAcctInfo.CrScoreId","name":"CrScoreId","required":false},{"path":"LnAdd.LnAcctInfo.LnPmtToIncmPct","name":"LnPmtToIncmPct","required":false},{"path":"LnAdd.LnAcctInfo.InvrInsurCode","name":"InvrInsurCode","required":false},{"path":"LnAdd.LnAcctInfo.InvrPurpCode","name":"InvrPurpCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"LnAdd.LnAcctInfo.ATMCard","name":"ATMCard","required":false},{"path":"LnAdd.LnAcctInfo.MoDebtAmt","name":"MoDebtAmt","required":false},{"path":"LnAdd.LnAcctInfo.MoIncmAmt","name":"MoIncmAmt","required":false},{"path":"LnAdd.LnAcctInfo.NumBorw","name":"NumBorw","required":false},{"path":"LnAdd.LnAcctInfo.PrtcpCode","name":"PrtcpCode","canonicalInfo":[{"description":"Purchased","value":"B"},{"description":"Partial charge off record","value":"C"},{"description":"Fully participated","value":"O"},{"description":"Participated","value":"P"},{"description":"Participations sold","value":"S"}],"required":false},{"path":"LnAdd.LnAcctInfo.TotDebtPct","name":"TotDebtPct","required":false},{"path":"LnAdd.LnAcctInfo.TotOtherDebtAmt","name":"TotOtherDebtAmt","required":false},{"path":"LnAdd.LnAcctInfo.EndorNum","name":"EndorNum","required":false},{"path":"LnAdd.LnAcctInfo.CrBureauRptCode","name":"CrBureauRptCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnAcctInfo.FirstStmtFeeCode","name":"FirstStmtFeeCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnAcctInfo.FirstStmtDt","name":"FirstStmtDt","required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenBillCode","name":"PrePmtPenBillCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenStartDt","name":"PrePmtPenStartDt","required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenExpDt","name":"PrePmtPenExpDt","required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenBillTerm","name":"PrePmtPenBillTerm","required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenBillTermUnits","name":"PrePmtPenBillTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenRenTerm","name":"PrePmtPenRenTerm","required":false},{"path":"LnAdd.LnAcctInfo.PrePmtPenInfoRec.PrePmtPenRenTermUnits","name":"PrePmtPenRenTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnAcctInfo.LnGuarArray.LnGuarInfoRec.LnGuarId","name":"LnGuarId","required":false},{"path":"LnAdd.LnAcctInfo.LnGuarArray.LnGuarInfoRec.LnGuarId","name":"LnGuarId","required":false},{"path":"LnAdd.LnBalDtInfo.PtPaidByOwner","name":"PtPaidByOwner","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefTxt","name":"UserDefTxt","required":false},{"path":"LnAdd.LnBalDtInfo.OrigFeesYTD","name":"OrigFeesYTD","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnAcctInfo.UserDefInfoArray.UserDefInfo.UserDefCode","name":"UserDefCode","required":false},{"path":"LnAdd.LnBalDtInfo.MinInt","name":"MinInt","required":false},{"path":"LnAdd.LnBalDtInfo.UCCExpDt","name":"UCCExpDt","required":false},{"path":"LnAdd.LnBalDtInfo.NxtRvwDt","name":"NxtRvwDt","required":false},{"path":"LnAdd.LnBalDtInfo.FirstPmtDt","name":"FirstPmtDt","required":false},{"path":"LnAdd.LnBalDtInfo.ExmnrClsfDt","name":"ExmnrClsfDt","required":false},{"path":"LnAdd.LnBalDtInfo.CouponReOrderDt","name":"CouponReOrderDt","required":false},{"path":"LnAdd.LnBalDtInfo.CollatInsurExpDt","name":"CollatInsurExpDt","required":false},{"path":"LnAdd.LnBalDtInfo.BallCallDt","name":"BallCallDt","required":false},{"path":"LnAdd.LnBalDtInfo.EstClsDt","name":"EstClsDt","required":false},{"path":"LnAdd.LnBalDtInfo.IntOnlyExpDt","name":"IntOnlyExpDt","required":false},{"path":"LnAdd.LnBalDtInfo.ProceedAmt","name":"ProceedAmt","required":false},{"path":"LnAdd.LnBalDtInfo.CouponStartDt","name":"CouponStartDt","required":false},{"path":"LnAdd.LnBalDtInfo.CouponReOrderTerm","name":"CouponReOrderTerm","required":false},{"path":"LnAdd.LnBalDtInfo.CouponReOrderTermUnits","name":"CouponReOrderTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnBalDtInfo.YrFeeChgDt","name":"YrFeeChgDt","required":false},{"path":"LnAdd.LnDlrInfo.DlrResrvAmt","name":"DlrResrvAmt","required":false},{"path":"LnAdd.LnDlrInfo.DlrRate","name":"DlrRate","required":false},{"path":"LnAdd.LnDlrInfo.DlrId","name":"DlrId","canonicalInfo":[{"description":"","value":""},{"description":"STROMMACK, INC.","value":"100"},{"description":"ATLANTIC COAST MARINE FINANCE","value":"200"},{"description":"NEWLAND FUNDING CORPORATION","value":"300"},{"description":"SW MISSOURI MOTORS","value":"386"},{"description":"SW MISSOURI AUTO FINANCE","value":"392"},{"description":"ST BISHOP DBA CARDINAL CAPITAL","value":"400"},{"description":"MCCLUSKEY AUTO SALES","value":"402"},{"description":"GLASS TABLE AUTO FINANCE","value":"500"},{"description":"SUNSET BANK","value":"600"},{"description":"SMITHFIELD LENDING SERVICE","value":"700"},{"description":"FNB","value":"800"}],"required":false},{"path":"LnAdd.LnDlrInfo.DlrEarnings","name":"DlrEarnings","required":false},{"path":"LnAdd.LnDlrInfo.DlrDisc","name":"DlrDisc","required":false},{"path":"LnAdd.LnAcctInfo.VehicleId","name":"VehicleId","required":false},{"path":"LnAdd.LnPmtInfo.YrFeeAmt","name":"YrFeeAmt","required":false},{"path":"LnAdd.LnPmtInfo.UnusedCrAccrIdxNum","name":"UnusedCrAccrIdxNum","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnPmtInfo.SplitPmtAsBil","name":"SplitPmtAsBil","required":false},{"path":"LnAdd.LnPmtInfo.ReAmrtzPmt","name":"ReAmrtzPmt","required":false},{"path":"LnAdd.LnPmtInfo.PmtReAmrtzCap","name":"PmtReAmrtzCap","required":false},{"path":"LnAdd.LnPmtInfo.CrLifeInsurIdxNum","name":"CrLifeInsurIdxNum","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnPmtInfo.CrLifeInsurAccrRate","name":"CrLifeInsurAccrRate","required":false},{"path":"LnAdd.LnPmtInfo.CrLifeInsurAccrBase","name":"CrLifeInsurAccrBase","required":false},{"path":"LnAdd.LnPmtInfo.BallPmtAmt","name":"BallPmtAmt","required":false},{"path":"LnAdd.LnPmtInfo.AHInsurAccrRate","name":"AHInsurAccrRate","required":false},{"path":"LnAdd.LnPmtInfo.AHInsurAccrBase","name":"AHInsurAccrBase","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.AddlBorwRaceArray.BorwRaceInfo.BorwRaceType","name":"BorwRaceType","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.AddlBorwRaceArray.BorwRaceInfo.BorwRaceType","name":"BorwRaceType","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.AddlBorwRaceArray.BorwRaceInfo.BorwRaceCode","name":"BorwRaceCode","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.AddlBorwRaceArray.BorwRaceInfo.BorwRaceCode","name":"BorwRaceCode","required":false},{"path":"LnAdd.LnPmtInfo.GradPmtCode","name":"GradPmtCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnPmtInfo.PrtcpPmtSplitCode","name":"PrtcpPmtSplitCode","canonicalInfo":[{"description":"","value":""},{"description":"Payment split based on participation %","value":"A"},{"description":"Principal & interest split on fixed %","value":"B"},{"description":"Calculated relative P&I split(sold v. g)","value":"C"},{"description":"P & I split based on the bills of sold","value":"D"},{"description":"Prin. based on fixed % & int. on relativ","value":"E"}],"required":false},{"path":"LnAdd.LnPmtInfo.PrtcpSeqId","name":"PrtcpSeqId","required":false},{"path":"LnAdd.LnPmtInfo.YrPmtIncrPct","name":"YrPmtIncrPct","required":false},{"path":"LnAdd.LnPmtInfo.CrLifeCompCode","name":"CrLifeCompCode","canonicalInfo":[{"description":"","value":""},{"description":"NEW SOUTH INSURANCE COMPANY","value":"2"},{"description":"ANDREW JACKSON","value":"3"},{"description":"AMERICAN HERITAGE","value":"4"},{"description":"ALLSTATE INSURANCE COMPANY","value":"101"},{"description":"COUNTY 1 FARM BUREAU","value":"102"},{"description":"COUNTY 2 FARM BUREAU","value":"103"},{"description":"COUNTY 3 FARM BUREAU","value":"104"},{"description":"STATE FARM INSURANCE COMPANY","value":"105"},{"description":"POTTS INSURANCE","value":"106"},{"description":"ALPHA INSURANCE CORP","value":"107"},{"description":"B&C INS. SERVICES","value":"108"},{"description":"OAK INSURANCE","value":"109"},{"description":"COTTON INS. CO","value":"110"},{"description":"FARM BUREAU INS.","value":"111"},{"description":"HN INSURANCE SERVICES","value":"112"},{"description":"LIBERTY MUTUAL INS. CO","value":"113"},{"description":"MARSHALL INSURANCE","value":"114"},{"description":"NATIONWIDE INSURANCE","value":"115"},{"description":"STATE 1 FARM BUREAU","value":"116"},{"description":"PROGRESSIVE INSURANCE CO","value":"117"},{"description":"USAA","value":"118"},{"description":"WEATHER INSURANCE AGENCY","value":"119"},{"description":"CHANDLER AGENCY INC","value":"120"},{"description":"AUTO OWNERS INSURANCE","value":"121"},{"description":"ALLIED SOLUTIONS","value":"122"},{"description":"NATIONWIDE INS","value":"123"},{"description":"WIND PROPERTY INSURANCE","value":"130"}],"required":false},{"path":"LnAdd.LnPmtInfo.AHInsurCompCode","name":"AHInsurCompCode","canonicalInfo":[{"description":"","value":""},{"description":"NEW SOUTH INSURANCE COMPANY","value":"2"},{"description":"ANDREW JACKSON","value":"3"},{"description":"AMERICAN HERITAGE","value":"4"},{"description":"ALLSTATE INSURANCE COMPANY","value":"101"},{"description":"COUNTY 1 FARM BUREAU","value":"102"},{"description":"COUNTY 2 FARM BUREAU","value":"103"},{"description":"COUNTY 3 FARM BUREAU","value":"104"},{"description":"STATE FARM INSURANCE COMPANY","value":"105"},{"description":"POTTS INSURANCE","value":"106"},{"description":"ALPHA INSURANCE CORP","value":"107"},{"description":"B&C INS. SERVICES","value":"108"},{"description":"OAK INSURANCE","value":"109"},{"description":"COTTON INS. CO","value":"110"},{"description":"FARM BUREAU INS.","value":"111"},{"description":"HN INSURANCE SERVICES","value":"112"},{"description":"LIBERTY MUTUAL INS. CO","value":"113"},{"description":"MARSHALL INSURANCE","value":"114"},{"description":"NATIONWIDE INSURANCE","value":"115"},{"description":"STATE 1 FARM BUREAU","value":"116"},{"description":"PROGRESSIVE INSURANCE CO","value":"117"},{"description":"USAA","value":"118"},{"description":"WEATHER INSURANCE AGENCY","value":"119"},{"description":"CHANDLER AGENCY INC","value":"120"},{"description":"AUTO OWNERS INSURANCE","value":"121"},{"description":"ALLIED SOLUTIONS","value":"122"},{"description":"NATIONWIDE INS","value":"123"},{"description":"WIND PROPERTY INSURANCE","value":"130"}],"required":false},{"path":"LnAdd.LnPmtInfo.CrLifeInsurStartDt","name":"CrLifeInsurStartDt","required":false},{"path":"LnAdd.LnPmtInfo.CrLifeInsurTerm","name":"CrLifeInsurTerm","required":false},{"path":"LnAdd.LnPmtInfo.CrLifeInsurTermUnits","name":"CrLifeInsurTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnPmtInfo.AHInsurStartDt","name":"AHInsurStartDt","required":false},{"path":"LnAdd.LnPmtInfo.AHInsurTerm","name":"AHInsurTerm","required":false},{"path":"LnAdd.LnAcctInfo.TotDownPmtAmt","name":"TotDownPmtAmt","required":false},{"path":"LnAdd.LnPmtInfo.AHInsurTermUnits","name":"AHInsurTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeAmt","name":"LnFeeAmt","required":false},{"path":"LnAdd.LnPmtInfo.OthInsurArray.OthInsurInfoRec.OthInsurAccrBase","name":"OthInsurAccrBase","required":false},{"path":"LnAdd.LnPmtInfo.OthInsurArray.OthInsurInfoRec.OthInsurStartDt","name":"OthInsurStartDt","required":false},{"path":"LnAdd.LnPmtInfo.OthInsurArray.OthInsurInfoRec.OthInsurTerm","name":"OthInsurTerm","required":false},{"path":"LnAdd.LnPmtInfo.OthInsurArray.OthInsurInfoRec.OthInsurTermUnits","name":"OthInsurTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnProtInfo.StmtCycle","name":"StmtCycle","required":false},{"path":"LnAdd.LnProtInfo.ODProtPmtCode","name":"ODProtPmtCode","canonicalInfo":[{"description":"Percentage of Balance","value":"1"},{"description":"Tiered by Balance","value":"2"},{"description":"Interest Only","value":"3"},{"description":"Percentage of Limit","value":"4"}],"required":false},{"path":"LnAdd.LnProtInfo.LOCLmt","name":"LOCLmt","required":false},{"path":"LnAdd.LnRateInfo.UseRateCarryOvrs","name":"UseRateCarryOvrs","required":false},{"path":"LnAdd.LnRateInfo.RateVarCode","name":"RateVarCode","canonicalInfo":[{"description":"","value":""},{"description":"Added to the rate","value":"Positive"},{"description":"Subtracted from the rate","value":"Negative"}],"required":false},{"path":"LnAdd.LnRateInfo.RateVar","name":"RateVar","required":false},{"path":"LnAdd.LnRateInfo.RateRoundToPct","name":"RateRoundToPct","required":false},{"path":"LnAdd.LnRateInfo.RateRoundMthd","name":"RateRoundMthd","canonicalInfo":[{"description":"","value":""},{"description":"Down to the nearest","value":"D"},{"description":"To the nearest","value":"N"},{"description":"Up to the nearest","value":"U"}],"required":false},{"path":"LnAdd.LnRateInfo.RateRevTermUnits","name":"RateRevTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Day"},{"description":"Months","value":"Month"}],"required":false},{"path":"LnAdd.LnRateInfo.RateRevTerm","name":"RateRevTerm","required":false},{"path":"LnAdd.LnRateInfo.RateRevDt","name":"RateRevDt","required":false},{"path":"LnAdd.LnRateInfo.RateIdxNum","name":"RateIdxNum","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.RateFlr","name":"RateFlr","required":false},{"path":"LnAdd.LnRateInfo.RateCeil","name":"RateCeil","required":false},{"path":"LnAdd.LnRateInfo.RateCapUp","name":"RateCapUp","required":false},{"path":"LnAdd.LnRateInfo.RateCapRevTermUnits","name":"RateCapRevTermUnits","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnRateInfo.RateCapRevTerm","name":"RateCapRevTerm","required":false},{"path":"LnAdd.LnRateInfo.RateCapRevDt","name":"RateCapRevDt","required":false},{"path":"LnAdd.LnRateInfo.RateCapDown","name":"RateCapDown","required":false},{"path":"LnAdd.LnRateInfo.OrigIdxVal","name":"OrigIdxVal","required":false},{"path":"LnAdd.LnRateInfo.MatRate","name":"MatRate","required":false},{"path":"LnAdd.LnRateInfo.DlqRateMarginSign","name":"DlqRateMarginSign","canonicalInfo":[{"description":"","value":""},{"description":"Added to the rate","value":"+"},{"description":"Subtracted from the rate","value":"-"}],"required":false},{"path":"LnAdd.LnRateInfo.DlqRateMargin","name":"DlqRateMargin","required":false},{"path":"LnAdd.LnRateInfo.DlqRateIdxNum","name":"DlqRateIdxNum","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.DlqRateDays","name":"DlqRateDays","required":false},{"path":"LnAdd.LnRateInfo.DlqRate","name":"DlqRate","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwCrScoreId","name":"BorwCrScoreId","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwCrScoreId","name":"BorwCrScoreId","required":false},{"path":"LnAdd.LnRateInfo.DaysBeforeRateChg","name":"DaysBeforeRateChg","required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwCrScoreCode","name":"BorwCrScoreCode","canonicalInfo":[{"description":"","value":""},{"description":"Equifax Beacon","value":"01"},{"description":"TransUnion Empirica","value":"02"},{"description":"Experian","value":"03"},{"description":"Not Available","value":"99"}],"required":false},{"path":"LnAdd.LnAcctInfo.BorwInfoArray.BorwInfo.BorwCrScoreCode","name":"BorwCrScoreCode","canonicalInfo":[{"description":"","value":""},{"description":"Equifax Beacon","value":"01"},{"description":"TransUnion Empirica","value":"02"},{"description":"Experian","value":"03"},{"description":"Not Available","value":"99"}],"required":false},{"path":"LnAdd.LnRateInfo.ConvARMCode","name":"ConvARMCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnRateInfo.RateSpread","name":"RateSpread","required":false},{"path":"LnAdd.LnRateInfo.RateRevDayOfMonth","name":"RateRevDayOfMonth","required":false},{"path":"LnAdd.LnBalDtInfo.ReAmrtzPmtDt","name":"ReAmrtzPmtDt","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRate","name":"LnTierRate","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"LnAdd.LnBalDtInfo.ReAmrtzDOM","name":"ReAmrtzDOM","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.LnTierRateBal","name":"LnTierRateBal","required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.AccrMeth","name":"AccrMeth","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnRateInfo.LnTierRateArray.LnTierRateInfoRec.AccrMeth","name":"AccrMeth","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnRealEstateInfo.PropStreet","name":"PropStreet","required":false},{"path":"LnAdd.LnRealEstateInfo.PropState","name":"PropState","canonicalInfo":[{"description":"","value":""},{"description":"Armed Forces America","value":"AA"},{"description":"Anything Else","value":"AE"},{"description":"Alaska","value":"AK"},{"description":"Alabama","value":"AL"},{"description":"Armed Forces Pacific","value":"AP"},{"description":"Arkansas","value":"AR"},{"description":"American Samoa","value":"AS"},{"description":"Arizona","value":"AZ"},{"description":"California","value":"CA"},{"description":"Colorado","value":"CO"},{"description":"Connecticut","value":"CT"},{"description":"District of Columbia","value":"DC"},{"description":"Delware","value":"DE"},{"description":"Florida","value":"FL"},{"description":"Georiga","value":"GA"},{"description":"Guam","value":"GU"},{"description":"Hawaii","value":"HI"},{"description":"Iowa","value":"IA"},{"description":"Idaho","value":"ID"},{"description":"Illinois","value":"IL"},{"description":"Indiana","value":"IN"},{"description":"Kansas","value":"KS"},{"description":"kentucky","value":"KY"},{"description":"Louisiana","value":"LA"},{"description":"Massachusetts","value":"MA"},{"description":"Maryland","value":"MD"},{"description":"Maine","value":"ME"},{"description":"Marshall Islands","value":"MH"},{"description":"Michigan","value":"MI"},{"description":"Minnesota","value":"MN"},{"description":"Missouri","value":"MO"},{"description":"Mississippi","value":"MS"},{"description":"Montana","value":"MT"},{"description":"North Carolina","value":"NC"},{"description":"North Dakota","value":"ND"},{"description":"Nebraska","value":"NE"},{"description":"New Hampshire","value":"NH"},{"description":"New Jersey","value":"NJ"},{"description":"New Mexico","value":"NM"},{"description":"Nevada","value":"NV"},{"description":"New York","value":"NY"},{"description":"Ohio","value":"OH"},{"description":"Oklahoma","value":"OK"},{"description":"Oregon","value":"OR"},{"description":"Pennsylvania","value":"PA"},{"description":"Puerto Rico","value":"PR"},{"description":"Rhode Island","value":"RI"},{"description":"South Carilina","value":"SC"},{"description":"South Dakota","value":"SD"},{"description":"Tennessee","value":"TN"},{"description":"Texas","value":"TX"},{"description":"United State","value":"US"},{"description":"Utah","value":"UT"},{"description":"Virginia","value":"VA"},{"description":"Virgin Islands","value":"VI"},{"description":"Vermont","value":"VT"},{"description":"Washington","value":"WA"},{"description":"Wisconsin","value":"WI"},{"description":"West Virginia","value":"WV"},{"description":"Wyoming","value":"WY"}],"required":false},{"path":"LnAdd.LnRealEstateInfo.PropPostalCode","name":"PropPostalCode","required":false},{"path":"LnAdd.LnRealEstateInfo.PropCity","name":"PropCity","required":false},{"path":"LnAdd.LnRealEstateInfo.FloodInsurCode","name":"FloodInsurCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnRealEstateInfo.ApprVal","name":"ApprVal","required":false},{"path":"LnAdd.LnRealEstateInfo.CondoPUDInfo","name":"CondoPUDInfo","required":false},{"path":"LnAdd.LnRealEstateInfo.OccupCode","name":"OccupCode","canonicalInfo":[{"description":"","value":""},{"description":"Owner","value":"1"},{"description":"Second","value":"2"},{"description":"Investor","value":"3"}],"required":false},{"path":"LnAdd.LnRealEstateInfo.ProjectCode","name":"ProjectCode","canonicalInfo":[{"description":"","value":""},{"description":"Condo Spot Business","value":"A"},{"description":"Condo Eligible","value":"B"},{"description":"Condo Fannie Mae App","value":"C"},{"description":"Established PUD Project","value":"E"},{"description":"New PUD Project","value":"F"},{"description":"Single Family Detached Housing","value":"G"}],"required":false},{"path":"LnAdd.LnRealEstateInfo.PropCounty","name":"PropCounty","required":false},{"path":"LnAdd.LnRealEstateInfo.PropPurchaseAmt","name":"PropPurchaseAmt","required":false},{"path":"LnAdd.LnRealEstateInfo.YrBuilt","name":"YrBuilt","required":false},{"path":"LnAdd.LnRealEstateInfo.FloodInsurExpDt","name":"FloodInsurExpDt","required":false},{"path":"LnAdd.LnRegRptInfo.StdIndustCode","name":"StdIndustCode","required":false},{"path":"LnAdd.LnRegRptInfo.NAICSCode","name":"NAICSCode","canonicalInfo":[{"description":"","value":""},{"description":"","value":"1111"},{"description":"Cash Grains, NEC (oilseed, except soybean farming)","value":"11112"},{"description":"Deciduous Tree Fruits (apple orchards and farms)","value":"11113"},{"description":"Wheat","value":"11114"},{"description":"Cash Grains, NEC (popcorn farming)","value":"11115"},{"description":"","value":"11119"},{"description":"Cash Grains, NEC (except popcorn, soybean, and dry","value":"111199"},{"description":"","value":"11121"},{"description":"Vegetables and Melons","value":"111219"},{"description":"","value":"1113"},{"description":"Citrus Fruits (except, orange groves and farms)","value":"11132"},{"description":"Deciduous Tree Fruits (apple orchards and farms)","value":"111331"},{"description":"Berry Crops (strawberry farms)","value":"111333"},{"description":"Tree Nuts","value":"111335"},{"description":"Deciduous Tree Fruits (except apple orchards and f","value":"111339"},{"description":"","value":"1114"},{"description":"Food Crops Grown Under Cover (mushrooms, growing o","value":"111411"},{"description":"","value":"11142"},{"description":"Timber Tracts (short rotation woody crops)","value":"111421"},{"description":"","value":"1119"},{"description":"Cotton","value":"11192"},{"description":"Field Crops, Except Cash Grains, NEC (hay farms)","value":"11194"},{"description":"Sugarcane and Sugar Beets (sugar beet farms)","value":"111991"},{"description":"Field Crops, Except Cash Grains, NEC (except peanu","value":"111998"},{"description":"Forest Products (maple sap, gathering of)","value":"111998"},{"description":"Food Preparations, NEC (reducing maple sap to mapl","value":"111998"},{"description":"","value":"1121"},{"description":"Beef Cattle, Except Feedlots","value":"112111"},{"description":"Beef Cattle Feedlots","value":"112112"},{"description":"Null Set for U.S.","value":"11213"},{"description":"Hogs","value":"11221"},{"description":"Chicken Eggs","value":"11231"},{"description":"Turkey and Turkey Eggs","value":"11233"},{"description":"Poultry and Eggs, NEC","value":"11239"},{"description":"Sheep and Goats (sheep farms)","value":"11241"},{"description":"","value":"1125"},{"description":"Animal Aquaculture (finfish farms)","value":"112511"},{"description":"Animal Aquaculture (shellfish farms)","value":"112512"},{"description":"Animal Aquaculture (except finfish and shellfish)","value":"112519"},{"description":"","value":"1129"},{"description":"Horse and Other Equine","value":"11292"},{"description":"General Livestock, Except Dairy and Poultry","value":"11299"},{"description":"General Farms, Primarily Livestock and Animal Spec","value":"11299"},{"description":"","value":"113"},{"description":"Timber Tracts (long term timber farms)","value":"11311"},{"description":"Forest Nurseries and Gathering of Forest Products","value":"11321"},{"description":"Logging","value":"11331"},{"description":"","value":"114"},{"description":"","value":"11411"},{"description":"Shellfish","value":"114112"},{"description":"","value":"1142"},{"description":"","value":"11421"},{"description":"","value":"1151"},{"description":"Cotton Ginning","value":"115111"},{"description":"Crop Planting, Cultivating, and Protecting","value":"115112"},{"description":"Crop Preparation Services For Market, Except Cotto","value":"115114"},{"description":"Farm Management Services","value":"115116"},{"description":"Livestock Services, Except Veterinary (except cust","value":"11521"},{"description":"Repair Services, NEC (farriers)","value":"11521"},{"description":"Forestry Services","value":"11531"},{"description":"","value":"21"},{"description":"","value":"2111"},{"description":"Crude Petroleum and Natural Gas","value":"211111"},{"description":"Industrial Inorganic Chemicals, NEC (recovering su","value":"211112"},{"description":"","value":"2121"},{"description":"Bituminous Coal and Lignite Surface Mining","value":"212111"},{"description":"Anthracite Mining","value":"212113"},{"description":"Iron Ores","value":"21221"},{"description":"Gold Ores","value":"212221"},{"description":"","value":"21223"},{"description":"Copper Ores","value":"212234"},{"description":"","value":"21229"},{"description":"Ferroalloy Ores, Except Vanadium (other ferroalloy","value":"212299"},{"description":"","value":"2123"},{"description":"Dimension Stone","value":"212311"},{"description":"Crushed and Broken Granite","value":"212313"},{"description":"Miscellaneous Nonmetallic Minerals, Except Fuels (","value":"212319"},{"description":"Construction Sand and Gravel","value":"212321"},{"description":"Kaolin and Ball Clay","value":"212324"},{"description":"Clay, Ceramic, and Refractory Minerals, NEC","value":"212325"},{"description":"","value":"21239"},{"description":"Phosphate Rock","value":"212392"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"212393"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"212399"},{"description":"","value":"2131"},{"description":"Drilling Oil and Gas Wells","value":"213111"},{"description":"Oil and Gas Field Services, NEC","value":"213112"},{"description":"Metal Mining Services (except geophysical surveyin","value":"213114"},{"description":"","value":"22"},{"description":"","value":"2211"},{"description":"Electric Services (hydroelectric power generation)","value":"221111"},{"description":"Combination Utilities, NEC (hydroelectric power ge","value":"221111"},{"description":"Electric and Other Services Combined (fossil fuel","value":"221112"},{"description":"Electric Services (nuclear electric power generati","value":"221113"},{"description":"Combination Utilities, NEC (nuclear power generati","value":"221113"},{"description":"Electric and Other Services Combined (other electr","value":"221119"},{"description":"","value":"22112"},{"description":"Electric and Other Services Combined (electric pow","value":"221121"},{"description":"Electric Services (electric power distribution)","value":"221122"},{"description":"Combination Utilities, NEC (electric power distrib","value":"221122"},{"description":"Natural Gas Transmission and Distribution (distrib","value":"22121"},{"description":"Mixed, Manufactured, or Liquefied Petroleum Gas Pr","value":"22121"},{"description":"Gas and Other Services Combined (natural gas distr","value":"22121"},{"description":"","value":"2213"},{"description":"Irrigation Systems","value":"22131"},{"description":"Steam and Air-Conditioning Supply","value":"22133"},{"description":"","value":"233"},{"description":"Land Subdividers and Developers, Except Cemeteries","value":"23311"},{"description":"General Contractors-Single-Family Houses","value":"23321"},{"description":"Management Services (single family housing constru","value":"23321"},{"description":"Operative Builders (multi-family housing construct","value":"23322"},{"description":"","value":"2333"},{"description":"General Contractors-Industrial Buildings and Wareh","value":"23331"},{"description":"General Contractors-Residential Building Other tha","value":"23332"},{"description":"General Contractors-Industrial Buildings and Wareh","value":"23332"},{"description":"Management Services (commercial and institutional","value":"23332"},{"description":"","value":"2341"},{"description":"Management Services (highway and street constructi","value":"23411"},{"description":"Management Services (bridge and tunnel constructio","value":"23412"},{"description":"Water, Sewer, Pipeline, and Communications and Pow","value":"23491"},{"description":"Water, Sewer, Pipeline, and Communications and Pow","value":"23492"},{"description":"Heavy Construction, NEC (industrial nonbuilding st","value":"23493"},{"description":"Heavy Construction, NEC (nonbuilding structures ex","value":"23499"},{"description":"Management Services (other heavy construction mana","value":"23499"},{"description":"","value":"2351"},{"description":"Repair Shops and Related Services (boiler cleaning","value":"23511"},{"description":"Painting and Paper Hanging","value":"23521"},{"description":"","value":"2353"},{"description":"","value":"2354"},{"description":"Plastering, Drywall, Acoustical, and Insulation Wo","value":"23542"},{"description":"Concrete Work (stucco construction)","value":"23542"},{"description":"","value":"2355"},{"description":"Floor Laying and Other Floor Work, NEC","value":"23552"},{"description":"Roofing, Siding, and Sheet Metal Work","value":"23561"},{"description":"Concrete Work (except stucco construction)","value":"23571"},{"description":"Water Well Drilling","value":"23581"},{"description":"Structural Steel Erection","value":"23591"},{"description":"Specialty Trade Contractors, NEC (tinting glass wo","value":"23592"},{"description":"Wrecking and Demolition Work","value":"23594"},{"description":"Special Trade Contractors, NEC (except paint and w","value":"23599"},{"description":"","value":"311"},{"description":"","value":"31111"},{"description":"Prepared Feeds and Feed Ingredients for Animals an","value":"311119"},{"description":"","value":"3112"},{"description":"Dehydrated Fruits, Vegetables and Soup Mixes (vege","value":"311211"},{"description":"Rice Milling","value":"311212"},{"description":"Malt","value":"311213"},{"description":"Wet Corn Milling (except refining purchased oil)","value":"311221"},{"description":"Shortening, Table Oils, Margarine, and Other Edibl","value":"311222"},{"description":"Shortening, Table Oils, Margarine and Other Edible","value":"311223"},{"description":"Wet Corn Milling (refining purchased oil)","value":"311225"},{"description":"Soybean Oil Mills (processing purchased soybean oi","value":"311225"},{"description":"Shortening, Table Oils, Margarine, and Other Edibl","value":"311225"},{"description":"","value":"3113"},{"description":"Cane Sugar, Except Refining","value":"311311"},{"description":"Beet Sugar","value":"311313"},{"description":"Candy and Other Confectionery Products (chocolate","value":"31133"},{"description":"Candy, Nut, and Confectionery Stores (chocolate ca","value":"31133"},{"description":"Food Preparations, NEC (marshmallow creme)","value":"31134"},{"description":"Candy, Nut, and Confectionery Stores (nonchocolate","value":"31134"},{"description":"","value":"31141"},{"description":"Frozen Specialties, NEC","value":"311412"},{"description":"Canned Fruits, Vegetables, Preserves, Jams, and Je","value":"311421"},{"description":"Canned Specialties (except canned puddings)","value":"311422"},{"description":"Food Preparation, NEC (bouillon, and potatoes drie","value":"311423"},{"description":"","value":"31151"},{"description":"Creamery Butter","value":"311512"},{"description":"Dry, Condensed and Evaporated Dairy Products","value":"311514"},{"description":"Ice Cream and Frozen Desserts","value":"31152"},{"description":"","value":"31161"},{"description":"Meat Packing Plants","value":"311611"},{"description":"Sausages and Other Prepared Meats (except lard mad","value":"311612"},{"description":"Animal and Marine Fats and Oils (animal fats and o","value":"311613"},{"description":"Poultry Slaughtering and Processing (poultry proce","value":"311615"},{"description":"","value":"31171"},{"description":"Canned and Cured Fish and Seafood","value":"311711"},{"description":"Prepared Fresh or Frozen Fish and Seafood","value":"311712"},{"description":"","value":"31181"},{"description":"Bread and Other Bakery Products, Except Cookies an","value":"311812"},{"description":"Frozen Bakery Products, Except Bread","value":"311813"},{"description":"Cookies and Crackers (except unleavened bread and","value":"311821"},{"description":"Macaroni, Spaghetti, Vermicelli and Noodles","value":"311823"},{"description":"Food Preparations, NEC (tortillas)","value":"31183"},{"description":"","value":"31191"},{"description":"Food Preparations, NEC (peanut butter)","value":"311911"},{"description":"Potato Chips, Corn Chips, and Similar Snacks","value":"311919"},{"description":"Flavoring Extracts and Flavoring Syrups, NEC (coff","value":"31192"},{"description":"Food Preparations, NEC (tea)","value":"31192"},{"description":"","value":"31194"},{"description":"Food Preparations, NEC (vinegar, prepared dips (ex","value":"311941"},{"description":"Flavoring Extracts and Flavoring Syrups (flavoring","value":"311942"},{"description":"Chemical Preparations, NEC (table salt)","value":"311942"},{"description":"Food Preparations, NEC (perishable prepared food)","value":"311991"},{"description":"Canned Specialties (canned puddings)","value":"311999"},{"description":"Flavoring Extracts and Flavoring Syrups (powered d","value":"311999"},{"description":"","value":"312"},{"description":"","value":"31211"},{"description":"Bottled and Canned Soft Drinks and Carbonated Wate","value":"312112"},{"description":"Manufactured Ice","value":"312113"},{"description":"Wines, Brandy, and Brandy Spirits","value":"31213"},{"description":"Distilled and Blended Liquors (except applejack)","value":"31214"},{"description":"","value":"3122"},{"description":"","value":"31222"},{"description":"Cigars","value":"312229"},{"description":"Tobacco Stemming and Redrying (reconstituted","value":"312229"},{"description":"","value":"3131"},{"description":"Yarn Spinning Mills","value":"313111"},{"description":"Yarn Texturing, Throwing, Winding Mills","value":"313112"},{"description":"Textile Goods, NEC (thread of hemp, linen, and","value":"313113"},{"description":"Broadwoven Fabric Mills, Cotton","value":"31321"},{"description":"Broadwoven Fabric Mills, Wool (Including Dyeing an","value":"31321"},{"description":"","value":"31322"},{"description":"Textile Goods, NEC (narrow woven fabric of jute, l","value":"313221"},{"description":"Nonwoven Fabrics","value":"31323"},{"description":"","value":"31324"},{"description":"Knitting Mills NEC (finished articles of weft knit","value":"313241"},{"description":"Knitting Mills NEC (finished articles of warp knit","value":"313249"},{"description":"","value":"31331"},{"description":"Finishers of Broadwoven Fabrics of Cotton","value":"313311"},{"description":"Piece Goods and Notions (broadwoven piece","value":"313311"},{"description":"Broadwoven Fabric Mills, Wool (wool finishing only","value":"313312"},{"description":"Hosiery, NEC (dyeing and finishing only)","value":"313312"},{"description":"Knit Underwear and Nightwear Mills (dyeing and fin","value":"313312"},{"description":"Lace and Warp Knit Fabric Mills (finishing)","value":"313312"},{"description":"Finishers of Textiles, NEC","value":"313312"},{"description":"Textile Goods, NEC (finishing hard fiber thread","value":"313312"},{"description":"Coated Fabrics, Not Rubberized","value":"31332"},{"description":"","value":"314"},{"description":"Carpets and Rugs","value":"31411"},{"description":"Curtains and Draperies","value":"314121"},{"description":"Housefurnishings, Except Curtains and Draperies (e","value":"314129"},{"description":"","value":"3149"},{"description":"Housefurnishings, Except Curtains and Draperies (b","value":"314911"},{"description":"Canvas and Related Products","value":"314912"},{"description":"Cordage and Twine","value":"314991"},{"description":"Textile Goods, NEC (recovery and processing of fib","value":"314999"},{"description":"Pleating, Decorative and Novelty Stitching, and Tu","value":"314999"},{"description":"Fabricated Textile Products, NEC (except apparel,","value":"314999"},{"description":"Business Services, NEC (embroidery of advertising","value":"314999"},{"description":"","value":"3151"},{"description":"Women's Full-Length and Knee-Length Hosiery, (exce","value":"315111"},{"description":"Hosiery, NEC (socks except dyeing and finishing on","value":"315119"},{"description":"Knit Outerwear Mills (except dyeing and finishing","value":"315191"},{"description":"Knit Outerwear Mills (bath robes and lounge","value":"315192"},{"description":"Knit Underwear and Nightwear Mills (except dyeing","value":"315192"},{"description":"","value":"31521"},{"description":"Men's and Boys' Shirts, Except Work Shirts","value":"315211"},{"description":"Men's and Boys' Neckwear (contractors)","value":"315211"},{"description":"Men's and Boys' Work Clothing (contractors)","value":"315211"},{"description":"Women's, Misses', Children's, and Infants' Underwe","value":"315211"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315211"},{"description":"Fur Goods (men's and boys' contractors)","value":"315211"},{"description":"Robes and Dressing Gowns (men's and boys' contract","value":"315211"},{"description":"Leather and Sheep-Lined Clothing ( men's and boys'","value":"315211"},{"description":"Apparel and Accessories, NEC (contractors)","value":"315211"},{"description":"Leather Gloves and Mittens ( men's and boys' contr","value":"315211"},{"description":"Women's, Misses' and Juniors' Dresses","value":"315212"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (con","value":"315212"},{"description":"Brassieres, Girdles, and Allied Garments (contract","value":"315212"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315212"},{"description":"Fur Goods ( women's, girls' and infants' contracto","value":"315212"},{"description":"Robes and Dressing Gowns (women's, girls', and inf","value":"315212"},{"description":"Leather and Sheep-Lined Clothing (women's, girls',","value":"315212"},{"description":"Apparel and Accessories, NEC (contractors)","value":"315212"},{"description":"Leather Gloves and Mittens (women's, girls', and i","value":"315212"},{"description":"Men's and Boys' Underwear and Nightwear (except co","value":"315221"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (b","value":"315221"},{"description":"Men's and Boys' Suits, Coats, and Overcoats (excep","value":"315222"},{"description":"Waterproof Outerwear (men's and boys' water resist","value":"315222"},{"description":"Men's and Boys' Shirts, Except Work Shirts (except","value":"315223"},{"description":"Miscellaneous Apparel and Accessory Stores (custom","value":"315223"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (b","value":"315224"},{"description":"Men's and Boys' Clothing, NEC (men's and boys' oth","value":"315228"},{"description":"Waterproof Outerwear (men's and boys' water resist","value":"315228"},{"description":"Women's, Misses', Children's, and Infants' Underwe","value":"315231"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (g","value":"315231"},{"description":"Apparel and Accessories, NEC (garters and garter b","value":"315231"},{"description":"Girls', Children's, and Infants' Dresses, Blouses","value":"315232"},{"description":"Girls', Children's, and Infants' Dresses, Blouses","value":"315233"},{"description":"Women's, Misses', and Juniors' Suits, Skirts, and","value":"315234"},{"description":"Waterproof Outerwear (women's and girls' water res","value":"315234"},{"description":"Girls', Children's, and Infants' Outerwear, NEC (g","value":"315239"},{"description":"","value":"31529"},{"description":"Girls', Children's, and Infants' Dresses, Blouses,","value":"315291"},{"description":"Waterproof Outerwear (infants' outerwear except co","value":"315291"},{"description":"Leather and Sheep-Lined Clothing (except","value":"315292"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (ath","value":"315299"},{"description":"Apparel and Accessories, NEC (academic and clerica","value":"315299"},{"description":"","value":"3159"},{"description":"Hats, Caps, and Millinery (except contractors)","value":"315991"},{"description":"Leather Gloves and Mittens (except contractors)","value":"315992"},{"description":"Women's, Misses', and Juniors' Outerwear, NEC (sca","value":"315999"},{"description":"Apparel Belts (except contractors)","value":"315999"},{"description":"Automotive Trimmings, Apparel Findings, and Relate","value":"315999"},{"description":"Fabricated Rubber Products, NEC (rubber bibs, apro","value":"315999"},{"description":"","value":"3161"},{"description":"Manufacturing Industries, NEC (fur dressing and","value":"31611"},{"description":"","value":"31621"},{"description":"House Slippers","value":"316212"},{"description":"Women's Footwear, Except Athletic","value":"316214"},{"description":"","value":"3169"},{"description":"Luggage","value":"316991"},{"description":"Personal Leather Goods, Except Women's Handbags an","value":"316993"},{"description":"Leather Goods, NEC","value":"316999"},{"description":"","value":"3211"},{"description":"Sawmills and Planing Mills, General (sawmills)","value":"321113"},{"description":"Special Product Sawmills, NEC (shingle mills, shak","value":"321113"},{"description":"","value":"3212"},{"description":"Hardwood Veneer and Plywood","value":"321211"},{"description":"Structural Wood Members, NEC (except trusses)","value":"321213"},{"description":"Reconstituted Wood Products","value":"321219"},{"description":"","value":"32191"},{"description":"Sawmills and Planing Mills, General (lumber manufa","value":"321912"},{"description":"Special Product Sawmills, NEC (stave manufacturing","value":"321912"},{"description":"Sawmills and Planing Mills, General (softwood floo","value":"321918"},{"description":"Special Product Sawmills, NEC (cooperage stock)","value":"32192"},{"description":"Wood Pallets and Skids","value":"32192"},{"description":"Wood Products, NEC (wood tubs and vats, jewelry, c","value":"32192"},{"description":"Mobile Homes","value":"321991"},{"description":"Sawmills and Planing Mills, General (kiln drying)","value":"321999"},{"description":"Wood Products, NEC (other wood products)","value":"321999"},{"description":"","value":"322"},{"description":"Pulp Mills (pulp producing mills only)","value":"32211"},{"description":"Pulp Mills (pulp mills producing paper)","value":"322121"},{"description":"Paper Mills (newsprint mills)","value":"322122"},{"description":"Pulp Mills (pulp mills producing paperboard)","value":"32213"},{"description":"","value":"3222"},{"description":"Corrugated and Solid Fiber Boxes","value":"322211"},{"description":"Folding Paperboard Boxes, Including Sanitary","value":"322212"},{"description":"Fiber Cans, Tubes, Drums, and Similar Products","value":"322214"},{"description":"","value":"32222"},{"description":"Coated and Laminated Paper, NEC","value":"322222"},{"description":"Plastics, Foil, and Coated Paper Bags (except all","value":"322223"},{"description":"Metal Foil and Leaf (laminated aluminum foil rolls","value":"322225"},{"description":"","value":"32223"},{"description":"Converted Paper and Paperboard Products, NEC (pape","value":"322231"},{"description":"Stationery, Tablets, and Related Products","value":"322233"},{"description":"Sanitary Paper Products","value":"322291"},{"description":"Die-Cut Paper and Paperboard and Cardboard (die-cu","value":"322299"},{"description":"","value":"323"},{"description":"","value":"32311"},{"description":"Greeting Cards (lithographic printing of greeting","value":"323110"},{"description":"Greeting Cards (gravure printing of greeting cards","value":"323111"},{"description":"Greeting Cards (flexographic printing of greeting","value":"323112"},{"description":"Commercial Printing, NEC (screen printing)","value":"323113"},{"description":"Commercial Printing, Lithographic (quick printing)","value":"323114"},{"description":"Photocopying and Duplicating Services (instant pri","value":"323114"},{"description":"Manifold Business Forms","value":"323116"},{"description":"Book Printing","value":"323117"},{"description":"Commercial Printing, NEC (other commercial printin","value":"323119"},{"description":"","value":"32312"},{"description":"Typesetting","value":"323122"},{"description":"","value":"324"},{"description":"Petroleum Refining","value":"32411"},{"description":"Asphalt Paving Mixtures and Blocks","value":"324121"},{"description":"","value":"32419"},{"description":"Products of Petroleum and Coal, NEC","value":"324199"},{"description":"","value":"325"},{"description":"Cyclic Organic Crudes and Intermediates, and Organ","value":"32511"},{"description":"Industrial Gases","value":"32512"},{"description":"","value":"32513"},{"description":"Industrial Inorganic Chemicals, NEC (inorganic dye","value":"325131"},{"description":"","value":"32518"},{"description":"Inorganic pigments (bone and lamp black)","value":"325182"},{"description":"Industrial Inorganic Chemicals, NEC (except activa","value":"325188"},{"description":"","value":"32519"},{"description":"Cyclic Organic Crudes and Intermediates and Organi","value":"325192"},{"description":"Industrial Organic Chemicals, NEC (except aliphati","value":"325199"},{"description":"","value":"3252"},{"description":"Plastics Materials, Synthetic and Resins, and Nonv","value":"325211"},{"description":"","value":"32522"},{"description":"Manmade Organic Fibers, Except Cellulosic","value":"325222"},{"description":"","value":"32531"},{"description":"Phosphatic Fertilizers","value":"325312"},{"description":"Pesticides and Agricultural Chemicals, NEC","value":"32532"},{"description":"","value":"32541"},{"description":"Pharmaceutical Preparations","value":"325412"},{"description":"In-Vitro and In-Vivo Diagnostic Substances (in-vit","value":"325413"},{"description":"","value":"3255"},{"description":"Chemicals and Chemical Preparations, NEC (frit)","value":"32551"},{"description":"","value":"3256"},{"description":"Soaps and Other Detergents, Except Specialty Clean","value":"325611"},{"description":"Specialty Cleaning, Polishing, and Sanitary Prepar","value":"325612"},{"description":"Perfumes, Cosmetics, and Other Toilet Preparations","value":"32562"},{"description":"Printing Ink","value":"32591"},{"description":"","value":"32599"},{"description":"Photographic Equipment and Supplies (photographic","value":"325992"},{"description":"Chemicals and Chemical Preparations, NEC (except f","value":"325998"},{"description":"Manufacturing Industries, NEC (matches)","value":"325998"},{"description":"","value":"326"},{"description":"","value":"32611"},{"description":"Packaging Paper and Plastics Film, Coated, and Lam","value":"326112"},{"description":"","value":"32612"},{"description":"Plastics Product, NEC (plastics sausage casings)","value":"326121"},{"description":"Plastics Products, NEC (pipe fittings)","value":"326122"},{"description":"Plastics Foam Products (polystyrene foam products)","value":"32614"},{"description":"Plastics Bottles","value":"32616"},{"description":"Plastics Plumbing Fixtures","value":"326191"},{"description":"Linoleum, Asphalted-Felt-Base, and Other Hard Surf","value":"326192"},{"description":"Manufacturing Industries, NEC (plastics products s","value":"326199"},{"description":"","value":"32621"},{"description":"Tire Retreading and Repair Shops (rebuilding)","value":"326212"},{"description":"","value":"32629"},{"description":"Fabricated Rubber Products, NEC (except rubberized","value":"326299"},{"description":"","value":"3271"},{"description":"Vitreous China Plumbing Fixtures and China and Ear","value":"327111"},{"description":"Fine Earthenware (Whiteware) Table and Kitchen Art","value":"327112"},{"description":"Nonmetallic Mineral Products, NEC (clay statuary)","value":"327112"},{"description":"","value":"32712"},{"description":"Ceramic Wall and Floor Tile","value":"327122"},{"description":"Clay Refractories","value":"327124"},{"description":"","value":"3272"},{"description":"Flat Glass","value":"327211"},{"description":"Glass Containers","value":"327213"},{"description":"","value":"3273"},{"description":"Ready-Mixed Concrete","value":"32732"},{"description":"Brick and Structural Clay Tile (slumped brick)","value":"327331"},{"description":"Concrete Products, Except Block and Brick (concret","value":"327332"},{"description":"","value":"3274"},{"description":"Gypsum Products","value":"32742"},{"description":"","value":"3279"},{"description":"","value":"32799"},{"description":"Minerals and Earths, Ground or Otherwise Treated (","value":"327992"},{"description":"Concrete Products, Except Block and Brick (dry mix","value":"327999"},{"description":"Nonmetallic Mineral Products, NEC (except moldings","value":"327999"},{"description":"","value":"3311"},{"description":"Steel Works, Blast Furnaces (Including Coke Ovens)","value":"331111"},{"description":"","value":"3312"},{"description":"","value":"33122"},{"description":"Cold-Rolled Steel Sheet, Strip and Bars","value":"331221"},{"description":"Steel Wiredrawing and Steel Nails and Spikes (stee","value":"331222"},{"description":"","value":"33131"},{"description":"Primary Production of Aluminum","value":"331312"},{"description":"Primary Metal Products, NEC (aluminum powder, past","value":"331314"},{"description":"Aluminum Extruded Products","value":"331316"},{"description":"Drawing and Insulating of Nonferrous Wire (aluminu","value":"331319"},{"description":"","value":"33141"},{"description":"Primary Smelting and Refining of Nonferrous Metals","value":"331419"},{"description":"Rolling, Drawing, and Extruding of Copper","value":"331421"},{"description":"","value":"331422"},{"description":"Primary Metal Products, NEC (copper powders, flake","value":"331423"},{"description":"Rolling, Drawing, and Extruding of Nonferrous Meta","value":"331491"},{"description":"Secondary Smelting and Refining of Nonferrous Meta","value":"331492"},{"description":"","value":"3315"},{"description":"Gray and Ductile Iron Foundries","value":"331511"},{"description":"Malleable Iron Foundries","value":"331511"},{"description":"Steel Foundries, NEC","value":"331513"},{"description":"Aluminum Die-Castings","value":"331521"},{"description":"Aluminum Foundries","value":"331524"},{"description":"Nonferrous Foundries, Except Aluminum and Copper","value":"331528"},{"description":"","value":"3321"},{"description":"Iron and Steel Forgings","value":"332111"},{"description":"Miscellaneous Structural Metal Work (custom roll f","value":"332114"},{"description":"Metal Stampings, NEC (except kitchen utensils, pot","value":"332116"},{"description":"","value":"332117"},{"description":"","value":"33221"},{"description":"Silverware, Plated Ware, and Stainless Steel Ware","value":"332211"},{"description":"Hand and Edge Tools, Except Machine Tools and Hand","value":"332212"},{"description":"Lawn and Garden Tractors and Home Lawn and Garden","value":"332212"},{"description":"Noncurrent-Carrying Wiring Devices (fish wire, ele","value":"332212"},{"description":"Saw Blades and Handsaws","value":"332213"},{"description":"","value":"3323"},{"description":"Prefabricated Metal Buildings and Components","value":"332311"},{"description":"Miscellaneous Structural Metal Work (fabricated ba","value":"332312"},{"description":"","value":"33232"},{"description":"Miscellaneous Structural Metal Work (curtain wall)","value":"332321"},{"description":"Architectural and Ornamental Metal Work","value":"332323"},{"description":"Farm Machinery and Equipment (corrals, stalls, and","value":"332323"},{"description":"Fabricated Plate Work (Boiler Shops) (power boiler","value":"33241"},{"description":"Fabricated Plate Work (Boiler Shops) (heavy gauge","value":"33242"},{"description":"Metal Cans","value":"332431"},{"description":"Hardware, NEC (vacuum and insulated bottles, jugs,","value":"332439"},{"description":"Fabricated Metal Products, NEC (metal boxes)","value":"332439"},{"description":"","value":"3325"},{"description":"Fabricated Metal Products, NEC (safe and vault loc","value":"33251"},{"description":"","value":"33261"},{"description":"Wire Springs (except watch and clock springs)","value":"332612"},{"description":"Primary Metal Products, NEC (nonferrous nails, bra","value":"332618"},{"description":"","value":"3327"},{"description":"","value":"33272"},{"description":"Bolts, Nuts, Screws, Rivets, and Washers","value":"332722"},{"description":"","value":"3328"},{"description":"Metal Heat Treating","value":"332811"},{"description":"Primary Metal Products, NEC (laminating steel)","value":"332813"},{"description":"","value":"3329"},{"description":"Industrial Valves","value":"332911"},{"description":"Aircraft Parts and Auxiliary Equipment, NEC (fluid","value":"332912"},{"description":"Hardware, NEC (fire hose nozzles and couplings)","value":"332919"},{"description":"Fabricated Metal Products, NEC (metal aerosol valv","value":"332919"},{"description":"","value":"33299"},{"description":"Small Arms Ammunition","value":"332992"},{"description":"Small Arms","value":"332994"},{"description":"Ordnance and Accessories, NEC","value":"332995"},{"description":"Industrial Patterns","value":"332997"},{"description":"Abrasive Products (steel wool with or without soap","value":"332999"},{"description":"Plumbing Fixture Fittings and Trim (metal shower r","value":"332999"},{"description":"Metal Foil and Leaf (foil and foil containers)","value":"332999"},{"description":"Industrial Trucks, Tractors, Trailers, and Stacker","value":"332999"},{"description":"Silverware, Plated Ware, and Stainless Steel Ware","value":"332999"},{"description":"","value":"333"},{"description":"","value":"33311"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333111"},{"description":"Construction Machinery and Equipment (except railw","value":"33312"},{"description":"Mining Machinery and Equipment, Except Oil and Gas","value":"333131"},{"description":"","value":"3332"},{"description":"Special Industry Machinery, NEC (rubber and plasti","value":"33322"},{"description":"Paper Industries Machinery","value":"333291"},{"description":"Printing Trades Machinery and Equipment","value":"333293"},{"description":"Special Industry Machinery, NEC (semiconductor mac","value":"333295"},{"description":"Household Appliances, NEC (household sewing machin","value":"333298"},{"description":"","value":"33331"},{"description":"Calculating and Accounting Machines, Except Electr","value":"333311"},{"description":"Calculating and Accounting Machinery, Except Elect","value":"333313"},{"description":"Optical Instruments and Lenses","value":"333314"},{"description":"Special Industry Machinery, NEC (automotive mainte","value":"333319"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333319"},{"description":"Manufacturing Industries, NEC (beauty and barber s","value":"333319"},{"description":"","value":"33341"},{"description":"Industrial and Commercial Fans and Blowers and Air","value":"333412"},{"description":"Wood Products, NEC (wood cooling towers)","value":"333414"},{"description":"Sheet Metal Work (sheet metal cooling towers)","value":"333414"},{"description":"General Industrial Machinery and Equipment, NEC (e","value":"333414"},{"description":"","value":"3335"},{"description":"Special Dies and Tools, Die Sets, Jigs and Fixture","value":"333511"},{"description":"Machine Tools, Metal Forming Type","value":"333513"},{"description":"Cutting Tools, Machine Tool Accessories, and Machi","value":"333515"},{"description":"Metalworking Machinery, NEC","value":"333518"},{"description":"","value":"33361"},{"description":"Speed Changers, Industrial High-Speed Drives, and","value":"333612"},{"description":"Internal Combustion Engines, NEC (except stationar","value":"333618"},{"description":"","value":"3339"},{"description":"Pumps and Pumping Equipment","value":"333911"},{"description":"Air and Gas Compressors","value":"333912"},{"description":"","value":"33392"},{"description":"Farm Machinery and Equipment (farm conveyors and e","value":"333922"},{"description":"Overhead Traveling Cranes, Hoists, and Monorail Sy","value":"333923"},{"description":"Miscellaneous Fabricated Wire Products (grocery ca","value":"333924"},{"description":"Transportation Equipment, NEC (wheelbarrows)","value":"333924"},{"description":"Power-Driven Handtools","value":"333991"},{"description":"Electrical Machinery Equipment and Supplies, NEC (","value":"333992"},{"description":"Industrial Process Furnaces and Ovens","value":"333994"},{"description":"Fluid Power Pumps and Motors","value":"333996"},{"description":"Industrial and Commercial Machinery and Equipment,","value":"333999"},{"description":"","value":"334"},{"description":"","value":"33411"},{"description":"Computer Storage Devices","value":"334112"},{"description":"Computer Peripheral Equipment, NEC (except plotter","value":"334119"},{"description":"","value":"3342"},{"description":"Radio and Television Broadcasting and Communicatio","value":"33422"},{"description":"Communications Equipment, NEC","value":"33429"},{"description":"Household Audio and Video Equipment","value":"33431"},{"description":"","value":"3344"},{"description":"Electron Tubes","value":"334411"},{"description":"Semiconductors and Related Devices","value":"334413"},{"description":"Electronic Resistors","value":"334415"},{"description":"Electronic Connectors","value":"334417"},{"description":"Electronic Components, NEC (printed circuit/electr","value":"334418"},{"description":"Electronic Components, NEC (other electronic compo","value":"334419"},{"description":"","value":"33451"},{"description":"Electromedical and Electrotherapeutic Apparatus (o","value":"334510"},{"description":"Automatic Controls for Regulating Residential and","value":"334512"},{"description":"Totalizing Fluid Meters and Counting Devices","value":"334514"},{"description":"Measuring and Controlling Devices, NEC (motor vehi","value":"334514"},{"description":"Laboratory Analytical Instruments","value":"334516"},{"description":"Electromedical and Electrotherapeutic Apparatus (C","value":"334517"},{"description":"Office Machines, NEC (time clocks and other time r","value":"334518"},{"description":"Jewelers Findings and Materials and Lapidary Work","value":"334518"},{"description":"Measuring and Controlling Devices, NEC (except med","value":"334519"},{"description":"","value":"33461"},{"description":"Phonograph Records and Prerecorded Audio Tapes and","value":"334612"},{"description":"","value":"334613"},{"description":"Magnetic and Optical Recording Media","value":"334613"},{"description":"","value":"3351"},{"description":"","value":"33512"},{"description":"Manufacturing Industries, NEC (lamp shades of pape","value":"335121"},{"description":"Lighting Equipment, NEC","value":"335129"},{"description":"","value":"3352"},{"description":"Electric Housewares and Fans (except wall and base","value":"335211"},{"description":"Household Vacuum Cleaners","value":"335212"},{"description":"","value":"33522"},{"description":"Household Refrigerators and Home and Farm Freezers","value":"335222"},{"description":"Household Appliances, NEC (except floor waxing and","value":"335228"},{"description":"","value":"33531"},{"description":"Power, Distribution, and Speciality Transformers","value":"335311"},{"description":"Armature Rewinding Shops (remanufacturing)","value":"335312"},{"description":"Relays and Industrial Controls","value":"335314"},{"description":"","value":"33591"},{"description":"Primary Batteries, Dry and Wet","value":"335912"},{"description":"Drawing and Insulating of Nonferrous Wire (fiber o","value":"335921"},{"description":"","value":"33593"},{"description":"Noncurrent-Carrying Wiring Devices (except fishwir","value":"335932"},{"description":"Carbon and Graphite Products","value":"335991"},{"description":"Electrical Machinery, Equipment, and Supplies, NEC","value":"335999"},{"description":"","value":"3361"},{"description":"Motor Vehicles and Passenger Car Bodies (automobil","value":"336111"},{"description":"Motor Vehicles and Passenger Car Bodies (heavy dut","value":"33612"},{"description":"","value":"33621"},{"description":"Truck and Bus Bodies","value":"336211"},{"description":"Truck Trailers","value":"336212"},{"description":"Travel Trailers and Campers","value":"336214"},{"description":"","value":"3363"},{"description":"Carburetors, Pistons, Piston Rings, and Valves","value":"336311"},{"description":"","value":"33632"},{"description":"Electrical Equipment for Internal Combustion Engin","value":"336322"},{"description":"Motor Vehicle Parts and Accessories (steering and","value":"33633"},{"description":"Motor Vehicle Parts and Accessories (brake and bra","value":"33634"},{"description":"Automotive Trimmings, Apparel Findings, and Relate","value":"33636"},{"description":"Public Building and Related Furniture (seats for m","value":"33636"},{"description":"Automotive Stampings","value":"33637"},{"description":"Air-Conditioning and Warm Air Heating Equipment an","value":"336391"},{"description":"Internal Combustion Engines, NEC (stationary engin","value":"336399"},{"description":"Motor Vehicle Parts and Accessories (except truck","value":"336399"},{"description":"","value":"3364"},{"description":"Aircraft (except research and development)","value":"336411"},{"description":"Aircraft Engines and Engine Parts (except research","value":"336412"},{"description":"Guided Missiles and Space Vehicles (except researc","value":"336414"},{"description":"Guided Missile and Space Vehicle Parts and Auxilia","value":"336419"},{"description":"Construction Machinery and Equipment (railway trac","value":"33651"},{"description":"","value":"3366"},{"description":"Ship Building and Repairing (except floating dry d","value":"336611"},{"description":"","value":"3369"},{"description":"Games, Toys, and Children's Vehicles, Except Dolls","value":"336991"},{"description":"Motor Vehicles and Passenger Car Bodies (military","value":"336992"},{"description":"Transportation Equipment, NEC (except automobile,","value":"336999"},{"description":"","value":"3371"},{"description":"Furniture Stores (custom wood cabinets)","value":"33711"},{"description":"Wood Household Furniture, Upholstered","value":"337121"},{"description":"Mattress, Foundations, and Convertible Beds (conve","value":"337121"},{"description":"Wood Household Furniture, Except Upholstered (exce","value":"337122"},{"description":"Metal Household Furniture (except upholstered and","value":"337124"},{"description":"Public Building and Related Furniture (furniture m","value":"337127"},{"description":"Office and Store Fixtures, Partitions, Shelving, a","value":"337127"},{"description":"Lead Pencils, Crayons, and Artist's Materials (dra","value":"337127"},{"description":"Wood Television, Radio, Phonograph, and Sewing Mac","value":"337129"},{"description":"","value":"33721"},{"description":"Wood Office and Store Fixtures, Partitions, Shelvi","value":"337212"},{"description":"Hardwood Dimension and Flooring Mills (wood furnit","value":"337215"},{"description":"Wood Household Furniture, Except Upholstered (wood","value":"337215"},{"description":"Office and Store Fixtures, Partitions, Shelving an","value":"337215"},{"description":"Hardware, NEC (convertible bed sleeper mechanisms,","value":"337215"},{"description":"","value":"3379"},{"description":"Drapery Hardware and Window Blinds and Shades","value":"33792"},{"description":"","value":"3391"},{"description":"Furniture and Fixtures, NEC (hospital beds)","value":"339111"},{"description":"Surgical and Medical Instruments and Apparatus (op","value":"339111"},{"description":"Measuring and Controlling Devices, NEC (medical th","value":"339112"},{"description":"Orthopedic, Prosthetic, and Surgical Appliances an","value":"339113"},{"description":"Dental Equipment and Supplies","value":"339114"},{"description":"Optical Goods Stores (optical laboratories grindin","value":"339115"},{"description":"","value":"3399"},{"description":"Coating, Engraving, and Allied Services, NEC (jewe","value":"339911"},{"description":"Coating, Engraving, and Allied Services, NEC (silv","value":"339912"},{"description":"Jewelers' Findings and Materials, and Lapidary Wor","value":"339913"},{"description":"Costume Jewelry and Costume Novelties, Except Prec","value":"339914"},{"description":"Fabricated Rubber Products, NEC (wet suits)","value":"33992"},{"description":"Dolls and Stuffed Toys","value":"339931"},{"description":"Games, Toys, and Children's Vehicles, Except Dolls","value":"339932"},{"description":"","value":"33994"},{"description":"Public Buildings and Related Furniture (blackboard","value":"339942"},{"description":"Lead Pencils, Crayons, and Artists' Materials (exc","value":"339942"},{"description":"Carbon Paper and Inked Ribbons","value":"339944"},{"description":"","value":"33999"},{"description":"Musical Instruments","value":"339992"},{"description":"Boat and Shoe Cut Stock and Findings (metal buckle","value":"339993"},{"description":"Housefurnishings, Except Curtains and Draperies (m","value":"339994"},{"description":"Wood Products, NEC (mirror and picture frames)","value":"339999"},{"description":"Manufacturing Industries, NEC (other miscellaneous","value":"339999"},{"description":"","value":"421"},{"description":"Automobiles and Other Motor Vehicles","value":"42111"},{"description":"Tires and Tubes (except tires sold via retail meth","value":"42113"},{"description":"","value":"4212"},{"description":"Homefurnishings (except homefurnishings sold via r","value":"42122"},{"description":"Lumber, Plywood, Millwork, and Wood Panels","value":"42131"},{"description":"Roofing, Siding, and Insulation Materials","value":"42133"},{"description":"","value":"4214"},{"description":"Office Equipment (except sold via retail method)","value":"42142"},{"description":"Commercial Equipment, NEC","value":"42144"},{"description":"Ophthalmic Goods","value":"42146"},{"description":"","value":"4215"},{"description":"Coal and Other Mineral and Ores","value":"42152"},{"description":"Electrical Apparatus and Equipment, Wiring Supplie","value":"42161"},{"description":"Electronic Parts and Equipment, NEC","value":"42169"},{"description":"Hardware (except sold via retail method)","value":"42171"},{"description":"Warm Air Heating and Air-Conditioning Equipment an","value":"42173"},{"description":"","value":"4218"},{"description":"Farm and Garden Machinery and Equipment (except la","value":"42182"},{"description":"Industrial Supplies (fluid power accessories)","value":"42183"},{"description":"Service Establishment Equipment and Supplies (exce","value":"42185"},{"description":"Business Services, NEC (yacht brokers)","value":"42186"},{"description":"Sporting and Recreational Goods and Supplies","value":"42191"},{"description":"Scrap and Waste Materials","value":"42193"},{"description":"Durable Goods, NEC","value":"42199"},{"description":"","value":"422"},{"description":"Printing and Writing Paper","value":"42211"},{"description":"Industrial and Personal Service Paper","value":"42213"},{"description":"Drugs, Drug Proprietaries, and Druggists' Sundries","value":"42221"},{"description":"Piece Goods, Notions, and Other Dry Goods (except","value":"42231"},{"description":"Women's, Children's, and Infants' Clothing and Acc","value":"42233"},{"description":"","value":"4224"},{"description":"Packaged Frozen Foods","value":"42242"},{"description":"Poultry and Poultry Products","value":"42244"},{"description":"Fish and Seafoods","value":"42246"},{"description":"Fresh Fruits and Vegetables","value":"42248"},{"description":"","value":"4225"},{"description":"Livestock","value":"42252"},{"description":"","value":"4226"},{"description":"Chemicals and Allied Products, NEC","value":"42269"},{"description":"Petroleum Bulk Stations and Terminals (except pet","value":"42271"},{"description":"","value":"4228"},{"description":"Wine and Distilled Alcoholic Beverages","value":"42282"},{"description":"Farm Supplies (except lawn and garden supplies sol","value":"42291"},{"description":"Flowers, Nursery Stock, and Florists' Supplies (ex","value":"42293"},{"description":"Paints, Varnishes, and Supplies","value":"42295"},{"description":"","value":"44-45"},{"description":"","value":"4411"},{"description":"Motor Vehicle Dealers (Used Only)","value":"44112"},{"description":"Recreational Vehicle Dealers","value":"44121"},{"description":"Motorcycle Dealers","value":"441221"},{"description":"Automotive Dealers, NEC","value":"441229"},{"description":"Motor Vehicle Supplies and New Parts (Wholesale) (","value":"44131"},{"description":"Motor Vehicle Parts, Used (sold via retail method)","value":"44131"},{"description":"Tires and Tubes (Wholesale) (tires and tubes sold","value":"44132"},{"description":"","value":"442"},{"description":"Furniture (Wholesale) (sold via the retail method)","value":"44211"},{"description":"","value":"4422"},{"description":"Floor Coverings Stores","value":"44221"},{"description":"Drapery, Curtain, and Upholstery Stores (drapery a","value":"442291"},{"description":"Miscellaneous Homefurnishings Stores (except potte","value":"442299"},{"description":"","value":"443"},{"description":"","value":"44311"},{"description":"Refrigeration and Air-Conditioning Service and Rep","value":"443111"},{"description":"Radio, Television, and Consumer Electronics Stores","value":"443112"},{"description":"Radio and Television Repair Shops (retailing new r","value":"443112"},{"description":"Computer and Computer Software Stores","value":"44312"},{"description":"Camera and Photographic Supply Stores","value":"44313"},{"description":"","value":"4441"},{"description":"Paint, Glass, and Wallpaper Stores (paint and wall","value":"44412"},{"description":"Hardware Stores","value":"44413"},{"description":"Construction Materials, NEC (Wholesale) (glass, so","value":"44419"},{"description":"Plumbing and Heating Equipment and Supplies (Hydro","value":"44419"},{"description":"Paint, Glass, and Wallpaper Stores (glass)","value":"44419"},{"description":"Farm and Garden Machinery and Equipment (Wholesale","value":"44421"},{"description":"Farm Supplies (sold via retail method)","value":"44422"},{"description":"Retail Nurseries, Lawn and Garden Supply Stores (e","value":"44422"},{"description":"","value":"4451"},{"description":"Grocery Stores (convenience stores without gas)","value":"44512"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"44521"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"44522"},{"description":"","value":"44529"},{"description":"Candy, Nut and Confectionery Stores","value":"445292"},{"description":"Dairy Products Stores","value":"445299"},{"description":"Liquor Stores","value":"44531"},{"description":"","value":"4461"},{"description":"Service Establishment Equipment and Supplies (beau","value":"44612"},{"description":"Optical Goods Stores (except labs grinding prescr","value":"44613"},{"description":"Miscellaneous Food Stores (food supplements)","value":"446191"},{"description":"Miscellaneous Retail Stores, NEC (hearing aids and","value":"446199"},{"description":"","value":"4471"},{"description":"Grocery Stores (convenience store with gas)","value":"44711"},{"description":"","value":"448"},{"description":"Men's and Boys' Clothing and Accessory Stores (clo","value":"44811"},{"description":"Children's and Infants' Wear Stores","value":"44813"},{"description":"Men's and Boys' Clothing and Accessory Stores (acc","value":"44815"},{"description":"Miscellaneous Apparel and Accessory Stores (access","value":"44815"},{"description":"Women's Accessory and Specialty Stores (specialty","value":"44819"},{"description":"Shoe Stores","value":"44821"},{"description":"Jewelry Stores","value":"44831"},{"description":"","value":"451"},{"description":"Sporting Goods Stores and Bicycle Shops","value":"45111"},{"description":"Hobby, Toy, and Game Stores","value":"45112"},{"description":"Sewing, Needlework, and Piece Goods Stores","value":"45113"},{"description":"","value":"4512"},{"description":"Book Stores","value":"451211"},{"description":"Record and Prerecorded Tape Stores","value":"45122"},{"description":"","value":"4521"},{"description":"","value":"4529"},{"description":"Grocery Stores (grocery stores and supermarkets se","value":"45291"},{"description":"Variety Stores","value":"45299"},{"description":"","value":"453"},{"description":"Florists","value":"45311"},{"description":"Office Equipment (sold via retail method)","value":"45321"},{"description":"Stationery and Office Supplies (sold via retail me","value":"45321"},{"description":"Gift, Novelty, and Souvenir Shops","value":"45322"},{"description":"Used Merchandise Stores (except pawn shops)","value":"45331"},{"description":"Miscellaneous Retail Stores, NEC (pet and pet supp","value":"45391"},{"description":"Mobile Home Dealers","value":"45393"},{"description":"Tobacco Stores and Stands","value":"453991"},{"description":"","value":"454"},{"description":"Catalog and Mail-Order Houses","value":"45411"},{"description":"Automatic Merchandise Machine Operators","value":"45421"},{"description":"","value":"45431"},{"description":"Fuel Oil Dealers","value":"454311"},{"description":"Liquefied Petroleum Gas (Bottled Gas) Dealers","value":"454312"},{"description":"Meat and Fish (Seafood) Markets, Including Freezer","value":"45439"},{"description":"","value":"48-49"},{"description":"","value":"4811"},{"description":"Air Transportation, Scheduled (passenger)","value":"481111"},{"description":"","value":"4812"},{"description":"Air Transportation, Nonscheduled (passenger)","value":"481211"},{"description":"Establishments that use general purpose aircraft t","value":"481219"},{"description":"","value":"4821"},{"description":"Railroads, Line-Haul Operating","value":"482111"},{"description":"","value":"483"},{"description":"","value":"48311"},{"description":"Deep Sea Transportation of Passengers, Except by F","value":"483112"},{"description":"Freight Transportation on the Great Lakes - St. La","value":"483113"},{"description":"Ferries (coastal and Great Lakes)","value":"483114"},{"description":"","value":"48321"},{"description":"Ferries (inland)","value":"483212"},{"description":"","value":"484"},{"description":"Local Trucking without Storage (general freight)","value":"48411"},{"description":"","value":"48412"},{"description":"Trucking, Except Local (general freight, less than","value":"484122"},{"description":"Local Trucking Without Storage (household goods mo","value":"48421"},{"description":"Local Trucking With Storage (household goods movin","value":"48421"},{"description":"Local Trucking with Storage (specialized freight)","value":"48422"},{"description":"","value":"485"},{"description":"","value":"48511"},{"description":"Local and Suburban Transit (commuter rail)","value":"485112"},{"description":"Local and Suburban Transit (other than mixed mode,","value":"485119"},{"description":"Intercity and Rural Bus Transportation","value":"48521"},{"description":"Taxicabs","value":"48531"},{"description":"Local Passenger Transportation, NEC (limousine ren","value":"48532"},{"description":"School Buses","value":"48541"},{"description":"","value":"4855"},{"description":"Bus Charter Services, Except Local","value":"48551"},{"description":"","value":"48599"},{"description":"Local and Suburban Transit (airport transportation","value":"485999"},{"description":"","value":"486"},{"description":"Crude Petroleum Pipelines","value":"48611"},{"description":"Natural Gas Transmission","value":"48621"},{"description":"","value":"4869"},{"description":"","value":"48691"},{"description":"","value":"487"},{"description":"Local Passenger Transportation, NEC (sightseeing b","value":"48711"},{"description":"Amusement and Recreation Services, NEC (scenic tra","value":"48711"},{"description":"Water Transportation of Passengers, NEC (airboats,","value":"48721"},{"description":"","value":"4879"},{"description":"Amusement and Recreation Services, NEC (aerial tra","value":"48799"},{"description":"","value":"4881"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"488111"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"488119"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"48819"},{"description":"Railroad Switching and Terminal Establishments (al","value":"48821"},{"description":"Transportation Services, NEC (car loading and unlo","value":"48821"},{"description":"Marine Cargo Handling (dock and pier operations)","value":"48831"},{"description":"Marine Cargo Handling (all but dock and pier opera","value":"48832"},{"description":"Water Transportation Services, NEC (piloting vesse","value":"48833"},{"description":"Water Transportation Services, NEC (all but lighth","value":"48839"},{"description":"Repair Shops and Related Services, NEC (ship scali","value":"48839"},{"description":"Automotive Services, Except Repair and Carwashes (","value":"48841"},{"description":"Terminal and Joint Terminal Maintenance Facilities","value":"48849"},{"description":"","value":"4885"},{"description":"","value":"4889"},{"description":"Packing and Crating","value":"488991"},{"description":"Transportation Services, NEC (pipeline terminals a","value":"488999"},{"description":"","value":"4911"},{"description":"Business Services, NEC (post office contract stati","value":"49111"},{"description":"","value":"4921"},{"description":"Air Courier Services","value":"49211"},{"description":"Courier Services, Except by Air (local delivery)","value":"49221"},{"description":"","value":"4931"},{"description":"Special Warehousing and Storage, NEC (warehousing","value":"49311"},{"description":"Special Warehousing and Storage, NEC (fur storage)","value":"49312"},{"description":"Special Warehousing and Storage, NEC (all but fur","value":"49319"},{"description":"","value":"511"},{"description":"Newspapers: Publishing, or Publishing and Printing","value":"51111"},{"description":"Miscellaneous Publishing (shopping news)","value":"51112"},{"description":"Miscellaneous Publishing (technical manuals and bo","value":"51113"},{"description":"Direct Mail Advertising Services (mailing list com","value":"51114"},{"description":"Greeting Cards (publishing greeting cards)","value":"511191"},{"description":"","value":"5112"},{"description":"","value":"512"},{"description":"Motion Picture and Video Tape Production","value":"51211"},{"description":"Services Allied to Motion Picture Distribution (co","value":"51212"},{"description":"Motion Picture Theaters, Except Drive-In","value":"512131"},{"description":"","value":"51219"},{"description":"Services Allied to Motion Picture Production (exce","value":"512199"},{"description":"","value":"5122"},{"description":"Phonograph Records and Prerecorded Audio Tapes and","value":"51222"},{"description":"Miscellaneous Publishing (sheet music publishing)","value":"51223"},{"description":"Business Services, NEC (recording studios)","value":"51224"},{"description":"Theatrical Producers (Except Motion Picture) and M","value":"51229"},{"description":"","value":"5131"},{"description":"Radio Broadcasting Stations (networks)","value":"513111"},{"description":"Television Broadcasting Stations","value":"51312"},{"description":"Cable and Other Pay Television Services (cable net","value":"51321"},{"description":"","value":"5133"},{"description":"Telegraph and Other Message Communications","value":"51331"},{"description":"Radiotelephone Communications (paging carriers)","value":"513321"},{"description":"Communications Services, NEC (ship-to-shore broadc","value":"513322"},{"description":"Telephone Communications, Except Radiotelephone (w","value":"51333"},{"description":"Telephone Communications, Except Radiotelephone (s","value":"51334"},{"description":"","value":"514"},{"description":"News Syndicates (except independent news correspon","value":"51411"},{"description":"Services Allied to Motion Picture Distribution (fi","value":"51412"},{"description":"Information Retrieval Services","value":"514191"},{"description":"Business Services, NEC (stock photo agencies, pres","value":"514199"},{"description":"Computer Processing and Data Preparation and Proce","value":"51421"},{"description":"Business Services, NEC (microfilm services)","value":"51421"},{"description":"","value":"521"},{"description":"Federal Reserve Banks","value":"52111"},{"description":"","value":"5221"},{"description":"State Commercial Banks (commercial banking)","value":"52211"},{"description":"Branches and Agencies of Foreign Banks (branches)","value":"52211"},{"description":"Savings Institutions, Not Federally Chartered","value":"52212"},{"description":"Credit Unions, Not Federally Chartered","value":"52213"},{"description":"","value":"5222"},{"description":"State Commercial Banks (credit card issuing)","value":"52221"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52221"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52222"},{"description":"","value":"52229"},{"description":"Foreign Trade and International Banking Institutio","value":"522292"},{"description":"Miscellaneous Business Credit Institutions (farm m","value":"522292"},{"description":"Foreign Trade and International Banking Institutio","value":"522293"},{"description":"Miscellaneous Business Credit Institutions (trade","value":"522293"},{"description":"Miscellaneous Business Credit Institutions (second","value":"522294"},{"description":"Central Reserve Depository Institutions, NEC","value":"522298"},{"description":"Foreign Trade and International Banking Institutio","value":"522298"},{"description":"Personal Credit Institutions (industrial nondeposi","value":"522298"},{"description":"","value":"5223"},{"description":"Functions Related to Depository Banking, NEC (elec","value":"52232"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52232"},{"description":"Functions Related to Depository Banking, NEC (exce","value":"52239"},{"description":"","value":"523"},{"description":"Security Brokers, Dealers, and Flotation Companies","value":"52311"},{"description":"Functions Related to Depository Banking, NEC (for","value":"52313"},{"description":"Commodity Contracts Brokers and Dealers (commodity","value":"52313"},{"description":"","value":"5232"},{"description":"","value":"5239"},{"description":"Short-Term Business Credit Institutions, Except Ag","value":"52391"},{"description":"Investors, NEC (venture capital companies, investm","value":"52391"},{"description":"Pension, Health, and Welfare Funds (managers)","value":"52392"},{"description":"Investors, NEC (commodity contract pool operators)","value":"52392"},{"description":"","value":"52399"},{"description":"Functions Related to Depository Banking, NEC (esc","value":"523991"},{"description":"Trusts, Except Educational, Religious, and Charita","value":"523991"},{"description":"Services Allied With the Exchange of Securities or","value":"523999"},{"description":"","value":"5241"},{"description":"Life Insurance (life insurers-direct)","value":"524113"},{"description":"Hospital and Medical Service Plans (health and med","value":"524114"},{"description":"","value":"52412"},{"description":"Surety Insurance (financial responsibility insurer","value":"524126"},{"description":"Fire, Marine, and Casualty Insurance (contact lens","value":"524128"},{"description":"Life Insurance (reinsurers)","value":"52413"},{"description":"Hospital and Medical Service Plans (reinsurers)","value":"52413"},{"description":"Surety Insurance (reinsurers)","value":"52413"},{"description":"","value":"5242"},{"description":"","value":"52429"},{"description":"Pension, Health, and Welfare Funds (administrators","value":"524292"},{"description":"Insurance Agents, Brokers, and Service (except pro","value":"524298"},{"description":"","value":"5251"},{"description":"Pension, Health, and Welfare Funds (health and wel","value":"52512"},{"description":"Hospital and Medical Service Plans (self insurers)","value":"52519"},{"description":"Trusts, Except Educational, Religious, and Charita","value":"52519"},{"description":"Management Investment Offices, Open-End","value":"52591"},{"description":"Real Estate Investment Trusts","value":"52593"},{"description":"Unit Investment Trusts, Face-Amount Certificate Of","value":"52599"},{"description":"","value":"531"},{"description":"Operators of Apartment Buildings","value":"53111"},{"description":"Operators of Nonresidential Buildings (other excep","value":"53112"},{"description":"Operators of Residential Mobile Home Sites","value":"53119"},{"description":"Lessors of Real Property, NEC","value":"53119"},{"description":"Real Estate Agents Managers (agents and brokers)","value":"53121"},{"description":"","value":"53131"},{"description":"Real Estate Agents and Managers (managers-nonresid","value":"531312"},{"description":"Real Estate Agents and Managers (except real estat","value":"53139"},{"description":"","value":"5321"},{"description":"Passenger Car Rental","value":"532111"},{"description":"Truck Rental and Leasing Without Drivers","value":"53212"},{"description":"","value":"5322"},{"description":"Miscellaneous Personal Services, NEC (formal wear","value":"53222"},{"description":"Video Tape Rental","value":"53223"},{"description":"Medical Equipment Rental and Leasing (home health","value":"532291"},{"description":"Equipment Rental and Leasing, NEC (except transpor","value":"532299"},{"description":"Equipment Rental and Leasing, NEC (general rental","value":"53231"},{"description":"","value":"53241"},{"description":"Rental of Railroad Cars (rental of railroad cars)","value":"532411"},{"description":"Heavy Construction Equipment Rental and Leasing (w","value":"532412"},{"description":"Equipment Rental and Leasing (office machine renta","value":"53242"},{"description":"Medical Equipment Rental and Leasing (medical mach","value":"53249"},{"description":"Services Allied to Motion Picture Production (moti","value":"53249"},{"description":"","value":"533"},{"description":"Oil Royalty Traders (except investors on own accou","value":"53311"},{"description":"","value":"54"},{"description":"","value":"5411"},{"description":"Null Set for U.S.","value":"54112"},{"description":"Title Abstract Offices","value":"541191"},{"description":"","value":"5412"},{"description":"Accounting, Auditing, and Bookkeeping Services (au","value":"541211"},{"description":"Services Allied to Motion Picture Production (tale","value":"541214"},{"description":"Accounting, Auditing, and Bookkeeping Services (ot","value":"541219"},{"description":"Architectural Services","value":"54131"},{"description":"Business Consulting Services, NEC (urban planners","value":"54132"},{"description":"Business Consulting Services, NEC (traffic enginee","value":"54133"},{"description":"Business Services, NEC (home and building inspecti","value":"54135"},{"description":"Metal Mining Services (geophysical surveying and m","value":"54136"},{"description":"Nonmetallic Minerals Services, Except Fuels (geoph","value":"54136"},{"description":"Surveying Services (except geophysical surveying)","value":"54137"},{"description":"Testing Laboratories (except veterinary testing la","value":"54138"},{"description":"Business Services, NEC (interior design)","value":"54141"},{"description":"Commercial Art and Graphic Design","value":"54143"},{"description":"Business Services, NEC (fashion and other design s","value":"54149"},{"description":"","value":"54151"},{"description":"Computer Integrated Systems Design","value":"541512"},{"description":"Computer Facilities Management Services","value":"541513"},{"description":"","value":"5416"},{"description":"Management Consulting Services (administrative man","value":"541611"},{"description":"Employment Agencies (executive placement services)","value":"541612"},{"description":"Management Consulting Services (marketing consulti","value":"541613"},{"description":"Arrangement of Transportation of Freight and Cargo","value":"541614"},{"description":"Services, NEC (environmental consultants)","value":"54162"},{"description":"Business Consulting Services, NEC (safety, securit","value":"54169"},{"description":"","value":"5417"},{"description":"Aircraft Engines and Engine Parts (research and de","value":"54171"},{"description":"Guided missiles and Space Vehicles (research and d","value":"54171"},{"description":"Guided Missile Space Vehicle Parts and Auxiliary E","value":"54171"},{"description":"Noncommercial Research Organizations (physical, en","value":"54171"},{"description":"Noncommercial Research Organizations (social scien","value":"54172"},{"description":"Advertising Agencies","value":"54181"},{"description":"Advertising, NEC (media buying services)","value":"54183"},{"description":"Outdoor Advertising Services","value":"54185"},{"description":"Direct Mail Advertising Services (except mailing l","value":"54186"},{"description":"Business Services, NEC (distribution of telephone","value":"54187"},{"description":"Nondurable Goods, NEC (advertising specialities go","value":"54189"},{"description":"","value":"5419"},{"description":"","value":"54192"},{"description":"Commercial Photography (except when combined with","value":"541922"},{"description":"Business Services, NEC (translation and interpreta","value":"54193"},{"description":"Veterinary Services for Animal Specialties","value":"54194"},{"description":"Business Services (appraisers, except insurance an","value":"54199"},{"description":"","value":"55"},{"description":"","value":"5511"},{"description":"Offices of Bank Holding Companies","value":"551111"},{"description":"These establishments were included as auxiliaries","value":"551114"},{"description":"","value":"561"},{"description":"Management Services (except construction managemen","value":"56111"},{"description":"Facilities Support Management Services","value":"56121"},{"description":"Miscellaneous Personal Services, NEC (babysitting","value":"56131"},{"description":"Services Allied to Motion Picture Production (cast","value":"56131"},{"description":"Help Supply Services (except employee leasing serv","value":"56132"},{"description":"","value":"56133"},{"description":"Secretarial and Court Reporting (except court repo","value":"56141"},{"description":"Business Services, NEC (telephone answering)","value":"561421"},{"description":"","value":"56143"},{"description":"Photocopying and Duplicating Services (except inst","value":"561439"},{"description":"Adjustment and Collection Services","value":"56144"},{"description":"","value":"56149"},{"description":"Secretarial and Court Reporting (except secretaria","value":"561492"},{"description":"","value":"561499"},{"description":"Travel Agencies","value":"56151"},{"description":"","value":"56159"},{"description":"Arrangement of Passenger Transportation, NEC (exce","value":"561599"},{"description":"Theatrical Producers (except motion pictures) and","value":"561599"},{"description":"Amusement and Recreation Services, NEC (ticket age","value":"561599"},{"description":"","value":"56161"},{"description":"Detective, Guard, and Armored Car Services (guard","value":"561612"},{"description":"","value":"56162"},{"description":"Repair Shops and Related Services, NEC (locksmith","value":"561622"},{"description":"Sanitary Services, NEC (mosquito eradication)","value":"56171"},{"description":"Airports, Flying Fields, and Airport Terminal Serv","value":"56172"},{"description":"Disinfecting and Pest Control Services (except ext","value":"56172"},{"description":"Ornamental Shrub and Tree Services","value":"56173"},{"description":"Business Services, NEC (swimming pool cleaning and","value":"56179"},{"description":"Repair Shops and Related Services, NEC (furnace, d","value":"56179"},{"description":"Business Services, NEC (packaging and labeling ser","value":"56191"},{"description":"Business Services, NEC (other support services exc","value":"56199"},{"description":"","value":"5621"},{"description":"Local Trucking Without Storage (solid waste collec","value":"562111"},{"description":"Local Trucking Without Storage (other waste collec","value":"562119"},{"description":"","value":"56221"},{"description":"Refuse Systems (solid waste landfills)","value":"562212"},{"description":"Refuse Systems (other nonhazardous waste treatment","value":"562219"},{"description":"Special Trade Contractors, NEC (asbestos abatement","value":"56291"},{"description":"Refuse Systems (materials recovery facilities)","value":"56292"},{"description":"Equipment Rental and Leasing, NEC (portable toilet","value":"562991"},{"description":"Sanitary Services, NEC (all but remediation servic","value":"562998"},{"description":"","value":"61"},{"description":"","value":"6111"},{"description":"","value":"6112"},{"description":"","value":"6113"},{"description":"","value":"6114"},{"description":"Data Processing Schools (except computer repair tr","value":"61142"},{"description":"","value":"6115"},{"description":"Beauty Shops (beauty and cosmetology schools)","value":"611511"},{"description":"Vocational Schools, NEC (aviation schools, excludi","value":"611512"},{"description":"Vocational Schools, NEC (vocational apprenticeship","value":"611513"},{"description":"Data Processing Schools (computer repair training)","value":"611519"},{"description":"","value":"6116"},{"description":"Dance Studios, Schools, and Halls (dance instructo","value":"61161"},{"description":"Schools and Educational Services, NEC (language sc","value":"61163"},{"description":"Schools and Educational Services, NEC (exam prepar","value":"611691"},{"description":"Amusement and Recreation Services, NEC (nonathleti","value":"611699"},{"description":"","value":"6117"},{"description":"Business Consulting Services, NEC (educational tes","value":"61171"},{"description":"","value":"621"},{"description":"","value":"62111"},{"description":"Offices and Clinics of Doctors of Osteopathy (exce","value":"621111"},{"description":"Offices and Clinics of Doctors of Osteopathy (ment","value":"621112"},{"description":"Offices and Clinics of Dentists","value":"62121"},{"description":"Offices and Clinics of Chiropractors","value":"62131"},{"description":"Offices and Clinics of Health Practitioners, NEC (","value":"62133"},{"description":"","value":"62139"},{"description":"Offices and Clinics of Health Practitioners, NEC (","value":"621399"},{"description":"Speciality Outpatient Facilities, NEC (family plan","value":"62141"},{"description":"Specialty Outpatient Facilities, NEC (mental healt","value":"62142"},{"description":"Offices and Clinics of Doctors of Medicine (HMO Me","value":"621491"},{"description":"Offices and Clinics of Doctors of Medicine (surgic","value":"621493"},{"description":"","value":"6215"},{"description":"Medical Laboratories (except diagnostic imaging ce","value":"621511"},{"description":"","value":"6216"},{"description":"","value":"6219"},{"description":"Air Transportation, Nonscheduled (air ambulance)","value":"62191"},{"description":"Health and Allied Services, NEC (blood and organ b","value":"621991"},{"description":"","value":"622"},{"description":"General Medical and Surgical Hospitals","value":"62211"},{"description":"","value":"6222"},{"description":"Specialty Hospitals, Except Psychiatric (substance","value":"62221"},{"description":"Specialty Hospitals, Except Psychiatric (except ch","value":"62231"},{"description":"","value":"6231"},{"description":"Intermediate Care Facilities (except continuing ca","value":"62311"},{"description":"","value":"6232"},{"description":"Residential Care (mental health and substance abus","value":"62322"},{"description":"","value":"62331"},{"description":"Intermediate Care Facilities (continuing care reti","value":"623311"},{"description":"Residential Care (homes for the elderly)","value":"623312"},{"description":"Residential Care (except mental health and substan","value":"62399"},{"description":"","value":"6241"},{"description":"Individual and Family Social Services (services fo","value":"62412"},{"description":"","value":"6242"},{"description":"","value":"62422"},{"description":"Individual and Family Social Services (housing ser","value":"624229"},{"description":"","value":"6243"},{"description":"","value":"6244"},{"description":"","value":"71"},{"description":"","value":"7111"},{"description":"Theatrical Producers (Except Motion Pictures) and","value":"71111"},{"description":"Bands, Orchestras, Actors, and Entertainment Group","value":"71113"},{"description":"Amusement and Recreation Services, NEC (circus com","value":"71119"},{"description":"","value":"71121"},{"description":"Racing, Including Track Operations (track operatio","value":"711212"},{"description":"Amusement and Recreation Services, NEC (profession","value":"711219"},{"description":"Operators of Nonresidential Buildings (stadium and","value":"71131"},{"description":"Professional Sports Clubs and Promoters (stadium o","value":"71131"},{"description":"Theatrical Producers (Except Motion Picture) and M","value":"71132"},{"description":"Amusement and Recreation Services, NEC (state fair","value":"71132"},{"description":"Business Services, NEC (agents and brokers for aut","value":"71141"},{"description":"Professional Sports Clubs and Promoters (sports ag","value":"71141"},{"description":"Reupholstery and Furniture Repair (antique furnitu","value":"71151"},{"description":"Services Allied to Motion Picture Production (film","value":"71151"},{"description":"Bands, Orchestras, Actors, and Other Entertainers","value":"71151"},{"description":"Services, NEC (authors, artists, and related techn","value":"71151"},{"description":"","value":"7121"},{"description":"Museums and Art Galleries (historic and heritage","value":"71212"},{"description":"Amusement and Recreation Services, NEC (caverns an","value":"71219"},{"description":"","value":"713"},{"description":"Amusement Parks","value":"71311"},{"description":"","value":"7132"},{"description":"Coin-Operated Amusement Devices (slot machine","value":"71329"},{"description":"","value":"7139"},{"description":"Membership Sports and Recreation Clubs (golf clubs","value":"71391"},{"description":"Marinas","value":"71393"},{"description":"Membership Sports and Recreation Clubs (recreation","value":"71394"},{"description":"Bowling Centers","value":"71395"},{"description":"Amusement and Recreation Services, NEC (except amu","value":"71399"},{"description":"Amusement and Recreation Services, NEC (except cir","value":"71399"},{"description":"","value":"721"},{"description":"Hotels and Motels (hotels and motels, except casin","value":"72111"},{"description":"Hotels and Motels (casino hotels)","value":"72112"},{"description":"Hotels and Motels (bed and breakfast inns)","value":"721191"},{"description":"","value":"721199"},{"description":"","value":"72121"},{"description":"Sporting and Recreational Camps","value":"721214"},{"description":"Rooming and Boarding Houses","value":"72131"},{"description":"","value":"722"},{"description":"Eating Places (full-service restaurants)","value":"72211"},{"description":"","value":"72221"},{"description":"Eating Places (cafeterias)","value":"722212"},{"description":"Retail Bakeries (snacks)","value":"722213"},{"description":"Transportation Services, NEC (dining car operation","value":"72231"},{"description":"Eating Places (caterers)","value":"72232"},{"description":"","value":"7224"},{"description":"","value":"81"},{"description":"","value":"8111"},{"description":"General Automotive Repair Shops","value":"811111"},{"description":"Automotive Transmission Repair Shops","value":"811113"},{"description":"","value":"81112"},{"description":"Automotive Glass Replacement Shops","value":"811122"},{"description":"","value":"81119"},{"description":"Carwashes","value":"811192"},{"description":"Automotive Services, Except Repair and Carwashes (","value":"811198"},{"description":"","value":"81121"},{"description":"Electrical and Electronic Repair Shops, NEC (other","value":"811211"},{"description":"Computer Maintenance and Repair (except retailing","value":"811212"},{"description":"Repair Shops and Related Services, NEC (typewriter","value":"811212"},{"description":"Electrical and Electronic Repair Shops, NEC (telep","value":"811213"},{"description":"Repair Shops and Related Services, NEC (dental ins","value":"811219"},{"description":"Welding Repair","value":"81131"},{"description":"Repair Shops and Related Services, NEC (other non-","value":"81131"},{"description":"","value":"8114"},{"description":"Repair Shops and Related Services, NEC (lawnmower","value":"811411"},{"description":"Electrical and Electronic Repair Shops, NEC (appli","value":"811412"},{"description":"Reupholstery and Furniture Repair (except antique","value":"81142"},{"description":"Repair Shops and Related Services (leather goods r","value":"81143"},{"description":"Laundry and Garment Services, NEC (alteration and","value":"81149"},{"description":"Repair Shops and Related Services, NEC (except ind","value":"81149"},{"description":"","value":"8121"},{"description":"Barber Shops (except barber colleges)","value":"812111"},{"description":"Beauty Shops (manicure and pedicure salons)","value":"812113"},{"description":"Miscellaneous Personal Services, NEC (diet and wei","value":"812191"},{"description":"","value":"8122"},{"description":"Real Estate Agents and Managers (cemetery manageme","value":"81222"},{"description":"Funeral Services and Crematories (crematories)","value":"81222"},{"description":"Coin-Operated Laundry and Drycleaning","value":"81231"},{"description":"Garment Pressing, and Agents for Laundries and Dry","value":"81232"},{"description":"Business Services, NEC (apparel pressing service f","value":"81232"},{"description":"","value":"81233"},{"description":"Laundry and Garment Services, NEC (diaper service)","value":"812331"},{"description":"","value":"8129"},{"description":"","value":"81292"},{"description":"Photofinishing Laboratories (one-hour)","value":"812922"},{"description":"Miscellaneous Personal Services, NEC (valet parkin","value":"81293"},{"description":"Shoe Repair Shops and Shoeshine Parlors (shoeshine","value":"81299"},{"description":"","value":"813"},{"description":"Religious Organizations","value":"81311"},{"description":"","value":"81321"},{"description":"Social Services, NEC (voluntary health organizatio","value":"813212"},{"description":"","value":"8133"},{"description":"Social Services, NEC (human rights organizations)","value":"813311"},{"description":"Membership Organizations, NEC (humane societies)","value":"813312"},{"description":"","value":"8134"},{"description":"Membership Organizations, NEC (except humane socie","value":"81341"},{"description":"Business Associations","value":"81391"},{"description":"Professional Membership Organizations","value":"81392"},{"description":"Political Organizations","value":"81394"},{"description":"Civic, Social, and Fraternal Organizations (condom","value":"81399"},{"description":"","value":"814"},{"description":"Private Households","value":"81411"},{"description":"Public Administration","value":"92"},{"description":"","value":"9211"},{"description":"Legislative Bodies","value":"92112"},{"description":"Executive and Legislative Office, Combined","value":"92114"},{"description":"General Government, NEC","value":"92119"},{"description":"","value":"9221"},{"description":"Police Protection","value":"92212"},{"description":"Correctional Institutions","value":"92214"},{"description":"Fire Protection","value":"92216"},{"description":"","value":"923"},{"description":"Administration of Educational Programs","value":"92311"},{"description":"Administration of Social, Human Resource and Incom","value":"92313"},{"description":"","value":"924"},{"description":"Air and Water Resource and Solid Waste Management","value":"92411"},{"description":"","value":"925"},{"description":"Administration of Housing Programs","value":"92511"},{"description":"","value":"926"},{"description":"Administration of General Economic Programs","value":"92611"},{"description":"Regulation and Administration of Communications, E","value":"92613"},{"description":"Regulation, Licensing, and Inspection of Miscellan","value":"92615"},{"description":"","value":"9271"},{"description":"","value":"928"},{"description":"National Security","value":"92811"},{"description":"Nonclassifiable establishments","value":"99999"}],"required":false},{"path":"LnAdd.LnRegRptInfo.MltryApp","name":"MltryApp","required":false},{"path":"LnAdd.LnRegRptInfo.CRARec.CRAStateCode","name":"CRAStateCode","required":false},{"path":"LnAdd.LnRegRptInfo.CRARec.CRACountyCode","name":"CRACountyCode","required":false},{"path":"LnAdd.LnRegRptInfo.CRARec.CRACenTract","name":"CRACenTract","required":false},{"path":"LnAdd.LnRegRptInfo.CRARec.CRASMSACode","name":"CRASMSACode","required":false},{"path":"LnAdd.LnRegRptInfo.CRARec.CRALoc","name":"CRALoc","required":false},{"path":"LnAdd.LnRegRptInfo.CallRptCode","name":"CallRptCode","canonicalInfo":[{"description":"","value":""},{"description":"1-4 Family Residential Construction Loans","value":"1A1"},{"description":"Other Construction Loans & All Land Development & Other Land","value":"1A2"},{"description":"OTHER CONSTRUCTION LOANS","value":"1A4"},{"description":"Re-Farmland Including Farm Residential, Other Improvements","value":"1B"},{"description":"Loan Sscured by 1-4 Family Real Estate, Revolving, Open-End","value":"1C1"},{"description":"Loan Secured By 1-4 Family Re, Closed-End Loans, First Liens","value":"1C2A"},{"description":"Loan Secured By 1-4 Family Re, Closed-End Loans, Jr Liens","value":"1C2B"},{"description":"Re-Multifamily '5 Or More' Residential Properties","value":"1D"},{"description":"Secured By Owner-Occupied Nonfarm Nonresidential Properties","value":"1E1A"},{"description":"Secured By Other Nonfarm Nonresidential Properties","value":"1E2A"},{"description":"Lease Financing Receivables(Net Of Unearned Income)","value":"10"},{"description":"Lease Financing Receivables(Net Of Unearned Inc) U S Address","value":"10A"},{"description":"Lease Financing Receivables(Net Of Unearned Inc)Non-U S Add.","value":"10B"},{"description":"Loans To Depository Institutions","value":"2"},{"description":"Loans To Commercial Us Branches & Agencies Of Foreign Banks","value":"2A1"},{"description":"Loans To Other Commercial Banks In The Us","value":"2A2"},{"description":"Loans To Other Depository Institutions In The Us","value":"2B"},{"description":"Loans To Banks In Foreign Countries-Branches Of Us Banks","value":"2C1"},{"description":"Loans To Banks In Foreign Countries-Non Us Banks","value":"2C2"},{"description":"Loans To Finance Agricultural Production & Other Farm Loans","value":"3"},{"description":"Commercial and Industrial Loans","value":"4"},{"description":"Commercial and Industrial Loans to Us Addresses","value":"4A"},{"description":"Commercial and Industrial Loans to non Us Addresses","value":"4B"},{"description":"Not Applicable","value":"5"},{"description":"Individuals-Household,family,personal-Credit Cards","value":"6A"},{"description":"Individuals-Household,family,personal-Other Revolving Credit","value":"6B"},{"description":"Individuals-Automobile Secured Loans","value":"6C"},{"description":"Individuals-Household, Family & Other-Single Pay,installment","value":"6D"},{"description":"Loans To Foreign Governments And Official Institutions","value":"7"},{"description":"Obligations Of States, U.S.Pol.Sub.-Nonrated Ind.Dev.Oblig.","value":"7A"},{"description":"Obligations(Except Security&Leases)Of States & U S Pol Sub.","value":"8"},{"description":"Lease Financing Receivables 'Net of Unearned Income'","value":"9"},{"description":"Loans for Purchasing & Carrying Securities (Secured & Unsec)","value":"9A"},{"description":"Purchase Securities","value":"9B1"},{"description":"All other Loans (Excluding Consumer Loans)","value":"9B2"}],"required":false},{"path":"LnAdd.LnRegRptInfo.Req1098","name":"Req1098","canonicalInfo":[{"description":"Create a form 1098E","value":"E"},{"description":"No, do not create a form 1098","value":"N"},{"description":"Yes, create a form 1098","value":"Y"}],"required":false},{"path":"LnAdd.LnRegRptInfo.SBAGuarPct","name":"SBAGuarPct","required":false},{"path":"LnAdd.LnRegRptInfo.SBAGuarId","name":"SBAGuarId","required":false},{"path":"LnAdd.LnRegRptInfo.SBABasisPts","name":"SBABasisPts","required":false},{"path":"LnAdd.LnRegRptInfo.SCRANotCode","name":"SCRANotCode","canonicalInfo":[{"description":"Send SCRA notice instead of all past due","value":"A"},{"description":"Send 1st and 2nd past due and SCRA notic","value":"B"},{"description":"Send 1st past due and SCRA notice","value":"F"},{"description":"Do not send SCRA notice","value":"N"},{"description":"SCRA sent with 2nd past due","value":"S"},{"description":"Send SCRA notice instead of 1st past due","value":"1"},{"description":"Send SCRA notice instead of 2nd past due","value":"2"}],"required":false},{"path":"LnAdd.LnRegRptInfo.SCRABegDt","name":"SCRABegDt","required":false},{"path":"LnAdd.LnRegRptInfo.SCRAEndDt","name":"SCRAEndDt","required":false},{"path":"LnAdd.LnRegRptInfo.SBAApprvDt","name":"SBAApprvDt","required":false},{"path":"LnAdd.LnMtgInfo.AgencyCaseId","name":"AgencyCaseId","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumBdrm","name":"NumBdrm","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumBdrm","name":"NumBdrm","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumBdrm","name":"NumBdrm","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumBdrm","name":"NumBdrm","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumRentalUnit","name":"NumRentalUnit","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumRentalUnit","name":"NumRentalUnit","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumRentalUnit","name":"NumRentalUnit","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.NumRentalUnit","name":"NumRentalUnit","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.RentUtlAmt","name":"RentUtlAmt","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.RentUtlAmt","name":"RentUtlAmt","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.RentUtlAmt","name":"RentUtlAmt","required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.RentUtlAmt","name":"RentUtlAmt","required":false},{"path":"LnAdd.LnPmtInfo.PmtReAmrtzPeriodCode","name":"PmtReAmrtzPeriodCode","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.UnitOwnerCode","name":"UnitOwnerCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.UnitOwnerCode","name":"UnitOwnerCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.UnitOwnerCode","name":"UnitOwnerCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.HousingInfoArray.HousingInfo.UnitOwnerCode","name":"UnitOwnerCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnPmtInfo.PmtReAmrtzPeriod","name":"PmtReAmrtzPeriod","required":false},{"path":"LnAdd.LnMtgInfo.FHLBDocCode","name":"FHLBDocCode","canonicalInfo":[{"description":"","value":""},{"description":"VVOE with approved AUS","value":"3"},{"description":"Less than 11 mos. Inc verif w/ appvd AUS","value":"5"},{"description":"12 - 23 mos. Income verify w/ appvd AUS","value":"6"},{"description":"Expedited (Streamlined) refi documentatn","value":"7"},{"description":"Full documentation","value":"8"}],"required":false},{"path":"LnAdd.LnMtgInfo.LnFeatureCode","name":"LnFeatureCode","required":false},{"path":"LnAdd.LnMtgInfo.FHAVACode","name":"FHAVACode","canonicalInfo":[{"description":"","value":""},{"description":"Both FHA and VA","value":"B"},{"description":"FHA","value":"F"},{"description":"VA","value":"V"}],"required":false},{"path":"LnAdd.LnMtgInfo.FirstHomePur","name":"FirstHomePur","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.HOEPAStat","name":"HOEPAStat","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.FHLBProdCode","name":"FHLBProdCode","canonicalInfo":[{"description":"Not FHLB loan requiring this information","value":""},{"description":"Fixed 15 Yr - 60 to 180 mth loan term","value":"FX15"},{"description":"Fixed 20 Yr - 181 to 240 mth loan term","value":"FX20"},{"description":"Fixed 30 Yr - 241 to 360 mth loan term","value":"FX30"},{"description":"Gvmnt 15 Yr-FHA/VA lns- 60-180 mth term","value":"GL15"},{"description":"Gvmnt 30 Yr-FHA/VA lns- 181-360 mth term","value":"GL30"}],"required":false},{"path":"LnAdd.LnMtgInfo.FHLBPurpCode","name":"FHLBPurpCode","canonicalInfo":[{"description":"","value":""},{"description":"Purchase","value":"1"},{"description":"Cash out Re-finance","value":"2"},{"description":"Rate term Re-finance","value":"3"}],"required":false},{"path":"LnAdd.LnMtgInfo.MERSId","name":"MERSId","required":false},{"path":"LnAdd.LnMtgInfo.MoHouseAmt","name":"MoHouseAmt","required":false},{"path":"LnAdd.LnMtgInfo.MtgInsurCertifId","name":"MtgInsurCertifId","required":false},{"path":"LnAdd.LnMtgInfo.MtgInsurCode","name":"MtgInsurCode","required":false},{"path":"LnAdd.LnMtgInfo.MtgInsurPct","name":"MtgInsurPct","required":false},{"path":"LnAdd.LnMtgInfo.MPFCommId","name":"MPFCommId","required":false},{"path":"LnAdd.LnMtgInfo.RedDocCode","name":"RedDocCode","required":false},{"path":"LnAdd.LnMtgInfo.AvlSecdMktgCode","name":"AvlSecdMktgCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.SecdMtgCode","name":"SecdMtgCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.FHLBSICInfoArray.FHLBSICInfo.FHLBSIC","name":"FHLBSIC","required":false},{"path":"LnAdd.LnMtgInfo.FHLBSICInfoArray.FHLBSICInfo.FHLBSIC","name":"FHLBSIC","required":false},{"path":"LnAdd.LnMtgInfo.FHLBSICInfoArray.FHLBSICInfo.FHLBSIC","name":"FHLBSIC","required":false},{"path":"LnAdd.LnMtgInfo.FHLBSICInfoArray.FHLBSICInfo.FHLBSIC","name":"FHLBSIC","required":false},{"path":"LnAdd.LnMtgInfo.FHLBSICInfoArray.FHLBSICInfo.FHLBSIC","name":"FHLBSIC","required":false},{"path":"LnAdd.LnMtgInfo.FHLBSICInfoArray.FHLBSICInfo.FHLBSIC","name":"FHLBSIC","required":false},{"path":"LnAdd.LnMtgInfo.SubDebtCode","name":"SubDebtCode","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"LnAdd.LnMtgInfo.NumUnit","name":"NumUnit","required":false},{"path":"LnAdd.LnPmtInfo.PrtcpPrincPmtPct","name":"PrtcpPrincPmtPct","required":false},{"path":"LnAdd.LnPmtInfo.PrtcpIntPmtPct","name":"PrtcpIntPmtPct","required":false},{"path":"LnAdd.LnPmtInfo.PmtReAmrtzFreq","name":"PmtReAmrtzFreq","required":false},{"path":"LnAdd.LnPmtInfo.PmtReAmrtzFreqCode","name":"PmtReAmrtzFreqCode","canonicalInfo":[{"description":"","value":""},{"description":"Days","value":"Days"},{"description":"Months","value":"Months"}],"required":false},{"path":"LnAdd.LnAcctInfo.SecdCrScoreId","name":"SecdCrScoreId","required":false},{"path":"LnAdd.LnMtgInfo.FHLBPropCode","name":"FHLBPropCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"LnAdd.LnPmtInfo.PostPrincCurtCode","name":"PostPrincCurtCode","canonicalInfo":[{"description":"After","value":"A"},{"description":"First","value":"F"}],"required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeText","name":"LnFeeText","canonicalInfo":[{"description":"","value":""},{"description":"Text Description for LNFEE #1 DESCRIPTION","value":"LN Fee #1 DESCRIPTION"},{"description":"Text Description for LNFEE #2 DESCRIPTION","value":"LN FEE #2 DESCRIPTION"},{"description":"Text Description for LNFEE #3 DESCRIPTION","value":"LN FEE #3 DESCRIPTION"}],"required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeText","name":"LnFeeText","canonicalInfo":[{"description":"","value":""},{"description":"Text Description for LNFEE #1 DESCRIPTION","value":"LN Fee #1 DESCRIPTION"},{"description":"Text Description for LNFEE #2 DESCRIPTION","value":"LN FEE #2 DESCRIPTION"},{"description":"Text Description for LNFEE #3 DESCRIPTION","value":"LN FEE #3 DESCRIPTION"}],"required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeText","name":"LnFeeText","canonicalInfo":[{"description":"","value":""},{"description":"Text Description for LNFEE #1 DESCRIPTION","value":"LN Fee #1 DESCRIPTION"},{"description":"Text Description for LNFEE #2 DESCRIPTION","value":"LN FEE #2 DESCRIPTION"},{"description":"Text Description for LNFEE #3 DESCRIPTION","value":"LN FEE #3 DESCRIPTION"}],"required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeCode","name":"LnFeeCode","required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeCode","name":"LnFeeCode","required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeCode","name":"LnFeeCode","required":false},{"path":"LnAdd.LnPmtInfo.LnFeeArray.LnFeeInfoRec.LnFeeChgCode","name":"LnFeeChgCode","canonicalInfo":[{"description":"Charge","value":"C"},{"description":"Waive","value":"W"}],"required":false},{"path":"LnAdd.LnAcctInfo.InvrPropType","name":"InvrPropType","canonicalInfo":[{"description":"","value":""},{"description":"Single Family Residence","value":"PT01"},{"description":"PUD","value":"PT02"},{"description":"2 unit","value":"PT04"},{"description":"Low-Rise Condominium","value":"PT06"},{"description":"High Rise Condo","value":"PT07"},{"description":"3 unit","value":"PT09"},{"description":"4 unit","value":"PT10"},{"description":"Manufactured Home","value":"PT11"}],"required":false},{"path":"LnAdd.LnAcctInfo.NumProp","name":"NumProp","required":false},{"path":"LnAdd.LnAcctInfo.EstbPersonName.ComName","name":"ComName","required":false},{"path":"LnAdd.LnAcctInfo.EstbPersonTitle","name":"EstbPersonTitle","required":false},{"path":"LnAdd.LnAcctInfo.TotDebtPctV2","name":"TotDebtPctV2","required":false},{"path":"LnAdd.LnAcctInfo.LnPmtToIncmPctV2","name":"LnPmtToIncmPctV2","required":false},{"path":"LnAdd.LnRateInfo.PrtRateChgNotCode","name":"PrtRateChgNotCode","canonicalInfo":[{"description":"Standard Legacy ARM Notices","value":"A"},{"description":"No ARM Notices For This Loan","value":"N"},{"description":"CFPB Principal Dwelling ARM Notices","value":"P"}],"required":false},{"path":"LnAdd.LnRateInfo.InitARMNotType","name":"InitARMNotType","canonicalInfo":[{"description":"No","value":"N"},{"description":"Not Required","value":"NA"},{"description":"Yes","value":"Sent"}],"required":false},{"path":"LnAdd.LnRateInfo.DaysInitARMNot","name":"DaysInitARMNot","required":false},{"path":"LnAdd.LnMtgInfo.LnOrignId","name":"LnOrignId","required":false},{"path":"LnAdd.LnMtgInfo.LnOrignCompId","name":"LnOrignCompId","required":false},{"path":"LnAdd.LnMtgInfo.StateApprLicId","name":"StateApprLicId","required":false},{"path":"LnAdd.LnMtgInfo.StateSupvApprLicId","name":"StateSupvApprLicId","required":false},{"path":"LnAdd.LnMtgInfo.ApprDocId","name":"ApprDocId","required":false},{"path":"LnAdd.LnMtgInfo.HighPriceMtg","name":"HighPriceMtg","canonicalInfo":[{"description":"","value":""},{"description":"No","value":"false"},{"description":"Yes","value":"true"}],"required":false},{"path":"LnAdd.LnMtgInfo.HighPriceMtgRateVar","name":"HighPriceMtgRateVar","required":false},{"path":"LnAdd.LnMtgInfo.QualMtgCode","name":"QualMtgCode","canonicalInfo":[{"description":"","value":""},{"description":"Rebuttable Presumption","value":"RP"},{"description":"Safe Harbor","value":"SH"}],"required":false},{"path":"LnAdd.LnMtgInfo.QualResMtgCode","name":"QualResMtgCode","canonicalInfo":[{"description":"","value":""}],"required":false},{"path":"LnAdd.LnPmtInfo.OthInsurArray.OthInsurInfoRec.OthInsurCompCode","name":"OthInsurCompCode","canonicalInfo":[{"description":"","value":""},{"description":"NEW SOUTH INSURANCE COMPANY","value":"2"},{"description":"ANDREW JACKSON","value":"3"},{"description":"AMERICAN HERITAGE","value":"4"},{"description":"ALLSTATE INSURANCE COMPANY","value":"101"},{"description":"COUNTY 1 FARM BUREAU","value":"102"},{"description":"COUNTY 2 FARM BUREAU","value":"103"},{"description":"COUNTY 3 FARM BUREAU","value":"104"},{"description":"STATE FARM INSURANCE COMPANY","value":"105"},{"description":"POTTS INSURANCE","value":"106"},{"description":"ALPHA INSURANCE CORP","value":"107"},{"description":"B&C INS. SERVICES","value":"108"},{"description":"OAK INSURANCE","value":"109"},{"description":"COTTON INS. CO","value":"110"},{"description":"FARM BUREAU INS.","value":"111"},{"description":"HN INSURANCE SERVICES","value":"112"},{"description":"LIBERTY MUTUAL INS. CO","value":"113"},{"description":"MARSHALL INSURANCE","value":"114"},{"description":"NATIONWIDE INSURANCE","value":"115"},{"description":"STATE 1 FARM BUREAU","value":"116"},{"description":"PROGRESSIVE INSURANCE CO","value":"117"},{"description":"USAA","value":"118"},{"description":"WEATHER INSURANCE AGENCY","value":"119"},{"description":"CHANDLER AGENCY INC","value":"120"},{"description":"AUTO OWNERS INSURANCE","value":"121"},{"description":"ALLIED SOLUTIONS","value":"122"},{"description":"NATIONWIDE INS","value":"123"},{"description":"WIND PROPERTY INSURANCE","value":"130"}],"required":false},{"path":"LnAdd.LnPmtInfo.PenIncmAmt","name":"PenIncmAmt","required":false},{"path":"LnAdd.LnPmtInfo.NonPenIncmAmt","name":"NonPenIncmAmt","required":false},{"path":"LnAdd.LnProtInfo.LOCTaxRefId","name":"LOCTaxRefId","required":false},{"path":"LnAdd.LnRealEstateInfo.ApprDt","name":"ApprDt","required":false},{"path":"LnAdd.LnRealEstateInfo.TaxRptPropDescArray.TaxRptPropDescRec.PrioritySeq","name":"PrioritySeq","required":false},{"path":"LnAdd.LnRealEstateInfo.TaxRptPropDescArray.TaxRptPropDescRec.PrioritySeq","name":"PrioritySeq","required":false},{"path":"LnAdd.LnRealEstateInfo.TaxRptPropDescArray.TaxRptPropDescRec.PrioritySeq","name":"PrioritySeq","required":false},{"path":"LnAdd.LnRealEstateInfo.TaxRptPropDescArray.TaxRptPropDescRec.TaxRptPropDesc","name":"TaxRptPropDesc","required":false},{"path":"LnAdd.LnRealEstateInfo.TaxRptPropDescArray.TaxRptPropDescRec.TaxRptPropDesc","name":"TaxRptPropDesc","required":false},{"path":"LnAdd.LnRealEstateInfo.TaxRptPropDescArray.TaxRptPropDescRec.TaxRptPropDesc","name":"TaxRptPropDesc","required":false},{"path":"LnAdd.LnRateInfo.InitARMFixPeriodCnt","name":"InitARMFixPeriodCnt","required":false},{"path":"LnAdd.LnRealEstateInfo.REOType","name":"REOType","canonicalInfo":[{"description":"No","value":""},{"description":"Yes","value":"RES"}],"required":false},{"path":"LnAdd.LnRealEstateInfo.NetOperIncm","name":"NetOperIncm","required":false},{"path":"LnAdd.LnRealEstateInfo.CommOccupPct","name":"CommOccupPct","required":false},{"path":"LnAdd.LnRealEstateInfo.PropCondRmk","name":"PropCondRmk","required":false},{"path":"LnAdd.LnRegRptInfo.MltryLnActType","defaultValue":"false","name":"MltryLnActType","required":false},{"path":"LnAdd.LnRegRptInfo.LnUnvId","name":"LnUnvId","required":false}]}
statusMessage is: Service Dictionary Query successful
statusFlag is: true
UUID is: string

9 com.kinective.testscripts.Fi.FiTest@71d44a3
jh2020ServiceDictionaryCustRelAdd
Test class: com.kinective.testscripts.Fi.FiTest
Test method: #TC110 Query Service Dictionary Data
Parameters: {EXPECTED MESSAGE=Service Dictionary Query successful, ERROR MESSAGE=, TEST SCENARIO=#TC110 Query Service Dictionary CustRelAdd jh2020, VERIFY FIELDS=serviceDictionaryName,serviceDictionaryType,dictionaryElementInfo, EXPECTED STATUS=200, serviceDictionaryFilter=[ { "filterInformation": { "code": "", "value": "" } } ], responseTimeSeconds=15, TEST ID=jh2020ServiceDictionaryCustRelAdd, BODY={ "assetID": "jxchange_2020_api_test", "content": { "serviceDictionaryName": "CustRelAdd", "serviceDictionaryType": "Rq", "serviceDictionaryFilter": {{serviceDictionaryFilter}} }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC110 Query Service Dictionary CustRelAdd jh2020
Steps:

Generating Access Token

 End Point URI:jack-henry/jxchange/fidata/servicedictionaryquery

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1843 milli second


serviceDictionaryName Field is present in Response Body


serviceDictionaryType Field is present in Response Body


dictionaryElementInfo Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Service Dictionary Query successful

 Query for the Dictionary has been successful.

Content is : {"serviceDictionaryType":"Rq","serviceDictionaryName":"CustRelAdd","dictionaryElementInfo":[{"path":"ErrOvrRdInfoArray.ErrOvrRd.ErrCode","name":"ErrCode","required":false},{"path":"CustId","name":"CustId","required":false},{"path":"RelAcctId","name":"RelAcctId","required":false},{"path":"RelAcctType","name":"RelAcctType","required":false},{"path":"CustRelRec.AcctRelCode","name":"AcctRelCode","canonicalInfo":[{"description":"Administrator","value":"A"},{"description":"Beneficiary","value":"B"},{"description":"Co-owner","value":"C"},{"description":"Pay on death","value":"D"},{"description":"Executor","value":"E"},{"description":"Board Member","value":"F"},{"description":"Guarantor","value":"G"},{"description":"Sole Proprietor","value":"H"},{"description":"Landlord","value":"I"},{"description":"Joint Owner","value":"J"},{"description":"Co-maker","value":"K"},{"description":"Corporation","value":"L"},{"description":"Minor","value":"M"},{"description":"Guardian","value":"N"},{"description":"Organization","value":"O"},{"description":"Primary owner","value":"P"},{"description":"Partnership","value":"Q"},{"description":"Correspondant","value":"R"},{"description":"Significant Other","value":"S"},{"description":"Trustee","value":"T"},{"description":"Custodian","value":"U"},{"description":"Lease Tenent","value":"V"},{"description":"Ward","value":"W"},{"description":"Power of attorney","value":"X"},{"description":"Lease Building","value":"Y"},{"description":"Authorized signer","value":"Z"}],"required":false},{"path":"CustRelRec.PctOwned","name":"PctOwned","required":false},{"path":"CustRelRec.AmtOwned","name":"AmtOwned","required":false},{"path":"CustRelRec.StopACHItems","name":"StopACHItems","required":false},{"path":"CustRelRec.LegalEntityId","name":"LegalEntityId","required":false},{"path":"CustRelRec.IdVerifyBy","name":"IdVerifyBy","required":false},{"path":"CustRelRec.IdVerifyRsnCode","name":"IdVerifyRsnCode","canonicalInfo":[{"description":"","value":""},{"description":"Changing Customer Information","value":"CHG"},{"description":"New Account Open","value":"NAO"},{"description":"New Account","value":"NEW"},{"description":"Verificaiton with no changes","value":"NOC"},{"description":"Account Renewal","value":"REN"}],"required":false},{"path":"CustRelRec.VerifyDt","name":"VerifyDt","required":false},{"path":"BenflOwnInfo.CustId","name":"CustId","required":false},{"path":"BenflOwnInfo.PersonName.ComName","name":"ComName","required":false},{"path":"BenflOwnInfo.Addr.StreetAddr1","name":"StreetAddr1","required":false},{"path":"BenflOwnInfo.Addr.StreetAddr2","name":"StreetAddr2","required":false},{"path":"BenflOwnInfo.Addr.City","name":"City","required":false},{"path":"BenflOwnInfo.Addr.StateCode","name":"StateCode","canonicalInfo":[{"description":"","value":""},{"description":"Armed Forces America","value":"AA"},{"description":"Anything Else","value":"AE"},{"description":"Alaska","value":"AK"},{"description":"Alabama","value":"AL"},{"description":"Armed Forces Pacific","value":"AP"},{"description":"Arkansas","value":"AR"},{"description":"American Samoa","value":"AS"},{"description":"Arizona","value":"AZ"},{"description":"California","value":"CA"},{"description":"Colorado","value":"CO"},{"description":"Connecticut","value":"CT"},{"description":"District of Columbia","value":"DC"},{"description":"Delware","value":"DE"},{"description":"Florida","value":"FL"},{"description":"Georiga","value":"GA"},{"description":"Guam","value":"GU"},{"description":"Hawaii","value":"HI"},{"description":"Iowa","value":"IA"},{"description":"Idaho","value":"ID"},{"description":"Illinois","value":"IL"},{"description":"Indiana","value":"IN"},{"description":"Kansas","value":"KS"},{"description":"kentucky","value":"KY"},{"description":"Louisiana","value":"LA"},{"description":"Massachusetts","value":"MA"},{"description":"Maryland","value":"MD"},{"description":"Maine","value":"ME"},{"description":"Marshall Islands","value":"MH"},{"description":"Michigan","value":"MI"},{"description":"Minnesota","value":"MN"},{"description":"Missouri","value":"MO"},{"description":"Mississippi","value":"MS"},{"description":"Montana","value":"MT"},{"description":"North Carolina","value":"NC"},{"description":"North Dakota","value":"ND"},{"description":"Nebraska","value":"NE"},{"description":"New Hampshire","value":"NH"},{"description":"New Jersey","value":"NJ"},{"description":"New Mexico","value":"NM"},{"description":"Nevada","value":"NV"},{"description":"New York","value":"NY"},{"description":"Ohio","value":"OH"},{"description":"Oklahoma","value":"OK"},{"description":"Oregon","value":"OR"},{"description":"Pennsylvania","value":"PA"},{"description":"Puerto Rico","value":"PR"},{"description":"Rhode Island","value":"RI"},{"description":"South Carilina","value":"SC"},{"description":"South Dakota","value":"SD"},{"description":"Tennessee","value":"TN"},{"description":"Texas","value":"TX"},{"description":"United State","value":"US"},{"description":"Utah","value":"UT"},{"description":"Virginia","value":"VA"},{"description":"Virgin Islands","value":"VI"},{"description":"Vermont","value":"VT"},{"description":"Washington","value":"WA"},{"description":"Wisconsin","value":"WI"},{"description":"West Virginia","value":"WV"},{"description":"Wyoming","value":"WY"}],"required":false},{"path":"BenflOwnInfo.Addr.PostalCode","name":"PostalCode","required":false},{"path":"BenflOwnInfo.Addr.DlvryPt","name":"DlvryPt","required":false},{"path":"BenflOwnInfo.Addr.FornAddr","name":"FornAddr","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"BenflOwnInfo.Addr.StreetAddr3","name":"StreetAddr3","required":false},{"path":"BenflOwnInfo.BirthDt","name":"BirthDt","required":false},{"path":"BenflOwnInfo.TaxId","name":"TaxId","required":false},{"path":"BenflOwnInfo.TINCode","name":"TINCode","canonicalInfo":[{"description":"Other","value":"OTHER"},{"description":"Passport","value":"PASSPORT"},{"description":"Tax ID","value":"TAXID"}],"required":false},{"path":"BenflOwnInfo.CntlIndivTitle","name":"CntlIndivTitle","required":false},{"path":"BenflOwnInfo.BenflOwnPct","name":"BenflOwnPct","required":false},{"path":"BenflOwnInfo.PassPortIssCntry","name":"PassPortIssCntry","required":false},{"path":"BenflOwnInfo.BenflOwnType","name":"BenflOwnType","canonicalInfo":[{"description":"Both","value":"CntlOwn"},{"description":"Controlling","value":"Cntl"},{"description":"Entity Owner","value":"Own"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyCode","name":"IdVerifyCode","canonicalInfo":[{"description":"","value":""},{"description":"Alias","value":"AA"},{"description":"Birth Certificate","value":"BC"},{"description":"Calling Officer","value":"CO"},{"description":"Drivers License","value":"DL"},{"description":"Disabled/Elderly no ID require","value":"EE"},{"description":"Employer ID","value":"EI"},{"description":"Foreign Entity with no ID","value":"FF"},{"description":"Foreign Passport","value":"FO"},{"description":"Fast Pass","value":"FP"},{"description":"Government Agency no ID on CTR","value":"GA"},{"description":"Non Driver's ID","value":"ID"},{"description":"Password for Account Info","value":"IQ"},{"description":"Law Enforcement","value":"LL"},{"description":"Military ID","value":"MI"},{"description":"Amish Customer no ID","value":"MM"},{"description":"Other","value":"OO"},{"description":"Passport","value":"PP"},{"description":"Social Security Number","value":"SS"},{"description":"Student ID","value":"ST"},{"description":"Voter Registration Photo Card","value":"VR"},{"description":"Visa","value":"VV"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyVal","name":"IdVerifyVal","required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyBy","name":"IdVerifyBy","required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdIssueBy","name":"IdIssueBy","required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"DocType"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"DocType"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"DocType"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"DocType"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery","name":"IdVerifyQuery","canonicalInfo":[{"description":"","value":"ConDt"},{"description":"","value":"DocType"},{"description":"","value":"ExpDt"},{"description":"","value":"IssDt"},{"description":"","value":"IssLoc"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","canonicalInfo":[{"description":"Original","value":"ORIGINAL"},{"description":"Other","value":"OTHER"},{"description":"Photocopy","value":"PHOTOCOPY"}],"required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false},{"path":"BenflOwnInfo.IdVerifyArray.IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQueryVal","name":"IdVerifyQueryVal","required":false}]}
statusMessage is: Service Dictionary Query successful
statusFlag is: true
UUID is: string

2 com.kinective.testscripts.Fi.FiTest@71d44a3
jh2020QueryServiceDictionaryEscrw
Test class: com.kinective.testscripts.Fi.FiTest
Test method: #TC107 Query Service Dictionary Data
Parameters: {EXPECTED MESSAGE=Service Dictionary Query successful, ERROR MESSAGE=, TEST SCENARIO=#TC107 Query Escrow dictionary jh2020., VERIFY FIELDS=serviceDictionaryName,serviceDictionaryType, EXPECTED STATUS=200, serviceDictionaryFilter=[ { "filterInformation": { "code": "", "value": "" } } ], responseTimeSeconds=15, TEST ID=jh2020QueryServiceDictionaryEscrw, BODY={ "assetID": "jxchange_2020_api_test", "content": { "serviceDictionaryName": "EscrwAdd", "serviceDictionaryType": "Rq", "serviceDictionaryFilter": {{serviceDictionaryFilter}} }, "uuid": "string" }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC107 Query Escrow dictionary jh2020.
Steps:

Generating Access Token

 End Point URI:jack-henry/jxchange/fidata/servicedictionaryquery

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 2554 milli second


serviceDictionaryName Field is present in Response Body


serviceDictionaryType Field is present in Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Service Dictionary Query successful

 Query for Dictionary has been successful.

Content is : {"serviceDictionaryType":"Rq","serviceDictionaryName":"EscrwAdd","dictionaryElementInfo":[{"path":"ErrOvrRdInfoArray.ErrOvrRd.ErrCode","name":"ErrCode","required":false},{"path":"AccountId.AcctId","name":"AcctId","required":false},{"path":"EscrwTypeCode","name":"EscrwTypeCode","canonicalInfo":[{"description":"","value":""},{"description":"HOMEOWNER'S INSURANCE","value":"1"},{"description":"COUNTY TAXES","value":"2"},{"description":"CITY TAXES","value":"3"},{"description":"FLOOD INSURANCE","value":"4"},{"description":"PRIVATE MORTGAGE INSURANCE","value":"5"},{"description":"CREDIT LIFE METHOD S - LIFE OF THE STATE","value":"6"},{"description":"A&H METHOD R - LIFE OF THE STATES","value":"7"},{"description":"CREDIT LIFE METHOD S - LIFE OF THE STATE","value":"8"},{"description":"PRIVATE MORTGAGE INSURANCE","value":"9"}],"required":false},{"path":"EscrwInfoRec.EscrwPmtAgentCode","name":"EscrwPmtAgentCode","canonicalInfo":[{"description":"","value":""},{"description":"STONE COUNTY TAXES","value":"1"},{"description":"ALL STATE INSURANCE","value":"101"},{"description":"COUNTY 1 FARM BUREAU","value":"102"},{"description":"COUNTY 2 FARM BUREAU","value":"103"},{"description":"COUNTY 3 FARM BUREAU","value":"104"},{"description":"STATE FARM INSURANCE COMPANY","value":"105"},{"description":"POTTS INSURANCE","value":"106"},{"description":"ALPHA INSURANCE CORP","value":"107"},{"description":"B&C INSURANCE SERVICES","value":"108"},{"description":"OAK INSURANCE","value":"109"},{"description":"FARM BUREAU INS","value":"111"},{"description":"HN INSURANCE SERVICES","value":"112"},{"description":"LIBERTY MUTUAL INS. CO.","value":"113"},{"description":"MARSHALL INSURANCE","value":"114"},{"description":"NATIONWIDE INSURANCE","value":"115"},{"description":"STATE ONE FARM BUREAU","value":"116"},{"description":"PROGRESSIVE INSURANCE CO","value":"117"},{"description":"USAA","value":"118"},{"description":"COUNTY TAXES","value":"200"},{"description":"COUNTY 4 TAX COMMISSIONER","value":"201"},{"description":"COUNTY 5 TAX COMMISSIONER","value":"202"},{"description":"COUNTY 6 TAX COMMISSIONER","value":"203"},{"description":"COUNTY 7 TAX COMMISSIONER","value":"204"},{"description":"COUNTY 8 TAX COMMISSIONER","value":"205"},{"description":"COUNTY 9 TAX COLLECTOR","value":"206"},{"description":"COUNTY 10 TREASURER","value":"207"},{"description":"COUNTY 11 TAX COMMISSIONER","value":"208"},{"description":"COUNTY 12 TAX COMMISSIONER","value":"209"},{"description":"COUNTY 13 TAX COMMISSIONER","value":"210"},{"description":"COUNTY 13 TAX COLLECTOR","value":"211"},{"description":"COUNTY 14 TREASURER","value":"212"},{"description":"COUNTY 14 TAX COMMISSIONER","value":"213"},{"description":"COUNTY 15 TAX COMMISSIONER","value":"214"},{"description":"COUNTY 16 TAX COLLECTOR","value":"215"},{"description":"COUNTY 17 TAX COMMISSIONER","value":"216"},{"description":"COUNTY 18 TAX COMMISSIONER","value":"217"},{"description":"COUNTY 18 TAX COLLECTOR","value":"218"},{"description":"COUNTY 19 TAX COMMISSIONER","value":"219"},{"description":"COUNTY 20 TAX COMMISSIONER","value":"220"},{"description":"COUNTY 21 TAX COMMISSIONER","value":"221"},{"description":"COUNTY 22 TAX COMMISSIONER","value":"222"},{"description":"COUNTY 23 TAX COMMISSIONER","value":"223"},{"description":"CITY ASSESSOR","value":"30050"},{"description":"CITY OF PORTLAND","value":"30052"},{"description":"CITY OF NEW CASTLE","value":"30108"},{"description":"CITY OF SALEM","value":"30110"},{"description":"CITY OF LOS ANGELES","value":"30113"},{"description":"CITY OF EUGENIA","value":"30117"},{"description":"CITY OF FRANKLIN","value":"30127"},{"description":"CITY OF NEW ORLEANS","value":"30135"},{"description":"CITY OF LAS VEGAS","value":"30176"},{"description":"CITY OF EL PASO","value":"30179"},{"description":"CITY OF BOISE","value":"30180"},{"description":"CITY OF MADISON","value":"30540"},{"description":"CITY OF COLUMBUS","value":"30666"},{"description":"FIRST NATIONAL","value":"99991"},{"description":"LIFE OF THE STATES","value":"99992"},{"description":"ESCROW PAYMENT REFUND","value":"99997"},{"description":"ESCROW ANALYSIS OVERAGE","value":"99998"}],"required":false},{"path":"EscrwInfoRec.EscrwDistrTerm","name":"EscrwDistrTerm","required":false},{"path":"EscrwInfoRec.EscrwPayeeCode","defaultValue":"L","name":"EscrwPayeeCode","canonicalInfo":[{"description":"Both","value":"B"},{"description":"Location","value":"L"},{"description":"Owner","value":"O"}],"required":false},{"path":"EscrwInfoRec.PMICancelDt","name":"PMICancelDt","required":false},{"path":"EscrwInfoRec.PMIExpDt","name":"PMIExpDt","required":false},{"path":"EscrwInfoRec.EscrwDistrAmt","name":"EscrwDistrAmt","required":false},{"path":"EscrwInfoRec.EscrwDistrDt","name":"EscrwDistrDt","required":false},{"path":"EscrwInfoRec.PropLegalInfo","name":"PropLegalInfo","required":false},{"path":"EscrwInfoRec.PMILTVNotCode","defaultValue":"N","name":"PMILTVNotCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"EscrwInfoRec.PMICancelCode","defaultValue":"N","name":"PMICancelCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"EscrwInfoRec.PMICancelNotCode","defaultValue":"N","name":"PMICancelNotCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"EscrwInfoRec.EscrwPrvdPropType","name":"EscrwPrvdPropType","required":false},{"path":"EscrwInfoRec.PMIHOEPANotCode","name":"PMIHOEPANotCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"EscrwInfoRec.PMIHighRiskType","defaultValue":"false","name":"PMIHighRiskType","required":false},{"path":"EscrwInfoRec.OpenBal","name":"OpenBal","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclBalType","name":"EscrwPayoffExclBalType","canonicalInfo":[{"description":"","value":""},{"description":"All-All escrow will be included in payoff","value":"false"},{"description":"No-No escrow will be included in payoff","value":"true"},{"description":"_-Negative Escrow Only will be included in payoff","value":"NegOnly"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclBalType","name":"EscrwPayoffExclBalType","canonicalInfo":[{"description":"","value":""},{"description":"All-All escrow will be included in payoff","value":"false"},{"description":"No-No escrow will be included in payoff","value":"true"},{"description":"_-Negative Escrow Only will be included in payoff","value":"NegOnly"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclBalType","name":"EscrwPayoffExclBalType","canonicalInfo":[{"description":"","value":""},{"description":"All-All escrow will be included in payoff","value":"false"},{"description":"No-No escrow will be included in payoff","value":"true"},{"description":"_-Negative Escrow Only will be included in payoff","value":"NegOnly"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPmtBalDesc","name":"EscrwPmtBalDesc","canonicalInfo":[{"description":"Balance field 1","value":"1"},{"description":"Balance field 2","value":"2"},{"description":"Balance field 3","value":"3"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclIntType","name":"EscrwPayoffExclIntType","canonicalInfo":[{"description":"","value":""},{"description":"Yes-Escrow Interest will be included in Payoff","value":"false"},{"description":"No-Escrow Interest will not be included in Payoff","value":"true"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclIntType","name":"EscrwPayoffExclIntType","canonicalInfo":[{"description":"","value":""},{"description":"Yes-Escrow Interest will be included in Payoff","value":"false"},{"description":"No-Escrow Interest will not be included in Payoff","value":"true"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclIntType","name":"EscrwPayoffExclIntType","canonicalInfo":[{"description":"","value":""},{"description":"Yes-Escrow Interest will be included in Payoff","value":"false"},{"description":"No-Escrow Interest will not be included in Payoff","value":"true"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPmtAmt","name":"EscrwPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPmtAmt","name":"EscrwPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPmtAmt","name":"EscrwPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPmtAmt","name":"EscrwPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwRateIdx","name":"EscrwRateIdx","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwRateIdx","name":"EscrwRateIdx","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwRateIdx","name":"EscrwRateIdx","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwRateIdx","name":"EscrwRateIdx","canonicalInfo":[{"description":"","value":"0"},{"description":"ADV < 25,000","value":"100"},{"description":"ADV 25-49,999","value":"110"},{"description":"ADV 50-99,999","value":"120"},{"description":"ADV > 100,000","value":"130"},{"description":"REWARDS CK QUALIFIER","value":"138"},{"description":"REWARDS CK > 25,000","value":"139"},{"description":"RESERVED FOR LATER","value":"140"},{"description":"RESERVED FOR LATER","value":"141"},{"description":"MM BUSINESS","value":"150"},{"description":"BUS MM < 25,000","value":"151"},{"description":"BUS MM 25-49,999","value":"152"},{"description":"BUS MM > 50,000","value":"154"},{"description":"MM < 25,000","value":"155"},{"description":"SPEC MM BUS","value":"156"},{"description":"MM 25-49,999","value":"160"},{"description":"MM 50-99,999","value":"165"},{"description":"MM > 100,000","value":"170"},{"description":"PRIME TIME < 25,000","value":"175"},{"description":"PR TIME 25-49,999","value":"180"},{"description":"PR TIME 50-99,999","value":"185"},{"description":"PR TIME > 100,000","value":"190"},{"description":"IOLTA","value":"195"},{"description":"REGULAR SAVINGS","value":"200"},{"description":"CHRISTMAS CLUB","value":"210"},{"description":"EB P&B < 2,500","value":"220"},{"description":"EB P&B 2,500-9,999","value":"221"},{"description":"EB P&B 10-24,999","value":"222"},{"description":"EB P&B 25-49,999","value":"223"},{"description":"EB P&B > 50,000","value":"224"},{"description":"EB P&B MM < 2,500","value":"230"},{"description":"EB P&B MM 2500-9,999","value":"231"},{"description":"EB P&B MM 10-24,999","value":"232"},{"description":"EB P&B MM 25-49,999","value":"233"},{"description":"EB P&B MM > 50,000","value":"234"},{"description":"EB P&B SAVINGS","value":"240"},{"description":"EL BANCO MADRE SAVIN","value":"241"},{"description":"EL BANCO ANALYSIS","value":"242"},{"description":"30 DAY CD","value":"300"},{"description":"90 DAY CD","value":"305"},{"description":" 6 MON CD","value":"310"},{"description":"12 MON CD","value":"315"},{"description":"12 MON JUV","value":"320"},{"description":"18 MON CD","value":"325"},{"description":"20 MON CD","value":"327"},{"description":"24 MON CD","value":"330"},{"description":"30 MON CD","value":"335"},{"description":"36 MON CD","value":"340"},{"description":"40 MON CD","value":"342"},{"description":"48 MON CD","value":"345"},{"description":"60 MON CD","value":"350"},{"description":"30 DAY CD > 100,000","value":"355"},{"description":"90 DAY CD > 100,000","value":"360"},{"description":" 6 MON CD > 100,000","value":"370"},{"description":"12 MON CD > 100,000","value":"375"},{"description":"18 MON CD > 100,000","value":"380"},{"description":"20 MON CD > 100,000","value":"382"},{"description":"24 MON CD > 100,000","value":"385"},{"description":"30 MON CD > 100,000","value":"390"},{"description":"36 MON CD > 100,000","value":"395"},{"description":"40 MON CD > 100,000","value":"396"},{"description":"48 MON CD > 100,000","value":"397"},{"description":"60 MON CD > 100,000","value":"399"},{"description":"ODP RATE","value":"555"},{"description":"T BILL 91 DAY","value":"600"},{"description":"T BILL 91 D VAR IRA","value":"605"},{"description":"LIBOR 1M-DO NOT USE","value":"611"},{"description":"LIBOR 3M-DO NOT USE","value":"612"},{"description":"LIBOR 12M-DO NOT USE","value":"613"},{"description":"SOFR","value":"618"},{"description":"TANNER MEDICAL","value":"620"},{"description":"FED FUNDS","value":"625"},{"description":"FED FUNDS -0.5","value":"630"},{"description":"FED FUNDS +0.5","value":"635"},{"description":"T BILL 182 DAY","value":"650"},{"description":"T BILL 1 YR","value":"655"},{"description":"T BILL 5 YR","value":"656"},{"description":"T BILL 2 YR","value":"660"},{"description":"T BILL 10 YR","value":"670"},{"description":"WALL STREET PRIME","value":"700"},{"description":"WS PRIME -1.25","value":"705"},{"description":"WS PRIME 33%","value":"706"},{"description":"WS PRIME -2.25","value":"710"},{"description":"WS PRIME -2.50","value":"715"},{"description":"WS PRIME -2.75","value":"720"},{"description":"WS PRIME -2.85","value":"725"},{"description":"WS PRIME -3.00","value":"730"},{"description":"DO NOT USE","value":"750"},{"description":"WS PRIME +3.00","value":"754"},{"description":"WS PRIME +2.00","value":"755"},{"description":"WS PRIME","value":"756"},{"description":"WS PRIME","value":"760"},{"description":"FED DISCOUNT RATE","value":"775"},{"description":"DEPRECIATION %RATE","value":"900"},{"description":"GOV SEC INVEST %RATE","value":"910"},{"description":"CATEGORY %INCREASE","value":"915"},{"description":"ZERO RATE","value":"998"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwNewPmtAmt","name":"EscrwNewPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwNewPmtAmt","name":"EscrwNewPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwNewPmtAmt","name":"EscrwNewPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwNewShtPmtAmt","name":"EscrwNewShtPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwNewShtPmtAmt","name":"EscrwNewShtPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwNewShtPmtAmt","name":"EscrwNewShtPmtAmt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwAccrInt","name":"EscrwAccrInt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwAccrInt","name":"EscrwAccrInt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwAccrInt","name":"EscrwAccrInt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwAccrInt","name":"EscrwAccrInt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclBalType","name":"EscrwPayoffExclBalType","canonicalInfo":[{"description":"","value":""},{"description":"All-All escrow will be included in payoff","value":"false"},{"description":"No-No escrow will be included in payoff","value":"true"},{"description":"_-Negative Escrow Only will be included in payoff","value":"NegOnly"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtBalArray.EscrwPmtBalInfo.EscrwPayoffExclIntType","name":"EscrwPayoffExclIntType","canonicalInfo":[{"description":"","value":""},{"description":"Yes-Escrow Interest will be included in Payoff","value":"false"},{"description":"No-Escrow Interest will not be included in Payoff","value":"true"}],"required":false},{"path":"EscrwPmtBalInfoRec.EscrwYTDIntPaid","name":"EscrwYTDIntPaid","required":false},{"path":"EscrwPmtBalInfoRec.EscrwPmtEffDt","name":"EscrwPmtEffDt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwShtPmtEffDt","name":"EscrwShtPmtEffDt","required":false},{"path":"EscrwPmtBalInfoRec.EscrwCouponReOrder","name":"EscrwCouponReOrder","required":false},{"path":"EscrwPmtBalInfoRec.PMIPmtYTD","name":"PMIPmtYTD","required":false},{"path":"EscrwPmtBalInfoRec.PMIPmtPrevYTD","name":"PMIPmtPrevYTD","required":false},{"path":"EscrwAnlysInfoRec.EscrwAnlysCusCode","name":"EscrwAnlysCusCode","canonicalInfo":[{"description":"No","value":"N"},{"description":"Yes","value":"Y"}],"required":false},{"path":"EscrwAnlysInfoRec.EscrwNxtAnlysDt","name":"EscrwNxtAnlysDt","required":false},{"path":"EscrwAnlysInfoRec.EscrwCushMos","name":"EscrwCushMos","canonicalInfo":[{"description":"","value":""},{"description":"","value":"2"}],"required":false}]}
statusMessage is: Service Dictionary Query successful
statusFlag is: true
UUID is: string

4 com.kinective.testscripts.Fi.FiTest@71d44a3
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=Invalid officer code, ERROR MESSAGE=, TEST SCENARIO=#TC117 Create a new customer with Invalid Officer Code, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Home" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2033-08-24", "issueDate": "2023-08-22", "issuer": "FL", "type": "DL", "issueLocation": "USA", "value": "P625-999-9999" }, { "expirationDate": "", "issueLocation": "USA", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "01", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "middleName": "S", "legalName": "John S Rock", "prefix": "MR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666850", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "address1": "125 Addr1 test St", "address2": "154", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "5544", "state": "IL", "streetNumber": "90 West Chester St", "streetName": "", "subType": "", "suite": "877" }, { "address1": "125 Seasonal test St", "address2": "545", "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "8772", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "", "streetName": "", "suite": "" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JAS", "userFields": [ { "key": "User code #5", "value": "5" }, { "key": "User code #4", "value": "4" }, { "key": "User code #6", "value": "6" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC117 Create a new customer with Invalid Officer Code
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1667 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: JAS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4

 Customer creation has been successful.

Content is : null
statusMessage is: Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: JAS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: b2c1727f-b292-4eec-a5f2-0ec7a346d7a8

2 com.kinective.testscripts.Customer.CustomerTest@55141def
jh2020CreateNewCustomer
Test class: com.kinective.testscripts.Customer.CustomerTest
Test method: #TC90, #TC92, #TC93, #TC94 #TC95, #TC96, #TC97, #TC98, #TC99, #TC100, #TC101, #TC111, #TC112, #TC113, #TC114, #TC115, #TC116, #TC117, #TC118, #TC119, #TC120 Customer Create
Parameters: {EXPECTED MESSAGE=An exception occurred while attempting to create the customer, ERROR MESSAGE=, TEST SCENARIO=#TC113 Create Customer with blank TaxIdType, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "number": "1112222", "areaCode": "212", "extension": 0, "phoneType": "Mobile", "countryCode": 1 }, { "number": "9921114", "areaCode": null, "extension": 0, "phoneType": "Home", "countryCode": "380" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "type": "FP", "value": "F7Z00000", "issuer": "UKR", "issueDate": "2022-12-22", "expirationDate": "2030-12-22" } ], customerBase={ "dob": "1979-10-28", "name": { "prefix": null, "suffix": null, "lastName": "Verh", "firstName": "Alice", "legalName": null, "middleName": null, "businessName": null }, "email": { "emailType": "Primary E-Mail", "emailAddress": "alicetest@gmail.com" }, "taxID": "999999999", "idList": {{idList}}, "phones": {{phones}}, "taxIDType": "", "residences": {{residences}}, "alienStatus": { "giin": null, "residentCity": "Milan", "postalCountry": "20122", "postalProvince": null, "residentCountry": "IT", "w8CertificationDate": "2023-11-27" }, "employments": [ { "occupation": "Owner/Investor", "employerName": "NY42G LLC" } ], "foreignInfo": { "taxID": "FZ700000", "address": "Milano, MI 20122" }, "customerType": "Person", "tinCertification": "Certified", "citizenshipCountry": "US" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "city": null, "state": null, "suite": null, "country": "IT", "postalCode": null, "streetName": "Via Donizetti Gaetano 41", "addressType": "Current", "streetNumber": null, "postalExtension": null } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "officerCode": "JHA", "branchNumber": "5", "customerBase": {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Show output Show all outputs
#TC113 Create Customer with blank TaxIdType
Steps:

Generating Access Token

 End Point URI:customer/customer-create

 Sending POST Publish command

 Executed URL {}

 Status Code 200

 Time taken to get response is 1312 milli second

 No Fields found to be verified from the Response Body


Status code is matching correctly! (Expected : 200 Actual : 200 )

 Message: An exception occurred while attempting to create the customer: null

 Customer creation has been successful.

Content is : null
statusMessage is: An exception occurred while attempting to create the customer: null
statusFlag is: false
UUID is: d76f2e31-e35b-4cfe-8057-ba783d9f0c2c

1 com.kinective.testscripts.Customer.CustomerTest@55141def