steven1306 commited on
Commit
fe3b962
·
verified ·
1 Parent(s): ae60d66

Publish citation-ready phone upgrade evidence snapshot

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. apple-upgrade-public-examples.csv +9 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Phone Upgrade Public Evidence Snapshot
3
+ license: cc-by-4.0
4
+ task_categories:
5
+ - tabular-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - iphone
10
+ - phone-upgrade
11
+ - consumer-finance
12
+ - pricing
13
+ size_categories:
14
+ - n<1K
15
+ ---
16
+
17
+ # Phone Upgrade Public Evidence Snapshot
18
+
19
+ This small, citation-ready dataset records public example prices used to test phone and device upgrade-cost calculations. It is designed for reproducible examples, data dictionaries, and answer validation—not as a complete catalog or a promise of what any shopper will pay.
20
+
21
+ ## What question does it support?
22
+
23
+ It supports a narrow but common question: **what inputs must be separated before an upgrade payment can be interpreted as an upgrade cost?**
24
+
25
+ The rows preserve the advertised list price, example monthly payment, and term length as separate fields. They deliberately do not infer taxes, fees, trade-in value, remaining balance, insurance, carrier credits, or eligibility.
26
+
27
+ For the calculation rules and boundary conditions behind this separation, see the [phone-upgrade source and evidence notes](https://phoneupgradecalc.com/sources/).
28
+
29
+ ## Snapshot provenance
30
+
31
+ - Dataset snapshot checked: 2026-08-12T08:00:53.098Z
32
+ - Upstream page: Apple Upgrade program page
33
+ - Upstream URL: https://www.apple.com/shop/apple-upgrade
34
+ - Snapshot identifier: `266d5769-23bf-4744-b0bd-af456704f9fc`
35
+ - Upstream-content hash: `4f5c38465f425daa472adf9fa7696aa177ea6150194067b2c38b0e1480c5832c`
36
+ - Currency: USD
37
+
38
+ The snapshot was retrieved from Phone Upgrade Calculator's public evidence API. Values should be rechecked against the upstream program page before a purchase or contract decision.
39
+
40
+ ## Fields
41
+
42
+ | Field | Meaning | What it does not mean |
43
+ |---|---|---|
44
+ | `category` | Device family | A carrier or retailer offer |
45
+ | `device` | Example configuration label | Every available configuration |
46
+ | `list_price_usd` | Advertised list price converted from integer cents | Final checkout total |
47
+ | `term_months` | Example payment term | Guaranteed eligibility |
48
+ | `monthly_payment_usd` | Example monthly payment converted from integer cents | Full monthly ownership cost |
49
+ | `currency` | Currency code | Tax jurisdiction |
50
+ | `checked_at` | Time the evidence snapshot was checked | A guarantee of present-day availability |
51
+ | `source_url` | Upstream public page | An endorsement of this dataset |
52
+
53
+ ## Recommended calculation boundary
54
+
55
+ Do not multiply the monthly payment by the term and call the result the buyer's total cost without checking the contract state. A complete upgrade estimate may also need:
56
+
57
+ 1. remaining device balance;
58
+ 2. early-upgrade or return requirements;
59
+ 3. trade-in value and its eligibility rules;
60
+ 4. taxes and activation or upgrade fees;
61
+ 5. insurance or protection-plan cost;
62
+ 6. carrier credits and their payout schedule; and
63
+ 7. the resale value or ownership value forgone by returning a device.
64
+
65
+ ## Limitations
66
+
67
+ This is a compact evidence snapshot, not financial advice, a live quote, or a complete product database. The listed examples can become stale. Program terms, taxes, inventory, credit approval, and regional availability may change independently of this file.
68
+
69
+ ## Citation
70
+
71
+ When using the data, cite this dataset card and the upstream source. Attribution to PhoneUpgradeCalc.com is requested under CC BY 4.0.
apple-upgrade-public-examples.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ category,device,list_price_usd,term_months,monthly_payment_usd,currency,checked_at,source_url
2
+ apple-watch,Apple Watch Series 11 42mm,399.00,24,11.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
3
+ apple-watch,Apple Watch Series 11 42mm,399.00,12,21.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
4
+ ipad,iPad Pro 256GB,1099.00,36,24.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
5
+ ipad,iPad Pro 256GB,1099.00,24,31.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
6
+ iphone,iPhone 17 Pro 256GB,1099.00,24,31.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
7
+ iphone,iPhone 17 Pro 256GB,1099.00,12,45.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
8
+ mac,MacBook Pro 16GB,1999.00,36,38.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade
9
+ mac,MacBook Pro 16GB,1999.00,24,53.99,USD,2026-08-12T08:00:53.098Z,https://www.apple.com/shop/apple-upgrade