ArrayOfCompanyInfo Element
In This Topic
Type
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
CompanyCode optional xs:string
Unique identifier for a company. Uniqueness is maintained in AMS360.
|
 |
IsInactive optional xs:boolean
Flag indicating whether the company is active (false) or inactive (true).
|
 |
NAICCompanyCode optional xs:string
National Association of Insurance Commissioners (NAIC) company code. This code uniquely identifies insurance companies. The company code and NAIC company code combination must be unique.
|
 |
Name optional xs:string
Name of Insurance, Finance, Brokerage, Fee or Writing Company. Duplicate names are not allowed across company types with the exception of writing company names. Writing companies can be the same as long as they have different parent companies.
|
 |
ParentCompanyCode optional xs:string
Unique identifier of a company or holding company that owns or is affiliated with other companies. If the Company type is a writing company (a subsidiary company of a Parent company), this field identifies the parent company associated with the writing company. For all other company types it will be the same as the company code.
|
 |
ShortName optional xs:string
Identifier for a company. This displayable code is entered and maintained by the agency. Company short name can be duplicated across company types (insurance, brokerage, finance, and fee) and within company type if company type is brokerage, finance, or fee. Writing company short name can be duplicated across company types (insurance and brokerage) and within company type if company type is brokerage. Confirm company type when determining whether writing company or company short name is being used.
|
 |
CompanyType optional xs:string
Indicates the type of company. Code value from the "CompanyType" value list.
Valid values are: E = Fee F = Finance S = Subscription W = Writing B = Brokerage N = Insurance
Method=ValueListGet() InputType=ValueListGetRequest ListName=CompanyType
| | | | |
Source
<xs:element name="ArrayOfCompanyInfo" nillable="true" type="tns:ArrayOfCompanyInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
|
See Also