Skip to content

Commit 89eeee5

Browse files
authored
Merge pull request #10 from mttrbrts/mr-prose-fragilegoods-volumediscount
(fix) Package description escaping for fragile-goods and volumediscount
2 parents a59adac + d4f4b7e commit 89eeee5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fragile-goods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fragile-goods",
3-
"version": "0.0.2",
4-
"description": "6.1.7 Liquidated Damages for Delayed Delivery.\r\nIn the event the EXW delivery date of the Equipment is delayed beyond the delivery schedule as indicated in Annex A, solely through the fault of the Seller, and unless the parties mutually agreed to an extension thereto, the Buyer is entitled to claim liquidated damages in an amount equivalent to $200.00.\r\nPrior to implementing the provisions of Article 16.4 pursuant to this section, Buyer agrees that it shall discuss with Seller alternate remedies in good faith.. . . . \r\n \r\n7.1 The Equipment to be shipped to the Buyer shall be packed and shipped in accordance with the Specifications and if not specified therein.... \r\nAdditionally the Equipment should have proper devices on it to record any shock during transportation as any instance of acceleration outside the bounds of -1g and 1g. \r\nEach shock shall reduce the Contract Price by $5.00. Packing containing fragile materials should be so marked in bold stout letters. . . . .\r\n \r\nANNEX A \r\nEquipment Description, Contract Price and Delivery Schedule \r\n \r\nContract Price is $1000.00 per unit of Equipment. \r\nDelivery Schedule: no later than 10 seconds after initiation.",
3+
"version": "0.0.3",
4+
"description": "6.1.7 Liquidated Damages for Delayed Delivery. \r\nIn the event the EXW delivery date of the Equipment is delayed beyond the delivery schedule as indicated in Annex A, solely through the fault of the Seller, and unless the parties mutually agreed to an extension thereto, the Buyer is entitled to claim liquidated damages in an amount equivalent to $200.00. \r\nPrior to implementing the provisions of Article 16.4 pursuant to this section, Buyer agrees that it shall discuss with Seller alternate remedies in good faith.. . . . \r\n\r\n7.1 The Equipment to be shipped to the Buyer shall be packed and shipped in accordance with the Specifications and if not specified therein.... \r\nAdditionally the Equipment should have proper devices on it to record any shock during transportation as any instance of acceleration outside the bounds of -0.5g and 0.5g. \r\nEach shock shall reduce the Contract Price by $5.00. Packing containing fragile materials should be so marked in bold stout letters. . . . .\r\n\r\nANNEX A\r\nEquipment Description, Contract Price and Delivery Schedule\r\n\r\nContract Price is $1000.00 per unit of Equipment.\r\nDelivery Schedule: no later than 10 seconds after initiation.\r\n",
55
"author": "Matt Roberts, clause.io",
66
"license": "Apache-2.0",
77
"scripts": {

volumediscount/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "volumediscount",
3-
"version": "0.0.5",
4-
"description": "Volume Discount Rate. The discount rate is defined according to the following table:\r\n| annual charge | discount rate |\r\n| <1M | 3% |\r\n| <10M | 2.9% |\r\n| >10M | 2.8% |\r\n",
3+
"version": "0.0.6",
4+
"description": "Volume-Based Card Acceptance Agreement [Abbreviated]\r\n\r\nThis Agreement is by and between Card, Inc., a New York corporation, and you, the Merchant. By accepting the Card, you agree to be bound by the Agreement. \r\nDiscount means an amount that we charge you for accepting the Card, which amount is: \r\n(i) a percentage (Discount Rate) of the face amount of the Charge that you submit, or a flat per-\r\nTransaction fee, or a combination of both; and\/or \r\n(ii) a Monthly Flat Fee (if you meet our requirements).\r\n\r\nTransaction Processing and Payments. Our Card acceptance, processing, and payment requirements are set forth in the Merchant Regulations. Some requirements are summarized here for ease of reference, but do not supersede the provisions in the Merchant Regulations.\r\nPayment for Charges. We will pay you, through our agent, according to your payment plan in US dollars for the face amount of Charges submitted from your Establishments less all applicable deductions, rejections, and withholdings, which include: \r\n(i) the Discount, \r\n(ii) any amounts you owe us or our Affiliates, \r\n(iii) any amounts for which we have Chargebacks and \r\n(iv) any Credits you submit. Your initial Discount is indicated in the Agreement or otherwise provided to you in writing by us. In addition to your Discount we may charge you additional fees and assessments, as listed in the Merchant Regulations or as otherwise provided to you in writing by us. We may adjust any of these amounts and may change any other amount we charge you for accepting the Card.\r\n\r\nSETTLEMENT\r\na) Settlement Amount. Our agent will pay you according to your payment plan, as described below, in US dollars for the face amount of Charges submitted from your Establishments less all applicable deductions, rejections, and withholdings, which include: \r\n (i) the Discount, \r\n (ii) any amounts you owe us or our Affiliates, \r\n (iii) any amounts for which we have Chargebacks, and (iv) any Credits you submit. Our agent will subtract the full amount of all applicable deductions, rejections, and withholdings, from this payment to you (or debit your Bank Account), but if it cannot, then you must pay it promptly upon demand.\r\nb) Discount. The Discount is determined according to the following table:\r\n\r\n| Annual Dollar Volume | Discount |\r\n| Less than $1 million | 3.00% |\r\n| $1 million to $10 million | 2.90% |\r\n| Greater than $10 million | 2.80% |\r\n\r\n_______________________\t\t\t\t\t_____________________\r\n Card, Inc.\t\t\t\t\t\t\t\tMerchant",
55
"scripts": {
66
"test": "mocha",
77
"parse":"cicero parse --template ./ --dsl sample.txt",

0 commit comments

Comments
 (0)