Skip to content

Instantly share code, notes, and snippets.

@khaosans
Last active February 7, 2020 00:34
Show Gist options
  • Save khaosans/36c70670596f03047881a5215c60ddb4 to your computer and use it in GitHub Desktop.
Save khaosans/36c70670596f03047881a5215c60ddb4 to your computer and use it in GitHub Desktop.
questions
{
"pages": [
{
"title": "Business Info",
"scope": "LOAN",
"questions": [
{
"questionLibrary": "BUSINESS_NAME"
},
{
"questionLibrary": "ZIONS_LEGAL_STRUCTURE"
},
{
"questionLibrary": "ZIONS_BUSINESS_CLASSIFICATION"
},
{
"questionLibrary": "ZIONS_BUSINESS_EIN",
"dependedOn": [
{
"dependedOnLibrary": "ZIONS_USE_SSN",
"type": "ONE_OF",
"visibility": "DISABLED",
"values": ["TRUE"]
}
]
},
{
"questionLibrary": "ZIONS_USE_SSN",
},
{
"questionLibrary": "ZIONS_LEGAL_NAME",
"questionVisibility": "REQUIRED"
},
{
"questionLibrary": "BUSINESS_PHONE"
},
{
"questionLibrary": "DATE_FOUNDED"
},
{
"questionLibrary": "DATE_OWNERSHIP"
},
{
"questionLibrary": "NUMBER_OF_EMPLOYEES"
}
]
},
{
"title": "Loan Details",
"scope": "LOAN",
"questions": [
{
"questionLibrary": "BUSINESS_TYPE"
},
{
"questionLibrary": "ZIONS_BUSINESS_DESCRIPTION"
},
{
"questionLibrary": "USE_OF_FUNDS_DESCRIPTION",
"text": "Describe how your business will use the funds from this loan"
},
{
"questionLibrary": "BUSINESS_GAR",
"text": "The gross annual revenue / sales of the business during the last fiscal year"
},
{
"questionLibrary": "ZIONS_NET_PROFIT"
},
{
"questionLibrary": "ZIONS_BUSINESS_SPECIALITY"
}
]
},
{
"title": "Business Address",
"scope": "LOAN",
"questions": [
{
"questionLibrary": "ADDRESS1",
"metaText": "Address cannot be a PO Box"
},
{
"questionLibrary": "ADDRESS2"
},
{
"questionLibrary": "CITY"
},
{
"questionLibrary": "STATE"
},
{
"questionLibrary": "ZIP_CODE"
},
{
"questionLibrary": "BUSINESS_MAILING_ADDRESS_TOGGLE"
},
{
"questionLibrary": "BUSINESS_MAILING_ADDRESS1"
},
{
"questionLibrary": "BUSINESS_MAILING_ADDRESS2"
},
{
"questionLibrary": "BUSINESS_MAILING_CITY"
},
{
"questionLibrary": "BUSINESS_MAILING_STATE"
},
{
"questionLibrary": "BUSINESS_MAILING_ZIP"
}
]
},
{
"title": "Owner Info",
"scope": "PRIMARY_OWNER",
"questions": [
{
"questionLibrary": "OWNER_FIRST_NAME"
},
{
"questionLibrary": "OWNER_LAST_NAME"
},
{
"questionLibrary": "OWNER_SSN"
},
{
"questionLibrary": "OWNER_DATE_OF_BIRTH"
},
{
"questionLibrary": "ZIONS_US_CITIZEN"
},
{
"questionLibrary": "OWNER_INCOME",
"metaText":"Do not include income that was already reported as profit for the business."
}
]
},
{
"title": "Owner Info",
"scope": "GUARANTOR",
"questions": [
{
"questionLibrary": "OWNER_FIRST_NAME"
},
{
"questionLibrary": "OWNER_LAST_NAME"
},
{
"questionLibrary": "OWNER_SSN"
},
{
"questionLibrary": "OWNER_DATE_OF_BIRTH"
},
{
"questionLibrary": "ZIONS_US_CITIZEN"
},
{
"questionLibrary": "ZIONS_OWNER_ROLE"
},
{
"questionLibrary": "OWNER_INCOME",
"metaText": "Do not include income that was already reported as profit for the business."
}
]
},
{
"title": "Owner Info",
"scope": "NON_OWNER",
"questions": [
{
"questionLibrary": "OWNER_FIRST_NAME"
},
{
"questionLibrary": "OWNER_LAST_NAME"
},
{
"questionLibrary": "OWNER_SSN"
},
{
"questionLibrary": "OWNER_DATE_OF_BIRTH"
},
{
"questionLibrary": "ZIONS_OWNER_ROLE"
}
]
},
{
"title": "Owner Address",
"subtitle": "Address cannot be PO Box",
"scope": "PRIMARY_OWNER",
"questions": [
{
"questionLibrary": "OWNER_ADDRESS1"
},
{
"questionLibrary": "OWNER_ADDRESS2"
},
{
"questionLibrary": "OWNER_CITY"
},
{
"questionLibrary": "OWNER_STATE"
},
{
"questionLibrary": "OWNER_ZIP_CODE"
}
]
},
{
"title": "Owner Address",
"subtitle": "Address cannot be PO Box",
"scope": "GUARANTOR",
"questions": [
{
"questionLibrary": "OWNER_ADDRESS1"
},
{
"questionLibrary": "OWNER_ADDRESS2"
},
{
"questionLibrary": "OWNER_CITY"
},
{
"questionLibrary": "OWNER_STATE"
},
{
"questionLibrary": "OWNER_ZIP_CODE"
}
]
},
{
"title": "Owner Address",
"subtitle": "Address cannot be PO Box",
"scope": "NON_OWNER",
"questions": [
{
"questionLibrary": "OWNER_ADDRESS1"
},
{
"questionLibrary": "OWNER_ADDRESS2"
},
{
"questionLibrary": "OWNER_CITY"
},
{
"questionLibrary": "OWNER_STATE"
},
{
"questionLibrary": "OWNER_ZIP_CODE"
}
]
},
{
"type": "BENEFICIAL_PRIMARY",
"title": "Business Owner Role",
"scope": "LOAN",
"questions": []
},
{
"type": "BENEFICIAL_OWNERS",
"title": "Business Ownership Info",
"scope": "LOAN",
"questions": []
},
{
"type": "PRODUCT_MATCH",
"title": "Product Match",
"scope": "LOAN"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment