-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request couchbase-partners#18 from n4stack/add-database-bo…
…otstrap Add database bootstrap
- Loading branch information
Showing
77 changed files
with
260,630 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"_attachments": {}, | ||
"_id": "Corporate-WSBKR", | ||
"admins": [ | ||
"[email protected]" | ||
], | ||
"channelPrefix": "wsbkr", | ||
"channels": [ | ||
"shared" | ||
], | ||
"companyId": "WSBKR", | ||
"createdAt": "2019-05-23 10:18:00", | ||
"members": [ | ||
{ | ||
"currentState": "", | ||
"email": "[email protected]", | ||
"name": "Jody Wilkinson", | ||
"teams": [ | ||
"ALL" | ||
], | ||
"uniqueID": "MU8A0F9072-3EAC-4864-AFEE-7668BE563060" | ||
}, | ||
{ | ||
"currentState": "", | ||
"email": "[email protected]", | ||
"name": "Russ McKendrick", | ||
"teams": [ | ||
"ALL" | ||
], | ||
"uniqueID": "MU8A0F9072-3EAC-4864-AFEE-7668BE563061" | ||
} | ||
], | ||
"name": "Whitespace Broking", | ||
"role": "broker", | ||
"stamps": [], | ||
"teams": [ | ||
{ | ||
"channel": "wsbkr_ALL", | ||
"name": "All Risks", | ||
"teamId": "ALL" | ||
} | ||
], | ||
"type": "CorporateDetail", | ||
"updatedAt": "2019-05-23 10:18:00" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if test "$1" == "" ; then | ||
echo doone.sh docID | ||
exit | ||
fi | ||
curl -k $AURL/$BUCKET/$1 -X PUT -H $CTAJ -T $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sh doone.sh Corporate-WSBKR | ||
|
13 changes: 13 additions & 0 deletions
13
files/initialisation/reference/CDBrokerRemunerationAndDeductionsSynonyms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"Commission": [ | ||
"AON Carrier Commission" | ||
], | ||
"TotalBrokerage": [ | ||
"Brokerage" | ||
], | ||
"channels": [ | ||
"shared" | ||
], | ||
"createdAt": "2017-02-24 16:43:00", | ||
"type": "ContractDrafterSetting" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"EndorsementReference": [ | ||
"Broker Endorsement Reference" | ||
], | ||
"EndorsementName": [ | ||
"Broker Endorsement Name" | ||
], | ||
"EndorsementEffectiveDate": [ | ||
"Effective Date", | ||
"Broker Endorsement Effective Date", | ||
"Broker Effective Date" | ||
], | ||
"channels": [ | ||
"shared" | ||
], | ||
"EndorsementNumber": [ | ||
"Broker Endorsement Number" | ||
], | ||
"type": "ContractDrafterSetting", | ||
"createdAt": "2017-10-24 14:36:00" | ||
} |
31 changes: 31 additions & 0 deletions
31
files/initialisation/reference/CDFiscalAndRegulatorySynonyms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"SurplusLinesBroker": [ | ||
"Surplus line broker" | ||
], | ||
"CountryOfOrigin": [], | ||
"type": "ContractDrafterSetting", | ||
"AllocationOfPremiumToCoding": [ | ||
"Allocation Of Premium Coding" | ||
], | ||
"channels": [ | ||
"shared" | ||
], | ||
"AllocationOfPremiumToYearsOfAccount": [ | ||
"Allocation of premium to year", | ||
"Allocation of Premium to year of Account" | ||
], | ||
"TaxPayableByInsurers": [ | ||
"Tax Payable by Underwriter(s)", | ||
"TAX PAYABLE BY REINSURER(S)", | ||
"Taxes Payable by Insurers(s)", | ||
"Taxes Payable by Insurer(s)", | ||
"TAXES PAYABLE BY REINSURERS" | ||
], | ||
"IsTheBusinessSubjectToDistanceMarketingDirective": [ | ||
"Is Business Subject To Distance Marketing Directive Rules" | ||
], | ||
"USClassification": [ | ||
"US Classification:(for Lloyd’s use only)" | ||
], | ||
"createdAt": "2017-02-24 12:37:00" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"channels": [ | ||
"shared" | ||
], | ||
"type": "ContractDrafterSetting", | ||
"createdAt": "2017-02-24 16:43:00" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"NonMRCHeading": [ | ||
"Schedule", | ||
"Professional Indemnity Design & Construct", | ||
"Contract Administration and Advisory Sections", | ||
"NEW YORK SURPLUS LINES NOTICE", | ||
"EURO CONTRACT CONTINUITY CLAUSE", | ||
"SANCTION LIMITATION AND EXCLUSION CLAUSE", | ||
"CLAIMS CONTROL CLAUSE – 1/1/97 – NMA2738", | ||
"NOTICE TO THE INSURED", | ||
"OKLAHOMA SURPLUS LINES NOTICE", | ||
"NB Underlying Policy(ies) limits", | ||
"EXCESS ERRORS AND OMISSIONS LIABILITY INSURANCE", | ||
"BESPOKE OR AMENDED WORDING AND CLAUSES WORDING SCHEDULE(S) AND/OR DECLARATIONS AND ANY OTHER ATTACHMENTS AS APPROPRIATE", | ||
"CONTINGENT EXCESS EMPLOYERS LIABILITY", | ||
"CONTINGENT EXCESS MOTOR LIABILITY", | ||
"Business", | ||
"Indemnity Limits", | ||
"policy number", | ||
"CYBER ATTACK EXCLUSION CLAUSE", | ||
"NOTICE OF CLAIM", | ||
"RISK LOCATION", | ||
"Premium Deductions", | ||
"Premium Deduction", | ||
"All other terms and conditions remain unchanged", | ||
"Whitespace Platform Data", | ||
"Premium Annual and Pro Rata", | ||
"INSURING CLAUSE", | ||
"follow form wording", | ||
"SCHEDULE OF UNDERLYING AMOUNTS", | ||
"NON-PROPORTIONAL FACULTATIVE REINSURANCE", | ||
"Safeguard", | ||
"Contract Changes", | ||
"Comtech Policy", | ||
"Comtech Policy Insurance for technology and telecommunication companies", | ||
"PREMIUM PAYMENT CLAUSE", | ||
"PRIOR ACTS EXCLUSION", | ||
"WORDING AMENDMENTS", | ||
"CLAIMS COOPERATION CLAUSE – LA POSITIVA SEGUROS", | ||
"PROPORTIONAL FACULTATIVE REINSURANCE CLAUSE (LM1)", | ||
"WAR AND TERRORISM EXCLUSION", | ||
"NUCLEAR/CHEMICAL/BIOLOGICAL TERRORISM EXCLUSION", | ||
"MEDICAL EXPENSES EXTENSION", | ||
"PREMIUM COLLECTION CLAUSE", | ||
"LOW CLAIMS BONUS", | ||
"Total of Underlying Limits of Liability" | ||
], | ||
"channels": [ | ||
"shared" | ||
], | ||
"ImplyContractType": [ | ||
"Marine", | ||
"Indemnity", | ||
"Kidnap", | ||
"Cyber", | ||
"Terrorism" | ||
], | ||
"type": "ContractDrafterSetting", | ||
"createdAt": "2017-02-24 16:43:00" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,201 @@ | ||
{ | ||
"Arbitration": [ | ||
"Seat of Arbitration" | ||
], | ||
"UMR": [ | ||
"UNIQUE MARKET REFERENCE", | ||
"UNIQUE MARKET REFERENCE UMR", | ||
"Policy No" | ||
], | ||
"TaxesPayableByInsurersAndAdministeredByInsuredOrTheirAgent": [ | ||
"Taxes Payable By Reinsurers And Administered By Reinsured Or Their Agent", | ||
"Taxes Payable By The Reinsurers And Administered By Reinsured Or Their Agent", | ||
"Taxes Payable By Insurers And Administered By The Insured Or Their Agent", | ||
"Taxes Payable By The Insurers And Administered By Insured Or Their Agent", | ||
"Taxes Payable By Insurers And Administered By Named Insured Or Their Agent", | ||
"Taxes Payable By Insurers And Administered By The Policyholder Or Their Agent", | ||
"Taxes Payable By ReInsurers And Administered By The Policyholder Or Their Agent", | ||
"TAXES PAYABLE BY (RE)INSURERS AND ADMINISTERED BY THE NAMED (RE)INSURED OR THEIR AGENT" | ||
], | ||
"AttachingToLineslipContractOrBindingAuthorityAgreementNumber": [ | ||
"Attaching to delegated Authority Number", | ||
"ATTACHING TO LINESLIP REFERENCE" | ||
], | ||
"ReinsuredAddress": [ | ||
"Reinsureds Address" | ||
], | ||
"PrincipalAddress": [ | ||
"INSUREDS ADDRESS", | ||
"INSURED ADDRESS", | ||
"OriginalAssuredAddress", | ||
"Address of the Insured", | ||
"Original Insured Address", | ||
"Mailing Address" | ||
], | ||
"channels": [ | ||
"shared" | ||
], | ||
"Application": [ | ||
"Application Form" | ||
], | ||
"Interest": [ | ||
"Interests", | ||
"ORIGINAL INTEREST" | ||
], | ||
"UnderlyingPolicyLimits": [ | ||
"Underlying Policy ies Limits" | ||
], | ||
"createdAt": "2017-02-20 14:56:00", | ||
"InsurerContractDocumentation": [ | ||
"Insurer Documentation", | ||
"Contract Documentation", | ||
"Reinsurer Contract Documentation", | ||
"REINSURERS CONTRACT DOCUMENTATION", | ||
"Insurers Contract Documentation" | ||
], | ||
"Premium": [ | ||
"Rate", | ||
"Rates", | ||
"Premium Basis", | ||
"Premium / Rate", | ||
"Deposit Premium", | ||
"Annual Rates", | ||
"Premium for the period", | ||
"Annual Premium" | ||
], | ||
"Assured": [ | ||
"Coassured" | ||
], | ||
"Retrocedent": [ | ||
"Retrocedant" | ||
], | ||
"Insured": [ | ||
"Insured and location", | ||
"Named Assured", | ||
"Life assured", | ||
"Insured person", | ||
"Policyholder", | ||
"Item 1 Policyholder", | ||
"Named insured", | ||
"Name of firm", | ||
"Name of practice", | ||
"Company", | ||
"Sponsoring employer company", | ||
"Name and Address of the taker of Insurance", | ||
"Name(s) and Address(es) of Assured(s) if other than the taker of Insurance", | ||
"The practice" | ||
], | ||
"RecordingTransmittingAndStoringInformation": [ | ||
"Recording Transmitting And Storing Of Information", | ||
"RECORDING TRANSMITTING & STORING INFORMATION" | ||
], | ||
"Excess": [ | ||
"Primary and Underlying Excess Limit(s)", | ||
"EXCESS OF", | ||
"Excess Limit Hereon", | ||
"Deductible(s) / Excess(es) (100%)" | ||
], | ||
"ConditionsPrecedent": [ | ||
"Special Conditions", | ||
"ConditionPrecedentToLiability", | ||
"ConditionsPrecedentToLiability" | ||
], | ||
"type": "ContractDrafterSetting", | ||
"TaxesPayableByInsuredAndAdministeredByInsurers": [ | ||
"Taxes Administered by Insurers", | ||
"Taxes Payable By The Reinsured And Administered By Insurers", | ||
"Taxes Payable By The Reinsured and Administered by Reinsurers", | ||
"Taxes Payable By Reinsured and Administered by Reinsurers", | ||
"Taxes Payable by the Insured and administered by insurers", | ||
"Taxes Payable by the Insured which are administered by Reinsurers", | ||
"Taxes Payable by Insured/Reinsured and Administered by Insurers/Reinsurers", | ||
"Taxes Payable By Named Insured And Administered By Insurers", | ||
"Taxes Payable By The Policyholder And Administered By (Re)Insurers", | ||
"Taxes Payable By The Policyholder And Administered By Insurers", | ||
"TAX(ES) PAYABLE BY THE NAMED INSURED AND ADMINISTERED BY (RE)INSURERS", | ||
"TAXES PAYABLE BY (RE)INSURED AND ADMINISTERED BY INSURERS", | ||
"TAXES PAYABLE BY (RE)ASSURED AND ADMINISTERED BY (RE)INSURERS", | ||
"Taxes Payable By Insured And Administered By Insured Or Their Agent" | ||
], | ||
"Deductibles": [ | ||
"Original Policy Deductibles", | ||
"Deductible Retention Wait period as applicable" | ||
], | ||
"ChoiceOfLawAndJurisdiction": [ | ||
"Law and Jurisdiction" | ||
], | ||
"LimitOfLiability": [ | ||
"Limits 100", | ||
"This Policy Amount of Liability", | ||
"Excess Limit Hereon", | ||
"Sum Insured", | ||
"Sum Insured hereunder", | ||
"Limits of Liability", | ||
"Limits of Inemnity", | ||
"ReinsuredLimitOfLiability", | ||
"OriginalInsuredLimitOfLiability", | ||
"Sum(s) Insured Limit(s) of Liability (100%)", | ||
"Sum Insured/Limit as applicable", | ||
"Total Sum Insured" | ||
], | ||
"ReInsuredsRetention": [ | ||
"Insureds Retention", | ||
"Retentions", | ||
"Reassureds Retention", | ||
"Reinsured Retention" | ||
], | ||
"OriginalReinsured": [], | ||
"Situation": [ | ||
"Territorial Limits", | ||
"Geographical limits", | ||
"Geographical areas", | ||
"Named Risk Location", | ||
"Situation/Territorial Limits", | ||
"Territorial Limits and Jurisdictional Limits", | ||
"Risk location", | ||
"Situation / Voyages" | ||
], | ||
"Sublimits": [ | ||
"Sublimits of Liability" | ||
], | ||
"OriginalInsured": [ | ||
"Original assured", | ||
"Original name insured", | ||
"Original Named Insured" | ||
], | ||
"Subjectivities": [ | ||
"Subjectivity" | ||
], | ||
"SumReinsured": [ | ||
"Sums Reinsured" | ||
], | ||
"Reinsured": [ | ||
"Cedent", | ||
"Cedant" | ||
], | ||
"NoticeOfCancellationProvisions": [ | ||
"Notice of Cancellation Provisions Authority Provisions", | ||
"Notice of Cancellation", | ||
"Notice Of Cancellation Delivery Provisions", | ||
"Notice Of Cancellation Provisions Format and Delivery Provisions" | ||
], | ||
"Period": [ | ||
"Period and cancellation provisions", | ||
"Policy period", | ||
"Voyage", | ||
"Term", | ||
"Term and cancellation provisions", | ||
"Period of Insurance", | ||
"The Period of Insurance", | ||
"Period Of Liability", | ||
"Period of Reinsurance", | ||
"Bookmark PERIOD OF INSURANCE" | ||
], | ||
"Portfolio": [ | ||
"PORTFOLIO TRANSFER" | ||
], | ||
"ContractType": [ | ||
"Type", | ||
"Type of Risk" | ||
] | ||
} |
Oops, something went wrong.